Package | Description |
---|---|
com.marklogic.client.example.cookbook.datamovement |
Modifier and Type | Method and Description |
---|---|
JobInformationRecorder |
JobInformationRecorder.withBatchInformation()
Indicates the JobInformationRecorder to persist batch information.
|
JobInformationRecorder |
JobInformationRecorder.withCollection(java.lang.String collection)
Sets the collection in which the job information documents would be written.
|
JobInformationRecorder |
JobInformationRecorder.withDatabaseClient(DatabaseClient client)
Sets the DatabaseClient from which the internal WriteBatcher object is created if an external
WriteBatcher object is not passed.
|
JobInformationRecorder |
JobInformationRecorder.withProperty(java.util.Map<java.lang.String,java.lang.String> properties)
Sets the map of key value pairs to the job information.
|
JobInformationRecorder |
JobInformationRecorder.withProperty(java.lang.String key,
java.lang.String value)
Sets the key value pair to the job information.
|
JobInformationRecorder |
JobInformationRecorder.withWriteBatcher(DataMovementManager dataMovementManager,
WriteBatcher writeBatcher)
Sets the WriteBatcher object which should be used for writing the job information.
|
Copyright © 2013-2020 MarkLogic Corporation.