static class BufferedUpdatesStream.SegmentQueue extends PriorityQueue<BufferedUpdatesStream.SegmentState>
| Constructor and Description |
|---|
SegmentQueue(int size) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
lessThan(BufferedUpdatesStream.SegmentState a,
BufferedUpdatesStream.SegmentState b)
Determines the ordering of objects in this priority queue.
|
add, clear, getHeapArray, getSentinelObject, insertWithOverflow, iterator, pop, remove, size, top, updateTop, updateTopprotected boolean lessThan(BufferedUpdatesStream.SegmentState a, BufferedUpdatesStream.SegmentState b)
PriorityQueuelessThan in class PriorityQueue<BufferedUpdatesStream.SegmentState>true iff parameter a is less than parameter b.