WriteBatcher
or a QueryBatcher
job at any point of time after it is started and provide a snapshot
of the job's status at that time.
Note that for a query job, the counts of successful and failed
events and batches only account for the process of retrieving items
from the database. They do not account for the processing of
batches of items via user-provided instances of QueryBatchListener.
Such instances are responsible for determining their own
definitions of "success" and "failure". See ApplyTransformListener
for an example of how this can be done.
longWriteBatcher
: gets the number of batches that the job failed to writeQueryBatcher
: gets the number of batches that the job failed to retrieve (same
as getFailureEventsCount)longWriteBatcher
: gets the number of documents that were sent but failed to
writeQueryBatcher
: gets the number of batches that the job failed to retrieve (same
as getFailureBatchesCount)WriteBatcher
or QueryBatcher
finished the jobWriteBatcher
or QueryBatcher
started the joblongWriteBatcher
: gets the number of batches written to the databaseQueryBatcher
: gets the number of batches retrieved from the databaselongWriteBatcher
: gets the number of documents written to the databaseQueryBatcher
: gets the number of items retrieved from the databaseWriteBatcher
: gets the number of documents written to the databaseQueryBatcher
: gets the number of items retrieved from the databaseWriteBatcher
: gets the number of documents that were sent but failed to
writeQueryBatcher
: gets the number of batches that the job failed to retrieve (same
as getFailureBatchesCount)WriteBatcher
: gets the number of batches written to the databaseQueryBatcher
: gets the number of batches retrieved from the databaseWriteBatcher
: gets the number of batches that the job failed to writeQueryBatcher
: gets the number of batches that the job failed to retrieve (same
as getFailureEventsCount)WriteBatcher
or QueryBatcher
started the jobWriteBatcher
or QueryBatcher
finished the jobCopyright (c) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.