Package com.mapr.fs.jni
Class MapRPut
- java.lang.Object
-
- com.mapr.fs.jni.MapRAsyncRpc
-
- com.mapr.fs.jni.MapRPut
-
public class MapRPut extends MapRAsyncRpc
-
-
Field Summary
Fields Modifier and Type Field Description int[]cellsPerFamilyjava.nio.ByteBuffer[]encBuffersint[]encLimitsint[]encPositionsint[]familiesbooleanisEncodedbyte[]keyMapRKeyValue[]keyvalsMapRPutnextintnumCellsintnumFamilieslongrowTimeStamplongrowTotalBytesintstatusbyte[]tableUuidbytetype
-
Constructor Summary
Constructors Constructor Description MapRPut()MapRPut(byte[] key, int[] families, byte[][][] qualifiers, byte[][][] values, long timestamp, long[][] timestamps, byte type)MapRPut(byte[] key, int[] families, byte[][][] qualifiers, byte[][][] values, long timestamp, long[][] timestamps, java.lang.Object request, MapRCallBackQueue cbq)MapRPut(byte[] key, int family, byte[][] qualifiers, byte[][] values, long timestamp)MapRPut(byte[] key, int family, byte[][] qualifiers, byte[][] values, long timestamp, byte type)MapRPut(byte[] key, int family, byte[][] qualifiers, byte[][] values, long timestamp, java.lang.Object request, MapRCallBackQueue cbq)MapRPut(java.lang.Object request, MapRCallBackQueue cbq)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddone()MapRCallBackQueuegetCallBackQueue()MapRKeyValue[]getKeyValues()static booleanisBufferedPut(MapRPut put)booleanisEncoded()longrowTotalBytes()voidsetIsEncoded(boolean val)voidsetStatus(int st)booleanshouldSkipCallBack()-
Methods inherited from class com.mapr.fs.jni.MapRAsyncRpc
callback
-
-
-
-
Field Detail
-
key
public byte[] key
-
families
public int[] families
-
cellsPerFamily
public int[] cellsPerFamily
-
keyvals
public MapRKeyValue[] keyvals
-
rowTotalBytes
public long rowTotalBytes
-
numFamilies
public int numFamilies
-
numCells
public int numCells
-
type
public byte type
-
status
public int status
-
rowTimeStamp
public long rowTimeStamp
-
tableUuid
public byte[] tableUuid
-
next
public MapRPut next
-
isEncoded
public boolean isEncoded
-
encBuffers
public java.nio.ByteBuffer[] encBuffers
-
encPositions
public int[] encPositions
-
encLimits
public int[] encLimits
-
-
Constructor Detail
-
MapRPut
public MapRPut(java.lang.Object request, MapRCallBackQueue cbq)
-
MapRPut
public MapRPut()
-
MapRPut
public MapRPut(byte[] key, int family, byte[][] qualifiers, byte[][] values, long timestamp)
-
MapRPut
public MapRPut(byte[] key, int family, byte[][] qualifiers, byte[][] values, long timestamp, java.lang.Object request, MapRCallBackQueue cbq)
-
MapRPut
public MapRPut(byte[] key, int family, byte[][] qualifiers, byte[][] values, long timestamp, byte type)
-
MapRPut
public MapRPut(byte[] key, int[] families, byte[][][] qualifiers, byte[][][] values, long timestamp, long[][] timestamps, byte type)
-
MapRPut
public MapRPut(byte[] key, int[] families, byte[][][] qualifiers, byte[][][] values, long timestamp, long[][] timestamps, java.lang.Object request, MapRCallBackQueue cbq)
-
-
Method Detail
-
getKeyValues
public MapRKeyValue[] getKeyValues()
-
isEncoded
public boolean isEncoded()
-
setIsEncoded
public void setIsEncoded(boolean val)
-
isBufferedPut
public static boolean isBufferedPut(MapRPut put)
-
rowTotalBytes
public long rowTotalBytes()
-
setStatus
public void setStatus(int st)
-
getCallBackQueue
public MapRCallBackQueue getCallBackQueue()
-
shouldSkipCallBack
public boolean shouldSkipCallBack()
-
done
public void done()
-
-