| Package | Description |
|---|---|
| com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read, delete, or transform jobs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredForestConfiguration
A utility class for wrapping a ForestConfiguration retrieved from
DataMovementManager.readForestConfig(). |
| Modifier and Type | Method and Description |
|---|---|
ForestConfiguration |
Batcher.getForestConfig() |
ForestConfiguration |
DataMovementManager.readForestConfig()
Update the ForestConfiguration with the latest from the server.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
Batcher |
Batcher.withForestConfig(ForestConfiguration forestConfig)
Updates the ForestConfiguration used by this job to spread the writes or reads.
|
| Constructor and Description |
|---|
FilteredForestConfiguration(ForestConfiguration forestConfig)
Initialize with a ForestConfiguration, usually from
DataMovementManager.readForestConfig(). |
Copyright © 2013-2017 MarkLogic Corporation.