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[] |
RowBatcher.getFailureListeners()
Gets the callback functions for errors.
|
Modifier and Type | Method and Description |
---|---|
RowBatcher<T> |
RowBatcher.onFailure(RowBatchFailureListener listener)
Supplies a callback function (typically, a
lambda) for logging and specifying the disposition of errors.
|
void |
RowBatcher.setFailureListeners(RowBatchFailureListener... listeners)
Specifies the callback functions for errors when
more than one callback function is needed.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.