| 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 |
WriteFailureListener
The listener interface for handling exceptions occurring withing WriteBatcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HostAvailabilityListener
HostAvailabilityListener is automatically registered with all QueryBatcher and WriteBatcher instances to monitor for failover scenarios.
|
| 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.