Package com.marklogic.client.ext.batch
-
Interface Summary Interface Description BatchHandler Allows for customizing what RestBatchWriter does with each batch of documents.BatchWriter Interface for writing batches of documents to pre-ML9 clusters (DMSDK can be used with ML9+).WriteListener Callback interface for when a list of DocumentWriteOperation instances cannot be written to MarkLogic. -
Class Summary Class Description BatchWriterSupport Support class for BatchWriter implementations that uses Spring's TaskExecutor interface for parallelizing writes to MarkLogic.DataMovementBatchWriter DefaultBatchHandler Default implementation of BatchHandler that uses a DocumentManager to write documents, along with an optional ServerTransform.DefaultWriteListener RestBatchWriter REST API-based implementation, using the Java Client API.WriteListenerSupport WriteListener implementors should extend this to avoid issues when methods are added to WriteListener.XccBatchWriter XCC implementation for batched writes.