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 |
---|---|
ExportToWriterListener |
ExportToWriterListener.onGenerateOutput(ExportToWriterListener.OutputListener listener)
Registers a custom listener to override the default behavior for each
document which sends the document contents to the writer.
|
ExportToWriterListener |
ExportToWriterListener.withMetadataCategory(DocumentManager.Metadata category)
Adds a metadata category to retrieve with each document.
|
ExportToWriterListener |
ExportToWriterListener.withNonDocumentFormat(Format nonDocumentFormat)
The format for the metadata retrieved with each document.
|
ExportToWriterListener |
ExportToWriterListener.withRecordPrefix(java.lang.String prefix)
Sets the string prefix to send to the writer before each record.
|
ExportToWriterListener |
ExportToWriterListener.withRecordSuffix(java.lang.String suffix)
Sets the string suffix to append to the writer after each record.
|
ExportToWriterListener |
ExportToWriterListener.withTransform(ServerTransform transform) |
Copyright © 2013-2020 MarkLogic Corporation.