|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.util.byterange.ByteRangeSet
org.apache.hadoop.hbase.util.byterange.impl.ByteRangeTreeSet
@InterfaceAudience.Private public class ByteRangeTreeSet
Not currently used in production, but here as a benchmark comparison against ByteRangeHashSet.
Field Summary |
---|
Fields inherited from class org.apache.hadoop.hbase.util.byterange.ByteRangeSet |
---|
byteAppender, numBytes, numInputs, numUniqueRanges, sortedIndexByInsertionId, sortedIndexByUniqueIndex, sortedRanges, uniqueIndexByUniqueRange, uniqueRangeIndexByInsertionId, uniqueRanges |
Constructor Summary | |
---|---|
ByteRangeTreeSet()
constructors |
|
ByteRangeTreeSet(List<ByteRange> rawByteArrays)
|
Method Summary | |
---|---|
void |
addToSortedRanges()
abstract |
Methods inherited from class org.apache.hadoop.hbase.util.byterange.ByteRangeSet |
---|
add, compile, getAvgSize, getSortedIndexForInsertionId, getSortedRanges, reset, size, store, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ByteRangeTreeSet()
public ByteRangeTreeSet(List<ByteRange> rawByteArrays)
Method Detail |
---|
public void addToSortedRanges()
ByteRangeSet
addToSortedRanges
in class ByteRangeSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |