public interface QueryEvent
Modifier and Type | Method and Description |
---|---|
QueryBatcher |
getBatcher()
A reference to the batcher--useful for modifying the
ForestConfiguration
or calling DataMovementManager.stopJob(Batcher) if needed. |
DatabaseClient |
getClient()
The DatabaseClient used to retrieve this batch (if it's a job based on a
QueryDefinition).
|
Forest |
getForest()
The forest queried for this event if this job is based on a
QueryDefinition.
|
long |
getForestBatchNumber()
Within the context of this forest within the job, the numeric position of
this batch.
|
long |
getForestResultsSoFar()
Within the context of this forest within the job, the number of uris
processed including the uris in this event if this is a QueryBatch.
|
long |
getJobBatchNumber()
Within the context of the job, the numeric position of this batch.
|
long |
getJobResultsSoFar()
Within the context of the job, the number of uris processed including the
uris in this event if this is a QueryBatch.
|
JobTicket |
getJobTicket()
The ticket for this job.
|
java.lang.String |
getLastUriForForest()
Within the context of this forest within the job, the last uri
processed including the uris in this event if this is a QueryBatch.
|
QueryBatcher getBatcher()
ForestConfiguration
or calling DataMovementManager.stopJob(Batcher)
if needed.DatabaseClient getClient()
long getJobBatchNumber()
long getJobResultsSoFar()
long getForestBatchNumber()
long getForestResultsSoFar()
java.lang.String getLastUriForForest()
Forest getForest()
JobTicket getJobTicket()
getJobReport
or for calling
stopJob
if needed.Copyright © 2013-2021 MarkLogic Corporation.