Uses of Class
org.apache.hadoop.hbase.util.byterange.ByteRangeSet

Packages that use ByteRangeSet
org.apache.hadoop.hbase.codec.prefixtree.encode   
org.apache.hadoop.hbase.util.byterange   
org.apache.hadoop.hbase.util.byterange.impl   
 

Uses of ByteRangeSet in org.apache.hadoop.hbase.codec.prefixtree.encode
 

Fields in org.apache.hadoop.hbase.codec.prefixtree.encode declared as ByteRangeSet
protected  ByteRangeSet PrefixTreeEncoder.familyDeduplicator
           
protected  ByteRangeSet PrefixTreeEncoder.qualifierDeduplicator
           
 

Methods in org.apache.hadoop.hbase.codec.prefixtree.encode that return ByteRangeSet
 ByteRangeSet PrefixTreeEncoder.getFamilySorter()
           
 ByteRangeSet PrefixTreeEncoder.getQualifierSorter()
           
 

Uses of ByteRangeSet in org.apache.hadoop.hbase.util.byterange
 

Methods in org.apache.hadoop.hbase.util.byterange that return ByteRangeSet
 ByteRangeSet ByteRangeSet.compile()
           
 

Uses of ByteRangeSet in org.apache.hadoop.hbase.util.byterange.impl
 

Subclasses of ByteRangeSet in org.apache.hadoop.hbase.util.byterange.impl
 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 © 2013 The Apache Software Foundation. All Rights Reserved.