Class MapRPut


public class MapRPut extends MapRAsyncRpc
  • Field Details

    • 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 ByteBuffer[] encBuffers
    • encPositions

      public int[] encPositions
    • encLimits

      public int[] encLimits
  • Constructor Details

    • MapRPut

      public MapRPut(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, 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, Object request, MapRCallBackQueue cbq)
  • Method Details

    • 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()