Class MapRGet

java.lang.Object
com.mapr.fs.jni.MapRGet
All Implemented Interfaces:
Comparable<MapRGet>

public class MapRGet extends Object implements Comparable<MapRGet>
  • Field Details

    • key

      public byte[] key
    • result

      public MapRResult result
    • rowConstraint

      public MapRRowConstraint rowConstraint
    • filter

      public byte[] filter
    • listIndex

      public int listIndex
    • isEncodedResult

      public boolean isEncodedResult
  • Constructor Details

    • MapRGet

      public MapRGet()
  • Method Details

    • setEncodedResult

      public void setEncodedResult(boolean val)
    • getEncodedResult

      public boolean getEncodedResult()
    • getResult

      public MapRResult getResult()
    • getKey

      public byte[] getKey()
    • getArena

      public long getArena()
    • setArena

      public void setArena(long arenaAddr)
    • getFilter

      public byte[] getFilter()
    • setFilter

      public void setFilter(byte[] filter)
    • compareTo

      public int compareTo(MapRGet arg0)
      Specified by:
      compareTo in interface Comparable<MapRGet>