@InterfaceAudience.Private
public class MapReduceExtendedCell
extends org.apache.hadoop.hbase.ByteBufferExtendedCell
| Constructor and Description |
|---|
MapReduceExtendedCell(org.apache.hadoop.hbase.Cell cell) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic MapReduceExtendedCell(org.apache.hadoop.hbase.Cell cell)
public byte[] getRowArray()
public int getRowOffset()
public short getRowLength()
public byte[] getFamilyArray()
public int getFamilyOffset()
public byte getFamilyLength()
public byte[] getQualifierArray()
public int getQualifierOffset()
public int getQualifierLength()
public long getTimestamp()
public byte getTypeByte()
public long getSequenceId()
public byte[] getValueArray()
public int getValueOffset()
public int getValueLength()
public byte[] getTagsArray()
public int getTagsOffset()
public int getTagsLength()
public ByteBuffer getRowByteBuffer()
getRowByteBuffer in class org.apache.hadoop.hbase.ByteBufferExtendedCellpublic int getRowPosition()
getRowPosition in class org.apache.hadoop.hbase.ByteBufferExtendedCellpublic ByteBuffer getFamilyByteBuffer()
getFamilyByteBuffer in class org.apache.hadoop.hbase.ByteBufferExtendedCellpublic int getFamilyPosition()
getFamilyPosition in class org.apache.hadoop.hbase.ByteBufferExtendedCellpublic ByteBuffer getQualifierByteBuffer()
getQualifierByteBuffer in class org.apache.hadoop.hbase.ByteBufferExtendedCellpublic int getQualifierPosition()
getQualifierPosition in class org.apache.hadoop.hbase.ByteBufferExtendedCellpublic ByteBuffer getValueByteBuffer()
getValueByteBuffer in class org.apache.hadoop.hbase.ByteBufferExtendedCellpublic int getValuePosition()
getValuePosition in class org.apache.hadoop.hbase.ByteBufferExtendedCellpublic ByteBuffer getTagsByteBuffer()
getTagsByteBuffer in class org.apache.hadoop.hbase.ByteBufferExtendedCellpublic int getTagsPosition()
getTagsPosition in class org.apache.hadoop.hbase.ByteBufferExtendedCellpublic void setSequenceId(long seqId)
throws IOException
IOExceptionpublic void setTimestamp(long ts)
throws IOException
IOExceptionpublic void setTimestamp(byte[] ts)
throws IOException
IOExceptionpublic long heapSize()
public int write(OutputStream out, boolean withTags) throws IOException
IOExceptionpublic int getSerializedSize(boolean withTags)
public void write(ByteBuffer buf, int offset)
public org.apache.hadoop.hbase.ExtendedCell deepClone()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.