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 |
RowBatchFailureListener
Provides a callback (typically as a lambda) to
process an exception when trying to retrieve a batch of rows for a
view.
|
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() |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.