- All Known Subinterfaces:
Batch<T>,
QueryBatch,
RowBatchFailureListener.RowBatchFailureEvent,
RowBatchSuccessListener.RowBatchResponseEvent<T>,
WriteBatch
public interface BatchEvent
A completed action in a datamovement job.
-
Method Summary
The DatabaseClient used to send or retrieve this
batch.
long
Within the context of the job, the numeric
position of this batch.
The client-side timestamp when this batch
completed writing or reading.
-
Method Details
-
getTimestamp
The client-side timestamp when this batch
completed writing or reading.
- Returns:
- the client timestamp when this batch completed
-
getJobBatchNumber
long getJobBatchNumber()
Within the context of the job, the numeric
position of this batch.
- Returns:
- the batch number
-
getJobTicket
The ticket for this job. This can be useful for
getting a snapshot
getJobReport or for calling
stopJob if needed.
- Returns:
- the JobTicket for this job
-
getClient
The DatabaseClient used to send or retrieve this
batch. This is useful for performing additional operations on the
same host.
- Returns:
- the DatabaseClient for this batch
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.