public interface RowBatchFailureListener extends BatchFailureListener<RowBatchFailureListener.RowBatchFailureEvent>
Modifier and Type | Interface and Description |
---|---|
static class |
RowBatchFailureListener.BatchFailureDisposition
Specifies how the RowBatcher should respond to
the failure to retrieve a batch of rows.
|
static interface |
RowBatchFailureListener.RowBatchFailureEvent
An exception which occurred when attempting to
retrieve a batch of rows for a view.
|
Modifier and Type | Method and Description |
---|---|
void |
processFailure(RowBatchFailureListener.RowBatchFailureEvent batch,
java.lang.Throwable throwable)
The method called when a failure occurs.
|
void processFailure(RowBatchFailureListener.RowBatchFailureEvent batch, java.lang.Throwable throwable)
BatchFailureListener
processFailure
in interface BatchFailureListener<RowBatchFailureListener.RowBatchFailureEvent>
batch
- the batch of items that failed
processingthrowable
- the exception that caused the
failureCopyright © 2024 MarkLogic Corporation. All Rights Reserved.