Uses of Class
org.apache.hadoop.hbase.client.Cursor

Packages that use org.apache.hadoop.hbase.client.Cursor
Package
Description
Provides HBase Client
 
  • Uses of org.apache.hadoop.hbase.client.Cursor in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.Cursor in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.client.Cursor
    ClientUtil.createCursor(byte[] row)
     
    org.apache.hadoop.hbase.client.Cursor
    Result.getCursor()
    Return the cursor if this Result is a cursor result.
    Methods in org.apache.hadoop.hbase.client that return types with arguments of type org.apache.hadoop.hbase.client.Cursor in in
    Modifier and Type
    Method
    Description
    Optional<org.apache.hadoop.hbase.client.Cursor>
    AdvancedScanResultConsumer.ScanController.cursor()
    Get the scan cursor if available.
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.Cursor in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.client.Result
    Result.createCursorResult(org.apache.hadoop.hbase.client.Cursor cursor)
     
    static org.apache.hadoop.hbase.client.Scan
    Scan.createScanFromCursor(org.apache.hadoop.hbase.client.Cursor cursor)
    Create a new Scan with a cursor.
  • Uses of org.apache.hadoop.hbase.client.Cursor in org.apache.hadoop.hbase.shaded.protobuf

    Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.client.Cursor in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.client.Cursor
    ProtobufUtil.toCursor(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Cursor cursor)
     
    Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.client.Cursor in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Cursor
    ProtobufUtil.toCursor(org.apache.hadoop.hbase.client.Cursor cursor)