Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
Modifier and Type | Method and Description |
---|---|
RowBatchFailureListener.RowBatchFailureEvent |
RowBatchFailureListener.RowBatchFailureEvent.withDisposition(RowBatchFailureListener.BatchFailureDisposition disposition)
Specifies whether to retry the attempt to retrieve the batch of rows,
skip the batch of rows, or stop the job.
|
RowBatchFailureListener.RowBatchFailureEvent |
RowBatchFailureListener.RowBatchFailureEvent.withMaxRetries(int maxRetries)
Specifies the number of retries before skipping the batch.
|
Modifier and Type | Method and Description |
---|---|
void |
RowBatchFailureListener.processFailure(RowBatchFailureListener.RowBatchFailureEvent batch,
java.lang.Throwable throwable) |
Copyright © 2013-2020 MarkLogic Corporation.