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

Packages that use org.apache.hadoop.hbase.util.ObjectIntPair
  • Uses of org.apache.hadoop.hbase.util.ObjectIntPair in org.apache.hadoop.hbase.io.encoding

    Fields in org.apache.hadoop.hbase.io.encoding declared as org.apache.hadoop.hbase.util.ObjectIntPair in in
    Modifier and Type
    Field
    Description
    protected final org.apache.hadoop.hbase.util.ObjectIntPair<ByteBuffer>
    RowIndexSeekerV1.tmpPair
     
    Constructors in org.apache.hadoop.hbase.io.encoding with parameters of type org.apache.hadoop.hbase.util.ObjectIntPair in in
    Modifier
    Constructor
    Description
     
    DiffSeekerState(org.apache.hadoop.hbase.util.ObjectIntPair<ByteBuffer> tmpPair, boolean includeTags)
     
     
    FastDiffSeekerState(org.apache.hadoop.hbase.util.ObjectIntPair<ByteBuffer> tmpPair, boolean includeTags)
     
  • Uses of org.apache.hadoop.hbase.util.ObjectIntPair in org.apache.hadoop.hbase.nio

    Methods in org.apache.hadoop.hbase.nio with parameters of type org.apache.hadoop.hbase.util.ObjectIntPair in in
    Modifier and Type
    Method
    Description
    abstract void
    ByteBuff.asSubByteBuffer(int offset, int length, org.apache.hadoop.hbase.util.ObjectIntPair<ByteBuffer> pair)
    Returns bytes from given offset till length specified, as a single ByteBuffer.
    void
    MultiByteBuff.asSubByteBuffer(int offset, int length, org.apache.hadoop.hbase.util.ObjectIntPair<ByteBuffer> pair)
    Returns bytes from given offset till length specified, as a single ByteBuffer.
    void
    SingleByteBuff.asSubByteBuffer(int offset, int length, org.apache.hadoop.hbase.util.ObjectIntPair<ByteBuffer> pair)