Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FilteredForestConfiguration |
A utility class for wrapping a ForestConfiguration retrieved from
DataMovementManager.readForestConfig() . |
Modifier and Type | Method | Description |
---|---|---|
ForestConfiguration |
Batcher.getForestConfig() |
|
ForestConfiguration |
DataMovementManager.readForestConfig() |
Update the ForestConfiguration with the latest from the server.
|
Modifier and Type | Method | Description |
---|---|---|
Batcher |
Batcher.withForestConfig(ForestConfiguration forestConfig) |
Updates the ForestConfiguration used by this job to spread the writes or reads.
|
QueryBatcher |
QueryBatcher.withForestConfig(ForestConfiguration forestConfig) |
If the server forest configuration changes mid-job, it can be re-fetched
with
DataMovementManager.readForestConfig() then set via
withForestConfig. |
WriteBatcher |
WriteBatcher.withForestConfig(ForestConfiguration forestConfig) |
If the server forest configuration changes mid-job, it can be re-fetched
with
DataMovementManager.readForestConfig() then set via
withForestConfig. |
Constructor | Description |
---|---|
FilteredForestConfiguration(ForestConfiguration forestConfig) |
Initialize with a ForestConfiguration, usually from
DataMovementManager.readForestConfig() . |
Copyright © 2013-2019 MarkLogic Corporation.