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.BatchFailureDisposition |
RowBatchFailureListener.RowBatchFailureEvent.getDisposition()
Whether the RowBatcher should retry the attempt to retrieve the
batch of rows, skip the batch of rows, or stop the job.
|
static RowBatchFailureListener.BatchFailureDisposition |
RowBatchFailureListener.BatchFailureDisposition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RowBatchFailureListener.BatchFailureDisposition[] |
RowBatchFailureListener.BatchFailureDisposition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Copyright © 2013-2020 MarkLogic Corporation.