@InterfaceAudience.Private public class MapReduceExtendedCell extends ByteBufferExtendedCell
CELL_NOT_BASED_ON_CHUNKMAX_TAGS_LENGTH| Constructor and Description |
|---|
MapReduceExtendedCell(Cell cell) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChunkId, getSerializedSizecheckForTagsLength, cloneTags, getTag, getTagspublic MapReduceExtendedCell(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 ByteBufferExtendedCellpublic int getRowPosition()
getRowPosition in class ByteBufferExtendedCellpublic ByteBuffer getFamilyByteBuffer()
getFamilyByteBuffer in class ByteBufferExtendedCellpublic int getFamilyPosition()
getFamilyPosition in class ByteBufferExtendedCellpublic ByteBuffer getQualifierByteBuffer()
getQualifierByteBuffer in class ByteBufferExtendedCellpublic int getQualifierPosition()
getQualifierPosition in class ByteBufferExtendedCellpublic ByteBuffer getValueByteBuffer()
getValueByteBuffer in class ByteBufferExtendedCellpublic int getValuePosition()
getValuePosition in class ByteBufferExtendedCellpublic ByteBuffer getTagsByteBuffer()
getTagsByteBuffer in class ByteBufferExtendedCellpublic int getTagsPosition()
getTagsPosition in class 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 ExtendedCell deepClone()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.