| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static ClientProtos.Cursor |
ProtobufUtil.toCursor(Cell cell) |
static ClientProtos.Cursor |
ProtobufUtil.toCursor(Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
static Cursor |
ProtobufUtil.toCursor(ClientProtos.Cursor cursor) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Cursor> |
ClientProtos.Cursor.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.Cursor |
ClientProtos.Cursor.Builder.build() |
ClientProtos.Cursor |
ClientProtos.Cursor.Builder.buildPartial() |
ClientProtos.Cursor |
ClientProtos.ScanResponseOrBuilder.getCursor()
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
ClientProtos.Cursor |
ClientProtos.ScanResponse.getCursor()
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
ClientProtos.Cursor |
ClientProtos.ScanResponse.Builder.getCursor()
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
static ClientProtos.Cursor |
ClientProtos.Cursor.getDefaultInstance() |
ClientProtos.Cursor |
ClientProtos.Cursor.getDefaultInstanceForType() |
ClientProtos.Cursor |
ClientProtos.Cursor.Builder.getDefaultInstanceForType() |
static ClientProtos.Cursor |
ClientProtos.Cursor.parseDelimitedFrom(InputStream input) |
static ClientProtos.Cursor |
ClientProtos.Cursor.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Cursor |
ClientProtos.Cursor.parseFrom(byte[] data) |
static ClientProtos.Cursor |
ClientProtos.Cursor.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Cursor |
ClientProtos.Cursor.parseFrom(ByteBuffer data) |
static ClientProtos.Cursor |
ClientProtos.Cursor.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Cursor |
ClientProtos.Cursor.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClientProtos.Cursor |
ClientProtos.Cursor.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Cursor |
ClientProtos.Cursor.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClientProtos.Cursor |
ClientProtos.Cursor.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Cursor |
ClientProtos.Cursor.parseFrom(InputStream input) |
static ClientProtos.Cursor |
ClientProtos.Cursor.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Cursor> |
ClientProtos.Cursor.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Cursor> |
ClientProtos.Cursor.parser() |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.ScanResponse.Builder |
ClientProtos.ScanResponse.Builder.mergeCursor(ClientProtos.Cursor value)
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.mergeFrom(ClientProtos.Cursor other) |
static ClientProtos.Cursor.Builder |
ClientProtos.Cursor.newBuilder(ClientProtos.Cursor prototype) |
ClientProtos.ScanResponse.Builder |
ClientProtos.ScanResponse.Builder.setCursor(ClientProtos.Cursor value)
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
Copyright © 2007–2019 Cloudera. All rights reserved.