Uses of Class
org.apache.hadoop.hbase.util.ByteRange

Packages that use ByteRange
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.codec.prefixtree.encode   
org.apache.hadoop.hbase.codec.prefixtree.encode.column   
org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize   
org.apache.hadoop.hbase.util   
org.apache.hadoop.hbase.util.byterange   
org.apache.hadoop.hbase.util.byterange.impl   
 

Uses of ByteRange in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return ByteRange
static ByteRange CellUtil.fillFamilyRange(Cell cell, ByteRange range)
           
static ByteRange CellUtil.fillQualifierRange(Cell cell, ByteRange range)
           
static ByteRange CellUtil.fillRowRange(Cell cell, ByteRange range)
          ByteRange
 

Methods in org.apache.hadoop.hbase with parameters of type ByteRange
static ByteRange CellUtil.fillFamilyRange(Cell cell, ByteRange range)
           
static ByteRange CellUtil.fillQualifierRange(Cell cell, ByteRange range)
           
static ByteRange CellUtil.fillRowRange(Cell cell, ByteRange range)
          ByteRange
 

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

Fields in org.apache.hadoop.hbase.codec.prefixtree.encode declared as ByteRange
protected  ByteRange PrefixTreeEncoder.familyRange
           
protected  ByteRange PrefixTreeEncoder.qualifierRange
           
protected  ByteRange PrefixTreeEncoder.rowRange
           
 

Methods in org.apache.hadoop.hbase.codec.prefixtree.encode that return ByteRange
 ByteRange PrefixTreeEncoder.getValueByteRange()
           
 

Uses of ByteRange in org.apache.hadoop.hbase.codec.prefixtree.encode.column
 

Methods in org.apache.hadoop.hbase.codec.prefixtree.encode.column with parameters of type ByteRange
 void ColumnNodeWriter.setTokenBytes(ByteRange source)
           
 

Uses of ByteRange in org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize
 

Fields in org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize declared as ByteRange
protected  ByteRange TokenizerNode.token
           
 

Methods in org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize that return ByteRange
 ByteRange TokenizerNode.getToken()
           
 

Methods in org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize with parameters of type ByteRange
protected  TokenizerNode Tokenizer.addNode(TokenizerNode parent, int nodeDepth, int tokenStartOffset, ByteRange token, int inputTokenOffset)
           
 void TokenizerNode.addSorted(ByteRange bytes)
          building
 void Tokenizer.addSorted(ByteRange bytes)
           
protected  int Tokenizer.appendTokenAndRepointByteRange(ByteRange token, int inputTokenOffset)
           
protected  boolean TokenizerNode.matchesToken(ByteRange bytes)
           
protected  int TokenizerNode.numIdenticalBytes(ByteRange bytes)
           
protected  boolean TokenizerNode.partiallyMatchesToken(ByteRange bytes)
          byte[] utils
 void TokenizerNode.setToken(ByteRange token)
           
protected  void TokenizerNode.split(int numTokenBytesToRetain, ByteRange bytes)
          Called when we need to convert a leaf node into a branch with 2 leaves.
 

Method parameters in org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize with type arguments of type ByteRange
 void Tokenizer.addAll(ArrayList<ByteRange> sortedByteRanges)
          building
 

Uses of ByteRange in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util that return ByteRange
 ByteRange ByteRange.clear()
          write methods
 ByteRange ByteRange.deepCopy()
          Create a new ByteRange with new backing byte[] and copy the state of this range into the new range.
 ByteRange ByteRange.set(byte[] bytes)
           
 ByteRange ByteRange.set(byte[] bytes, int offset, int length)
           
 ByteRange ByteRange.shallowCopySubRange(int innerOffset, int copyLength)
          Create a new ByteRange that points at this range's byte[].
 

Methods in org.apache.hadoop.hbase.util that return types with arguments of type ByteRange
static ArrayList<ByteRange> ByteRangeTool.fromArrays(Collection<byte[]> arrays)
           
 

Methods in org.apache.hadoop.hbase.util with parameters of type ByteRange
 int ByteRange.compareTo(ByteRange other)
          Bitwise comparison of each byte in the array.
static boolean ByteRange.isEmpty(ByteRange range)
          static methods
static boolean ByteRange.notEmpty(ByteRange range)
           
 int ByteRange.numEqualPrefixBytes(ByteRange that, int thatInnerOffset)
           
static void ByteRangeTool.write(OutputStream os, ByteRange byteRange)
           
static void ByteRangeTool.write(OutputStream os, ByteRange byteRange, int byteRangeInnerOffset)
           
 

Method parameters in org.apache.hadoop.hbase.util with type arguments of type ByteRange
static ArrayList<byte[]> ByteRangeTool.copyToNewArrays(Collection<ByteRange> ranges)
           
 

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

Fields in org.apache.hadoop.hbase.util.byterange with type parameters of type ByteRange
protected  ArrayList<ByteRange> ByteRangeSet.sortedRanges
           
protected  Map<ByteRange,Integer> ByteRangeSet.uniqueIndexByUniqueRange
           
protected  ArrayList<ByteRange> ByteRangeSet.uniqueRanges
           
 

Methods in org.apache.hadoop.hbase.util.byterange that return types with arguments of type ByteRange
 ArrayList<ByteRange> ByteRangeSet.getSortedRanges()
          get/set
 

Methods in org.apache.hadoop.hbase.util.byterange with parameters of type ByteRange
 void ByteRangeSet.add(ByteRange bytes)
          Check if the incoming byte range exists.
protected  int ByteRangeSet.store(ByteRange bytes)
           
 

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

Constructor parameters in org.apache.hadoop.hbase.util.byterange.impl with type arguments of type ByteRange
ByteRangeHashSet(List<ByteRange> rawByteArrays)
           
ByteRangeTreeSet(List<ByteRange> rawByteArrays)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.