public class MapRPut extends MapRAsyncRpc
| Modifier and Type | Field and Description |
|---|---|
int[] |
cellsPerFamily |
java.nio.ByteBuffer[] |
encBuffers |
int[] |
encLimits |
int[] |
encPositions |
int[] |
families |
boolean |
isEncoded |
byte[] |
key |
MapRKeyValue[] |
keyvals |
MapRPut |
next |
int |
numCells |
int |
numFamilies |
long |
rowTimeStamp |
long |
rowTotalBytes |
int |
status |
byte[] |
tableUuid |
byte |
type |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
done() |
MapRCallBackQueue |
getCallBackQueue() |
MapRKeyValue[] |
getKeyValues() |
static boolean |
isBufferedPut(MapRPut put) |
boolean |
isEncoded() |
long |
rowTotalBytes() |
void |
setIsEncoded(boolean val) |
void |
setStatus(int st) |
boolean |
shouldSkipCallBack() |
callbackpublic byte[] key
public int[] families
public int[] cellsPerFamily
public MapRKeyValue[] keyvals
public long rowTotalBytes
public int numFamilies
public int numCells
public byte type
public int status
public long rowTimeStamp
public byte[] tableUuid
public MapRPut next
public boolean isEncoded
public java.nio.ByteBuffer[] encBuffers
public int[] encPositions
public int[] encLimits
public MapRPut(java.lang.Object request,
MapRCallBackQueue cbq)
public MapRPut()
public MapRPut(byte[] key,
int family,
byte[][] qualifiers,
byte[][] values,
long timestamp)
public MapRPut(byte[] key,
int family,
byte[][] qualifiers,
byte[][] values,
long timestamp,
java.lang.Object request,
MapRCallBackQueue cbq)
public MapRPut(byte[] key,
int family,
byte[][] qualifiers,
byte[][] values,
long timestamp,
byte type)
public MapRPut(byte[] key,
int[] families,
byte[][][] qualifiers,
byte[][][] values,
long timestamp,
long[][] timestamps,
byte type)
public MapRPut(byte[] key,
int[] families,
byte[][][] qualifiers,
byte[][][] values,
long timestamp,
long[][] timestamps,
java.lang.Object request,
MapRCallBackQueue cbq)
public MapRKeyValue[] getKeyValues()
public boolean isEncoded()
public void setIsEncoded(boolean val)
public static boolean isBufferedPut(MapRPut put)
public long rowTotalBytes()
public void setStatus(int st)
public MapRCallBackQueue getCallBackQueue()
public boolean shouldSkipCallBack()
public void done()