public interface Batch<T>
Modifier and Type | Method and Description |
---|---|
DatabaseClient |
getClient()
The DatabaseClient used to send or retrieve this batch.
|
T[] |
getItems()
The documents read by WriteBatcher or the uris retrieved by QueryBatcher.
|
long |
getJobBatchNumber()
Within the context of the job, the numeric position of this batch.
|
JobTicket |
getJobTicket()
The ticket for this job.
|
java.util.Calendar |
getTimestamp()
The client-side timestamp when this batch completed writing or reading.
|
T[] getItems()
java.util.Calendar getTimestamp()
long getJobBatchNumber()
JobTicket getJobTicket()
getJobReport
or for calling
stopJob
if needed.DatabaseClient getClient()
Copyright © 2013-2018 MarkLogic Corporation.