| 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 Batch<?>>
A generic interface for listeners which process failures on batches.
|
interface |
BatchListener<T extends Batch<?>>
Runs processEvent on each batch as it is ready during a QueryBatcher or WriteBatcher job.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
UrisToWriterListener |
UrisToWriterListener.onBatchFailure(BatchFailureListener<Batch<String>> listener)
When a batch fails or a callback throws an Exception, run this listener code.
|
ExportListener |
ExportListener.onBatchFailure(BatchFailureListener<Batch<String>> listener)
When a batch fails or a callback throws an Exception, run this listener code.
|
DeleteListener |
DeleteListener.onBatchFailure(BatchFailureListener<Batch<String>> listener)
When a batch fails or a callback throws an Exception, run this listener code.
|
ApplyTransformListener |
ApplyTransformListener.onBatchFailure(BatchFailureListener<Batch<String>> listener)
When a batch fails or a callback throws an Exception, run this listener code.
|
Copyright © 2013-2017 MarkLogic Corporation.