Package | Description |
---|---|
org.apache.hadoop.hbase.codec.prefixtree.encode | |
org.apache.hadoop.hbase.util.byterange | |
org.apache.hadoop.hbase.util.byterange.impl |
Modifier and Type | Field and Description |
---|---|
protected ByteRangeSet |
PrefixTreeEncoder.familyDeduplicator |
protected ByteRangeSet |
PrefixTreeEncoder.qualifierDeduplicator |
protected ByteRangeSet |
PrefixTreeEncoder.tagsDeduplicator |
Modifier and Type | Method and Description |
---|---|
ByteRangeSet |
PrefixTreeEncoder.getFamilySorter() |
ByteRangeSet |
PrefixTreeEncoder.getQualifierSorter() |
ByteRangeSet |
PrefixTreeEncoder.getTagSorter() |
Modifier and Type | Method and Description |
---|---|
ByteRangeSet |
ByteRangeSet.compile() |
Modifier and Type | Class and Description |
---|---|
class |
ByteRangeHashSet
This is probably the best implementation of ByteRangeSet at the moment, though a HashMap produces
garbage when adding a new element to it.
|
class |
ByteRangeTreeSet
Not currently used in production, but here as a benchmark comparison against ByteRangeHashSet.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.