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

Packages that use org.apache.hadoop.hbase.util.ByteRange
  • Uses of org.apache.hadoop.hbase.util.ByteRange in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.util.ByteRange in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.util.ByteRange
    CellUtil.fillFamilyRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
    Deprecated.
    As of HBase-2.0.
    static org.apache.hadoop.hbase.util.ByteRange
    PrivateCellUtil.fillFamilyRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
     
    static org.apache.hadoop.hbase.util.ByteRange
    CellUtil.fillQualifierRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
    Deprecated.
    As of HBase-2.0.
    static org.apache.hadoop.hbase.util.ByteRange
    PrivateCellUtil.fillQualifierRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
     
    static org.apache.hadoop.hbase.util.ByteRange
    CellUtil.fillRowRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
    Deprecated.
    As of HBase-2.0.
    static org.apache.hadoop.hbase.util.ByteRange
    PrivateCellUtil.fillRowRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
    ByteRange
    static org.apache.hadoop.hbase.util.ByteRange
    CellUtil.fillTagRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
    Deprecated.
    As of HBase-2.0.
    static org.apache.hadoop.hbase.util.ByteRange
    PrivateCellUtil.fillTagRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
     
    static org.apache.hadoop.hbase.util.ByteRange
    CellUtil.fillValueRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
    Deprecated.
    As of HBase-2.0.
    static org.apache.hadoop.hbase.util.ByteRange
    PrivateCellUtil.fillValueRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
     
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.util.ByteRange in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.util.ByteRange
    CellUtil.fillFamilyRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
    Deprecated.
    As of HBase-2.0.
    static org.apache.hadoop.hbase.util.ByteRange
    PrivateCellUtil.fillFamilyRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
     
    static org.apache.hadoop.hbase.util.ByteRange
    CellUtil.fillQualifierRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
    Deprecated.
    As of HBase-2.0.
    static org.apache.hadoop.hbase.util.ByteRange
    PrivateCellUtil.fillQualifierRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
     
    static org.apache.hadoop.hbase.util.ByteRange
    CellUtil.fillRowRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
    Deprecated.
    As of HBase-2.0.
    static org.apache.hadoop.hbase.util.ByteRange
    PrivateCellUtil.fillRowRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
    ByteRange
    static org.apache.hadoop.hbase.util.ByteRange
    CellUtil.fillTagRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
    Deprecated.
    As of HBase-2.0.
    static org.apache.hadoop.hbase.util.ByteRange
    PrivateCellUtil.fillTagRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
     
    static org.apache.hadoop.hbase.util.ByteRange
    CellUtil.fillValueRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
    Deprecated.
    As of HBase-2.0.
    static org.apache.hadoop.hbase.util.ByteRange
    PrivateCellUtil.fillValueRange(org.apache.hadoop.hbase.Cell cell, org.apache.hadoop.hbase.util.ByteRange range)
     
  • Uses of org.apache.hadoop.hbase.util.ByteRange in org.apache.hadoop.hbase.util

    Subinterfaces of org.apache.hadoop.hbase.util.ByteRange in in org.apache.hadoop.hbase.util
    Modifier and Type
    Interface
    Description
    interface 
    org.apache.hadoop.hbase.util.PositionedByteRange
    Extends ByteRange with additional methods to support tracking a consumers position within the viewport.
    Classes in org.apache.hadoop.hbase.util that implement org.apache.hadoop.hbase.util.ByteRange in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.util.AbstractByteRange
    An abstract implementation of the ByteRange API
    class 
    org.apache.hadoop.hbase.util.AbstractPositionedByteRange
    Extends the basic SimpleByteRange implementation with position support.
    class 
    org.apache.hadoop.hbase.util.SimpleByteRange
    A read only version of the ByteRange.
    class 
    org.apache.hadoop.hbase.util.SimpleMutableByteRange
    A basic mutable ByteRange implementation.
    class 
    org.apache.hadoop.hbase.util.SimplePositionedByteRange
    Extends the basic SimpleMutableByteRange implementation with position support and it is a readonly version.
    class 
    org.apache.hadoop.hbase.util.SimplePositionedMutableByteRange
    Extends the basic AbstractPositionedByteRange implementation with position support and it is a mutable version.
    Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.util.ByteRange in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.deepCopy()
    Create a new ByteRange with new backing byte[] containing a copy of the content from this range's window.
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.deepCopy()
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleMutableByteRange.deepCopy()
     
    org.apache.hadoop.hbase.util.ByteRange
    AbstractByteRange.get(int index, byte[] dst)
     
    org.apache.hadoop.hbase.util.ByteRange
    AbstractByteRange.get(int index, byte[] dst, int offset, int length)
     
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.get(int index, byte[] dst)
    Fill dst with bytes from the range, starting from index.
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.get(int index, byte[] dst, int offset, int length)
    Fill dst with bytes from the range, starting from index.
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.put(int index, byte val)
    Store val at index.
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.put(int index, byte[] val)
    Store val at index.
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.put(int index, byte[] val, int offset, int length)
    Store length bytes from val into this range, starting at index.
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.put(int index, byte val)
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.put(int index, byte[] val)
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.put(int index, byte[] val, int offset, int length)
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleMutableByteRange.put(int index, byte val)
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleMutableByteRange.put(int index, byte[] val)
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleMutableByteRange.put(int index, byte[] val, int offset, int length)
     
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.putInt(int index, int val)
    Store the int value at index
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.putInt(int index, int val)
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleMutableByteRange.putInt(int index, int val)
     
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.putLong(int index, long val)
    Store the long value at index
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.putLong(int index, long val)
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleMutableByteRange.putLong(int index, long val)
     
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.putShort(int index, short val)
    Store the short value at index
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.putShort(int index, short val)
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleMutableByteRange.putShort(int index, short val)
     
    org.apache.hadoop.hbase.util.ByteRange
    AbstractByteRange.set(byte[] bytes)
     
    org.apache.hadoop.hbase.util.ByteRange
    AbstractByteRange.set(byte[] bytes, int offset, int length)
     
    org.apache.hadoop.hbase.util.ByteRange
    AbstractByteRange.set(int capacity)
     
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.set(byte[] bytes)
    Reuse this ByteRange over a new byte[].
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.set(byte[] bytes, int offset, int length)
    Reuse this ByteRange over a new byte[].
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.set(int capacity)
    Reuse this ByteRange over a new byte[].
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.set(byte[] bytes)
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.set(byte[] bytes, int offset, int length)
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.set(int capacity)
     
    org.apache.hadoop.hbase.util.ByteRange
    AbstractByteRange.setLength(int length)
     
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.setLength(int length)
    Update the length of this range.
    org.apache.hadoop.hbase.util.ByteRange
    AbstractByteRange.setOffset(int offset)
     
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.setOffset(int offset)
    Update the beginning of this range.
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.shallowCopy()
    Create a new ByteRange that points at this range's byte[].
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.shallowCopy()
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleMutableByteRange.shallowCopy()
     
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.shallowCopySubRange(int innerOffset, int copyLength)
    Create a new ByteRange that points at this range's byte[].
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.shallowCopySubRange(int innerOffset, int copyLength)
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleMutableByteRange.shallowCopySubRange(int innerOffset, int copyLength)
     
    org.apache.hadoop.hbase.util.ByteRange
    ByteRange.unset()
    Nullifies this ByteRange.
    org.apache.hadoop.hbase.util.ByteRange
    SimpleByteRange.unset()
     
    org.apache.hadoop.hbase.util.ByteRange
    SimpleMutableByteRange.unset()
     
    Methods in org.apache.hadoop.hbase.util that return types with arguments of type org.apache.hadoop.hbase.util.ByteRange in in
    Modifier and Type
    Method
    Description
    static ArrayList<org.apache.hadoop.hbase.util.ByteRange>
    ByteRangeUtils.fromArrays(Collection<byte[]> arrays)
     
    Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.ByteRange in in
    Modifier and Type
    Method
    Description
    int
    AbstractByteRange.compareTo(org.apache.hadoop.hbase.util.ByteRange other)
    Bitwise comparison of each byte in the array.
    static boolean
    AbstractByteRange.isEmpty(org.apache.hadoop.hbase.util.ByteRange range)
    Returns true when range is of zero length, false otherwise.
    static int
    ByteRangeUtils.numEqualPrefixBytes(org.apache.hadoop.hbase.util.ByteRange left, org.apache.hadoop.hbase.util.ByteRange right, int rightInnerOffset)
     
    static void
    ByteRangeUtils.write(OutputStream os, org.apache.hadoop.hbase.util.ByteRange byteRange)
     
    static void
    ByteRangeUtils.write(OutputStream os, org.apache.hadoop.hbase.util.ByteRange byteRange, int byteRangeInnerOffset)
     
    Method parameters in org.apache.hadoop.hbase.util with type arguments of type org.apache.hadoop.hbase.util.ByteRange in in
    Modifier and Type
    Method
    Description
    static ArrayList<byte[]>
    ByteRangeUtils.copyToNewArrays(Collection<org.apache.hadoop.hbase.util.ByteRange> ranges)