Class MapRResult

java.lang.Object
com.mapr.fs.jni.MapRResult

public class MapRResult extends Object
  • Field Details

    • 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 Details

    • MapRResult

      public MapRResult()
  • Method Details

    • toString

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

      public ByteBuffer getKey()
    • getJsonByteBufs

      public Map<Integer,ByteBuffer> getJsonByteBufs() throws IOException
      Throws:
      IOException
    • DecodeByteBuf

      public void DecodeByteBuf(ParsedRow prow) throws IOException
      Throws:
      IOException
    • getByteBuf

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