Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
Modifier and Type | Interface | 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 | 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.
|
interface |
WriteBatch |
A batch of documents written successfully.
|
Copyright © 2013-2019 MarkLogic Corporation.