Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchFailureListener<T extends BatchEvent>
A generic interface for listeners which process failures on batches.
|
interface |
BatchListener<T extends BatchEvent>
Runs processEvent on each batch as it is ready during a QueryBatcher or
WriteBatcher job.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Batch<T>
A group of items (generally documents or uris) and context representing a
completed action in a datamovement job.
|
interface |
QueryBatch
A group of uris retrieved from the Iterator or matches to the
QueryDefinition for this QueryBatcher job.
|
static interface |
RowBatchFailureListener.RowBatchFailureEvent
An exception which occurred when attempting to retrieve a batch of rows
for a view.
|
static interface |
RowBatchSuccessListener.RowBatchResponseEvent<T>
A batch of rows retrieved for a view.
|
interface |
WriteBatch
A batch of documents written successfully.
|
Copyright © 2013-2021 MarkLogic Corporation.