T
- the Java class that stores a batch of
retrieved rolespublic static interface RowBatchSuccessListener.RowBatchResponseEvent<T> extends BatchEvent
The rows are returned as an instance of the Java class adapted by the sample handle passed to the factory that constructs the RowBatcher (that is, the generic type of the RowBatcher).
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLowerBound()
The lower boundary for the batch of rows (useful
primarily for logging).
|
T |
getRowsDoc()
The batch of rows retrieved for a view as an
instance of the Java class adapted by the sample handle passed to
the factory that constructs the RowBatcher.
|
java.lang.String |
getUpperBound()
The upper boundary for the batch of rows (useful
primarily for logging).
|
getClient,
getJobBatchNumber,
getJobTicket,
getTimestamp
java.lang.String getLowerBound()
java.lang.String getUpperBound()
T getRowsDoc()
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.