程序包 | 说明 |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin . |
org.apache.hadoop.hbase.shaded.protobuf |
限定符和类型 | 字段和说明 |
---|---|
protected Cursor |
ScannerCallable.cursor |
限定符和类型 | 方法和说明 |
---|---|
static Cursor |
ClientUtil.createCursor(byte[] row) |
Cursor |
ScannerCallable.getCursor() |
Cursor |
Result.getCursor()
Return the cursor if this Result is a cursor result.
|
限定符和类型 | 方法和说明 |
---|---|
Optional<Cursor> |
AdvancedScanResultConsumer.ScanController.cursor()
Get the scan cursor if available.
|
限定符和类型 | 方法和说明 |
---|---|
static Result |
Result.createCursorResult(Cursor cursor) |
static Scan |
Scan.createScanFromCursor(Cursor cursor)
Create a new Scan with a cursor.
|
限定符和类型 | 方法和说明 |
---|---|
static Cursor |
ProtobufUtil.toCursor(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Cursor cursor) |
限定符和类型 | 方法和说明 |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Cursor |
ProtobufUtil.toCursor(Cursor cursor) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.