| 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 |
|---|---|
JobTicket |
WriteBatcher.getJobTicket()
After the job has been started, returns the JobTicket generated when the job was started.
|
JobTicket |
QueryEvent.getJobTicket()
The ticket for this job.
|
JobTicket |
QueryBatchException.getJobTicket()
The ticket for this job.
|
JobTicket |
QueryBatcher.getJobTicket()
After the job has been started, returns the JobTicket generated when the job was started.
|
JobTicket |
Batcher.getJobTicket()
After the job has been started, returns the JobTicket generated when the job was started.
|
JobTicket |
Batch.getJobTicket()
The ticket for this job.
|
JobTicket |
DataMovementManager.startJob(QueryBatcher batcher)
Starts the QueryBatcher job.
|
JobTicket |
DataMovementManager.startJob(WriteBatcher batcher)
Begins job tracking on the WriteBatcher.
|
| Modifier and Type | Method and Description |
|---|---|
JobReport |
DataMovementManager.getJobReport(JobTicket ticket)
Get a snapshot report of the state of the job when the call is made.
|
void |
DataMovementManager.stopJob(JobTicket ticket)
Immediately cancel all queued tasks, prevent new tasks from being added to the queue, and begin to free all resources.
|
Copyright © 2013-2017 MarkLogic Corporation.