Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
com.marklogic.client.example.cookbook.datamovement |
Modifier and Type | Method and Description |
---|---|
void |
WriteBatchListener.processEvent(WriteBatch batch)
The method called by WriteBatcher to run your
custom code on this batch.
|
void |
HostAvailabilityListener.processFailure(WriteBatch batch,
java.lang.Throwable throwable)
This implements the WriteFailureListener interface
|
void |
WriteFailureListener.processFailure(WriteBatch batch,
java.lang.Throwable failure) |
void |
WriteBatcher.retry(WriteBatch queryEvent)
Retry in the same thread to send a batch that failed.
|
void |
WriteBatcher.retryWithFailureListeners(WriteBatch writeBatch)
Retry in the same thread to send a batch that failed.
|
Modifier and Type | Method and Description |
---|---|
void |
JobInformationRecorder.addWriteBatchSuccessInformationListener.processEvent(WriteBatch batch) |
void |
JobInformationRecorder.addWriteBatchFailureInformationListener.processFailure(WriteBatch batch,
java.lang.Throwable failure) |
Copyright © 2013-2018 MarkLogic Corporation.