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 |
Batcher.getJobTicket()
After the job has been started, returns the
JobTicket generated when the job was started.
|
JobTicket |
BatchEvent.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 |
QueryBatchException.getJobTicket()
The ticket for this job.
|
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(RowBatcher<?> batcher)
Starts the RowBatcher 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 © 2024 MarkLogic Corporation. All Rights Reserved.