Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
com.marklogic.client.example.cookbook.datamovement |
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.
|
class |
NoResponseListener
NoResponseListener is a default listener like HostAvailabilityListener that
is automatically registered with the QueryBatcher and WriteBatcher instances.
|
Modifier and Type | Method and Description |
---|---|
BatchFailureListener<QueryBatch> |
HostAvailabilityListener.initializeRetryListener(QueryBatchListener queryBatchListener)
Initializes the RetryListener for the given QueryBatchListener.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<BatchFailureListener<QueryBatch>> |
ExportListener.getBatchFailureListeners() |
protected java.util.List<BatchFailureListener<Batch<java.lang.String>>> |
ExportListener.getFailureListeners()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ApplyTransformListener |
ApplyTransformListener.onBatchFailure(BatchFailureListener<Batch<java.lang.String>> listener)
Deprecated.
|
DeleteListener |
DeleteListener.onBatchFailure(BatchFailureListener<Batch<java.lang.String>> listener)
Deprecated.
|
ExportListener |
ExportListener.onBatchFailure(BatchFailureListener<Batch<java.lang.String>> listener)
Deprecated.
|
UrisToWriterListener |
UrisToWriterListener.onBatchFailure(BatchFailureListener<Batch<java.lang.String>> listener)
Deprecated.
|
ApplyTransformListener |
ApplyTransformListener.onFailure(BatchFailureListener<QueryBatch> listener)
When a batch fails or a callback throws an Exception, run this listener
code.
|
DeleteListener |
DeleteListener.onFailure(BatchFailureListener<QueryBatch> listener)
When a batch fails or a callback throws an Exception, run this listener
code.
|
ExportListener |
ExportListener.onFailure(BatchFailureListener<QueryBatch> listener)
When a batch fails or a callback throws an Exception, run this listener
code.
|
ExtractRowsViaTemplateListener |
ExtractRowsViaTemplateListener.onFailure(BatchFailureListener<QueryBatch> listener)
When a batch fails or a callback throws an Exception, run this listener
code.
|
UrisToWriterListener |
UrisToWriterListener.onFailure(BatchFailureListener<QueryBatch> listener)
When a batch fails or a callback throws an Exception, run this listener
code.
|
Modifier and Type | Class and Description |
---|---|
class |
JobInformationRecorder.addWriteBatchFailureInformationListener |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<BatchFailureListener<Batch<java.lang.String>>> |
OpticExportListener.getFailureListeners() |
Modifier and Type | Method and Description |
---|---|
OpticExportListener |
OpticExportListener.onBatchFailure(BatchFailureListener<Batch<java.lang.String>> listener)
When a batch fails or a callback throws an Exception, run this listener
code.
|
Copyright © 2013-2018 MarkLogic Corporation.