Package | Description |
---|---|
com.marklogic.client.example.cookbook.datamovement |
Modifier and Type | Class and Description |
---|---|
class |
OpticExportToWriterListener
An extension of OpticExportListener which facilitates writing all row records
from the constructed Plan to a single Writer output stream.
|
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.
|
OpticExportListener |
OpticExportListener.onRowRecordReady(java.util.function.Consumer<RowRecord> listener)
Adds a listener to process each retrieved RowRecord, which is the way users
of OpticExportListener can provide custom code to export records from the
constructed Optic Plan.
|
Copyright © 2013-2021 MarkLogic Corporation.