HBaseProtos.RegionLocation.Builder |
MasterProcedureProtos.ReopenTableRegionsStateData.Builder.addRegionBuilder()
repeated .hbase.pb.RegionLocation region = 2;
|
HBaseProtos.RegionLocation.Builder |
MasterProcedureProtos.ReopenTableRegionsStateData.Builder.addRegionBuilder(int index)
repeated .hbase.pb.RegionLocation region = 2;
|
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.clear() |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.clearRegionInfo()
required .hbase.pb.RegionInfo region_info = 1;
|
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.clearSeqNum()
required int64 seq_num = 3;
|
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.clearServerName()
optional .hbase.pb.ServerName server_name = 2;
|
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.clone() |
HBaseProtos.RegionLocation.Builder |
MasterProcedureProtos.ReopenTableRegionsStateData.Builder.getRegionBuilder(int index)
repeated .hbase.pb.RegionLocation region = 2;
|
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.mergeFrom(HBaseProtos.RegionLocation other) |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.mergeRegionInfo(HBaseProtos.RegionInfo value)
required .hbase.pb.RegionInfo region_info = 1;
|
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.mergeServerName(HBaseProtos.ServerName value)
optional .hbase.pb.ServerName server_name = 2;
|
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
static HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.newBuilder() |
static HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.newBuilder(HBaseProtos.RegionLocation prototype) |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.newBuilderForType() |
protected HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.setRegionInfo(HBaseProtos.RegionInfo.Builder builderForValue)
required .hbase.pb.RegionInfo region_info = 1;
|
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.setRegionInfo(HBaseProtos.RegionInfo value)
required .hbase.pb.RegionInfo region_info = 1;
|
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.setSeqNum(long value)
required int64 seq_num = 3;
|
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.setServerName(HBaseProtos.ServerName.Builder builderForValue)
optional .hbase.pb.ServerName server_name = 2;
|
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.setServerName(HBaseProtos.ServerName value)
optional .hbase.pb.ServerName server_name = 2;
|
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.toBuilder() |