public interface ILowLevelBulkInsertOperation extends CleanCloseable
Modifier and Type | Method and Description |
---|---|
void |
abort() |
UUID |
getOperationId() |
Action1<String> |
getReport() |
boolean |
isAborted() |
void |
setReport(Action1<String> report)
Report of the progress of operation
|
void |
write(String id,
RavenJObject metadata,
RavenJObject data) |
void |
write(String id,
RavenJObject metadata,
RavenJObject data,
Integer dataSize) |
close
UUID getOperationId()
boolean isAborted()
void write(String id, RavenJObject metadata, RavenJObject data) throws InterruptedException
InterruptedException
void write(String id, RavenJObject metadata, RavenJObject data, Integer dataSize) throws InterruptedException
InterruptedException
void setReport(Action1<String> report)
report
- void abort()
Copyright © 2016. All Rights Reserved.