Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports
long-running write, read, delete, or transform jobs.
|
Modifier and Type | Method and Description |
---|---|
ExtractRowsViaTemplateListener |
ExtractRowsViaTemplateListener.onFailure(BatchFailureListener<QueryBatch> listener)
When a batch fails or a callback throws an
Exception, run this listener code.
|
ExtractRowsViaTemplateListener |
ExtractRowsViaTemplateListener.onTypedRowReady(java.util.function.Consumer<TypedRow> listener)
Register one or more listeners which needs to be
applied to each row got by applying the templates to the batch of
documents.
|
ExtractRowsViaTemplateListener |
ExtractRowsViaTemplateListener.withTemplate(java.lang.String templateUri)
Register one or more template uris which needs
to be applied to each batch to extract the rows
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.