public static interface EntryRetriever.SegmentListener
Modifier and Type | Method and Description |
---|---|
void |
segmentTransferred(int segment,
boolean sentLastEntry)
Notifies the listener that the segment has been completed.
|
void segmentTransferred(int segment, boolean sentLastEntry)
segment
- The segment that just completedsentLastEntry
- Whether the segment just saw the last value from the iterator. If this is false then
the segment was emptyCopyright © 2016 JBoss, a division of Red Hat. All rights reserved.