Package com.mapr.fs.jni
Class MapRKeyValue
- java.lang.Object
-
- com.mapr.fs.jni.MapRKeyValue
-
public class MapRKeyValue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MapRKeyValue(byte[] qualifier, byte[] value, long timestamp, boolean firstCell, boolean lastCell)MapRKeyValue(byte[] buffer, int columnOff, int columnLen, int valueOff, int valueLen, long timestamp, boolean firstCell, boolean lastCell)MapRKeyValue(byte[] buffer, int columnOff, int columnLen, int valueOff, int valueLen, long timestamp, boolean firstCell, boolean lastCell, boolean deleteColumn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBuffer()intgetColumnLength()intgetColumnOffset()byte[]getQualifier()longgetTimeStamp()byte[]getValue()intgetValueLength()intgetValueOffset()
-
-
-
Constructor Detail
-
MapRKeyValue
public MapRKeyValue(byte[] buffer, int columnOff, int columnLen, int valueOff, int valueLen, long timestamp, boolean firstCell, boolean lastCell)
-
MapRKeyValue
public MapRKeyValue(byte[] buffer, int columnOff, int columnLen, int valueOff, int valueLen, long timestamp, boolean firstCell, boolean lastCell, boolean deleteColumn)
-
MapRKeyValue
public MapRKeyValue(byte[] qualifier, byte[] value, long timestamp, boolean firstCell, boolean lastCell)
-
-
Method Detail
-
getBuffer
public byte[] getBuffer()
-
getColumnOffset
public int getColumnOffset()
-
getColumnLength
public int getColumnLength()
-
getValueOffset
public int getValueOffset()
-
getValueLength
public int getValueLength()
-
getTimeStamp
public long getTimeStamp()
-
getQualifier
public byte[] getQualifier()
-
getValue
public byte[] getValue()
-
-