| 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 |
|---|---|
void |
UrisToWriterListener.processEvent(QueryBatch batch) |
void |
QueryBatchListener.processEvent(QueryBatch batch)
The method called by QueryBatcher or WriteBatcher to run your custom code on this batch.
|
void |
ExportToWriterListener.processEvent(QueryBatch batch) |
void |
ExportListener.processEvent(QueryBatch batch)
This is the method QueryBatcher calls for ExportListener to do its thing.
|
void |
DeleteListener.processEvent(QueryBatch batch)
The standard BatchListener action called by QueryBatcher.
|
void |
ApplyTransformListener.processEvent(QueryBatch batch)
The standard BatchListener action called by QueryBatcher.
|
Copyright © 2013-2017 MarkLogic Corporation.