Class Cursor

java.lang.Object
org.apache.hadoop.hbase.client.Cursor

@Public public class Cursor extends Object
Scan cursor to tell client where server is scanning Scan.setNeedCursorResult(boolean) Result.isCursor() Result.getCursor()
  • Field Details

    • row

      private final byte[] row
  • Constructor Details

  • Method Details

    • getRow

      public byte[] getRow()