Class MapRResult


  • public class MapRResult
    extends java.lang.Object
    • Field Detail

      • bufBytes

        public byte[] bufBytes
      • bufSize

        public int bufSize
      • keyLength

        public int keyLength
      • isDelete

        public boolean isDelete
      • familyOffsets

        public int[] familyOffsets
      • columnOffsets

        public int[] columnOffsets
      • columnLengths

        public int[] columnLengths
      • timestamps

        public long[] timestamps
      • valueOffsets

        public int[] valueOffsets
      • valueLengths

        public int[] valueLengths
      • isColDelete

        public int[] isColDelete
      • isColDeleteExact

        public int[] isColDeleteExact
      • cfIds

        public int[] cfIds
      • cellsPerFamily

        public int[] cellsPerFamily
      • versions

        public int[] versions
      • rowTs

        public long rowTs
      • deleteTs

        public long deleteTs
    • Constructor Detail

      • MapRResult

        public MapRResult()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getKey

        public java.nio.ByteBuffer getKey()
      • getJsonByteBufs

        public java.util.Map<java.lang.Integer,​java.nio.ByteBuffer> getJsonByteBufs()
                                                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • DecodeByteBuf

        public void DecodeByteBuf​(ParsedRow prow)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • getByteBuf

        public java.nio.ByteBuffer getByteBuf()
      • getBufSize

        public int getBufSize()
      • getKeyLength

        public int getKeyLength()
      • getIsDelete

        public boolean getIsDelete()
      • getColumnOffsets

        public int[] getColumnOffsets()
      • getColumnLengths

        public int[] getColumnLengths()
      • getValueOffsets

        public int[] getValueOffsets()
      • getValueLengths

        public int[] getValueLengths()
      • getIsColDelete

        public int[] getIsColDelete()
      • getIsColDeleteExact

        public int[] getIsColDeleteExact()
      • getTimeStamps

        public long[] getTimeStamps()
      • getCfids

        public int[] getCfids()
      • getCellsPerFamily

        public int[] getCellsPerFamily()
      • versions

        public int[] versions()
      • getRowTs

        public long getRowTs()
      • getDeleteTs

        public long getDeleteTs()
      • isEmpty

        public boolean isEmpty()