@InterfaceAudience.Private public class MapReduceCell extends ByteBufferCell implements ExtendedCell
CELL_NOT_BASED_ON_CHUNK| Constructor and Description |
|---|
MapReduceCell(Cell cell) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChunkIdpublic MapReduceCell(Cell cell)
public byte[] getRowArray()
getRowArray in interface Cellpublic int getRowOffset()
getRowOffset in interface Cellpublic short getRowLength()
getRowLength in interface Cellpublic byte[] getFamilyArray()
getFamilyArray in interface Cellpublic int getFamilyOffset()
getFamilyOffset in interface Cellpublic byte getFamilyLength()
getFamilyLength in interface Cellpublic byte[] getQualifierArray()
getQualifierArray in interface Cellpublic int getQualifierOffset()
getQualifierOffset in interface Cellpublic int getQualifierLength()
getQualifierLength in interface Cellpublic long getTimestamp()
getTimestamp in interface Cellpublic byte getTypeByte()
getTypeByte in interface Cellpublic long getSequenceId()
getSequenceId in interface Cellpublic byte[] getValueArray()
getValueArray in interface Cellpublic int getValueOffset()
getValueOffset in interface Cellpublic int getValueLength()
getValueLength in interface Cellpublic byte[] getTagsArray()
getTagsArray in interface Cellpublic int getTagsOffset()
getTagsOffset in interface Cellpublic int getTagsLength()
getTagsLength in interface Cellpublic ByteBuffer getRowByteBuffer()
getRowByteBuffer in class ByteBufferCellpublic int getRowPosition()
getRowPosition in class ByteBufferCellpublic ByteBuffer getFamilyByteBuffer()
getFamilyByteBuffer in class ByteBufferCellpublic int getFamilyPosition()
getFamilyPosition in class ByteBufferCellpublic ByteBuffer getQualifierByteBuffer()
getQualifierByteBuffer in class ByteBufferCellpublic int getQualifierPosition()
getQualifierPosition in class ByteBufferCellpublic ByteBuffer getValueByteBuffer()
getValueByteBuffer in class ByteBufferCellpublic int getValuePosition()
getValuePosition in class ByteBufferCellpublic ByteBuffer getTagsByteBuffer()
getTagsByteBuffer in class ByteBufferCellpublic int getTagsPosition()
getTagsPosition in class ByteBufferCellpublic void setSequenceId(long seqId)
throws IOException
setSequenceId in interface SettableSequenceIdIOExceptionpublic void setTimestamp(long ts)
throws IOException
setTimestamp in interface SettableTimestampIOExceptionpublic void setTimestamp(byte[] ts,
int tsOffset)
throws IOException
setTimestamp in interface SettableTimestampIOExceptionpublic int write(OutputStream out, boolean withTags) throws IOException
write in interface ExtendedCellIOExceptionpublic int getSerializedSize(boolean withTags)
getSerializedSize in interface ExtendedCellpublic void write(ByteBuffer buf, int offset)
write in interface ExtendedCellpublic ExtendedCell deepClone()
deepClone in interface ExtendedCellCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.