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 |
DataMovementManager.getActiveJob(java.lang.String jobId)
Gets the job ticket for an active job that has not been stopped by calling
stopJob method.
|
JobTicket |
Batch.getJobTicket()
The ticket for this job.
|
JobTicket |
Batcher.getJobTicket()
After the job has been started, returns the JobTicket generated when the
job was started.
|
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 |
QueryEvent.getJobTicket()
The ticket for this job.
|
JobTicket |
WriteBatcher.getJobTicket()
After the job has been started, returns the JobTicket generated when the
job was started.
|
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-2018 MarkLogic Corporation.