| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.clear() |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.clearRow()
optional bytes row = 1; |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.clone() |
ClientProtos.Cursor.Builder |
ClientProtos.ScanResponse.Builder.getCursorBuilder()
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) |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
static ClientProtos.Cursor.Builder |
ClientProtos.Cursor.newBuilder() |
static ClientProtos.Cursor.Builder |
ClientProtos.Cursor.newBuilder(ClientProtos.Cursor prototype) |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.newBuilderForType() |
protected ClientProtos.Cursor.Builder |
ClientProtos.Cursor.newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.setRow(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes row = 1; |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.Builder.setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
ClientProtos.Cursor.Builder |
ClientProtos.Cursor.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.ScanResponse.Builder |
ClientProtos.ScanResponse.Builder.setCursor(ClientProtos.Cursor.Builder builderForValue)
If the Scan need cursor, return the row key we are scanning in heartbeat message.
|
Copyright © 2007–2019 Cloudera. All rights reserved.