Class MapRScan

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

public class MapRScan extends Object
  • Field Details

    • startRow

      public byte[] startRow
    • stopRow

      public byte[] stopRow
    • batch

      public int batch
    • caching

      public int caching
    • rowConstraint

      public MapRRowConstraint rowConstraint
    • filter

      public byte[] filter
    • shouldFlush

      public boolean shouldFlush
    • shouldDecompress

      public boolean shouldDecompress
  • Constructor Details

    • MapRScan

      public MapRScan()
  • Method Details

    • getFilter

      public byte[] getFilter()
    • setFilter

      public void setFilter(byte[] filter)
    • setFlushOnRead

      public void setFlushOnRead(boolean val)
    • shouldFlushOnRead

      public boolean shouldFlushOnRead()