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 |
---|---|
RowBatchSuccessListener<T>[] |
RowBatcher.getSuccessListeners()
Gets the callback functions for successfully retrieved rows.
|
Modifier and Type | Method and Description |
---|---|
RowBatcher<T> |
RowBatcher.onSuccess(RowBatchSuccessListener<T> listener)
Supplies a callback function (typically, a lambda) for
processing the batch of rows.
|
void |
RowBatcher.setSuccessListeners(RowBatchSuccessListener<T>... listeners)
Specifies the callback functions for successfully retrieved
rows when more than one callback function is needed.
|
Copyright © 2013-2020 MarkLogic Corporation.