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, updateTop
protected boolean lessThan(BufferedUpdatesStream.SegmentState a, BufferedUpdatesStream.SegmentState b)
PriorityQueue
lessThan
in class PriorityQueue<BufferedUpdatesStream.SegmentState>
true
iff parameter a is less than parameter b.