| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.protobuf.generated |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ClientProtos.Cursor
Protobuf type
hbase.pb.Cursor
Scan cursor to tell client where we are scanning. |
static class |
ClientProtos.Cursor.Builder
Protobuf type
hbase.pb.Cursor
Scan cursor to tell client where we are scanning. |
| 限定符和类型 | 方法和说明 |
|---|---|
ClientProtos.CursorOrBuilder |
ClientProtos.ScanResponseOrBuilder.getCursorOrBuilder()
optional .hbase.pb.Cursor cursor = 12;
If the Scan need cursor, return the row key we are scanning in heartbeat message. |
ClientProtos.CursorOrBuilder |
ClientProtos.ScanResponse.getCursorOrBuilder()
optional .hbase.pb.Cursor cursor = 12;
If the Scan need cursor, return the row key we are scanning in heartbeat message. |
ClientProtos.CursorOrBuilder |
ClientProtos.ScanResponse.Builder.getCursorOrBuilder()
optional .hbase.pb.Cursor cursor = 12;
If the Scan need cursor, return the row key we are scanning in heartbeat message. |
Copyright © 2007–2019. All rights reserved.