Package com.mapr.fs.jni
Class MapRKeyValue
java.lang.Object
com.mapr.fs.jni.MapRKeyValue
-
Constructor Summary
ConstructorsConstructorDescriptionMapRKeyValue(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
-
Constructor Details
-
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 Details
-
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()
-