Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
com.marklogic.client.example.cookbook.datamovement |
Modifier and Type | Method | Description |
---|---|---|
DataMovementManager |
DatabaseClient.newDataMovementManager() |
Creates a manager for long-running asynchronous write or query jobs.
|
Constructor | Description |
---|---|
HostAvailabilityListener(DataMovementManager moveMgr) |
Manages refreshing the forests and hosts and retrying events after a host
becomes unavailable.
|
NoResponseListener(DataMovementManager moveMgr) |
Modifier and Type | Field | Description |
---|---|---|
static DataMovementManager |
BulkExportToJdbc.moveMgr |
|
static DataMovementManager |
BulkLoadFromJdbcRaw.moveMgr |
|
static DataMovementManager |
BulkLoadFromJdbcWithJoins.moveMgr |
|
static DataMovementManager |
BulkLoadFromJdbcWithSimpleJoins.moveMgr |
|
static DataMovementManager |
ExtractRowsViaTemplate.moveMgr |
|
static DataMovementManager |
IncrementalLoadFromJdbc.moveMgr |
Modifier and Type | Method | Description |
---|---|---|
JobInformationRecorder |
JobInformationRecorder.withWriteBatcher(DataMovementManager dataMovementManager,
WriteBatcher writeBatcher) |
Sets the WriteBatcher object which should be used for writing the job information.
|
Copyright © 2013-2019 MarkLogic Corporation.