public static interface MasterProcedureProtos.ServerCrashStateDataOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCarryingMeta()
optional bool carrying_meta = 5; |
HBaseProtos.RegionInfo |
getRegionsAssigned(int index)
repeated .hbase.pb.RegionInfo regions_assigned = 4; |
int |
getRegionsAssignedCount()
repeated .hbase.pb.RegionInfo regions_assigned = 4; |
List<HBaseProtos.RegionInfo> |
getRegionsAssignedList()
repeated .hbase.pb.RegionInfo regions_assigned = 4; |
HBaseProtos.RegionInfoOrBuilder |
getRegionsAssignedOrBuilder(int index)
repeated .hbase.pb.RegionInfo regions_assigned = 4; |
List<? extends HBaseProtos.RegionInfoOrBuilder> |
getRegionsAssignedOrBuilderList()
repeated .hbase.pb.RegionInfo regions_assigned = 4; |
HBaseProtos.RegionInfo |
getRegionsOnCrashedServer(int index)
optional bool DEPRECATED_distributed_log_replay = 2;
|
int |
getRegionsOnCrashedServerCount()
optional bool DEPRECATED_distributed_log_replay = 2;
|
List<HBaseProtos.RegionInfo> |
getRegionsOnCrashedServerList()
optional bool DEPRECATED_distributed_log_replay = 2;
|
HBaseProtos.RegionInfoOrBuilder |
getRegionsOnCrashedServerOrBuilder(int index)
optional bool DEPRECATED_distributed_log_replay = 2;
|
List<? extends HBaseProtos.RegionInfoOrBuilder> |
getRegionsOnCrashedServerOrBuilderList()
optional bool DEPRECATED_distributed_log_replay = 2;
|
HBaseProtos.ServerName |
getServerName()
required .hbase.pb.ServerName server_name = 1; |
HBaseProtos.ServerNameOrBuilder |
getServerNameOrBuilder()
required .hbase.pb.ServerName server_name = 1; |
boolean |
getShouldSplitWal()
optional bool should_split_wal = 6 [default = true]; |
boolean |
hasCarryingMeta()
optional bool carrying_meta = 5; |
boolean |
hasServerName()
required .hbase.pb.ServerName server_name = 1; |
boolean |
hasShouldSplitWal()
optional bool should_split_wal = 6 [default = true]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasServerName()
required .hbase.pb.ServerName server_name = 1;HBaseProtos.ServerName getServerName()
required .hbase.pb.ServerName server_name = 1;HBaseProtos.ServerNameOrBuilder getServerNameOrBuilder()
required .hbase.pb.ServerName server_name = 1;List<HBaseProtos.RegionInfo> getRegionsOnCrashedServerList()
optional bool DEPRECATED_distributed_log_replay = 2;
repeated .hbase.pb.RegionInfo regions_on_crashed_server = 3;HBaseProtos.RegionInfo getRegionsOnCrashedServer(int index)
optional bool DEPRECATED_distributed_log_replay = 2;
repeated .hbase.pb.RegionInfo regions_on_crashed_server = 3;int getRegionsOnCrashedServerCount()
optional bool DEPRECATED_distributed_log_replay = 2;
repeated .hbase.pb.RegionInfo regions_on_crashed_server = 3;List<? extends HBaseProtos.RegionInfoOrBuilder> getRegionsOnCrashedServerOrBuilderList()
optional bool DEPRECATED_distributed_log_replay = 2;
repeated .hbase.pb.RegionInfo regions_on_crashed_server = 3;HBaseProtos.RegionInfoOrBuilder getRegionsOnCrashedServerOrBuilder(int index)
optional bool DEPRECATED_distributed_log_replay = 2;
repeated .hbase.pb.RegionInfo regions_on_crashed_server = 3;List<HBaseProtos.RegionInfo> getRegionsAssignedList()
repeated .hbase.pb.RegionInfo regions_assigned = 4;HBaseProtos.RegionInfo getRegionsAssigned(int index)
repeated .hbase.pb.RegionInfo regions_assigned = 4;int getRegionsAssignedCount()
repeated .hbase.pb.RegionInfo regions_assigned = 4;List<? extends HBaseProtos.RegionInfoOrBuilder> getRegionsAssignedOrBuilderList()
repeated .hbase.pb.RegionInfo regions_assigned = 4;HBaseProtos.RegionInfoOrBuilder getRegionsAssignedOrBuilder(int index)
repeated .hbase.pb.RegionInfo regions_assigned = 4;boolean hasCarryingMeta()
optional bool carrying_meta = 5;boolean getCarryingMeta()
optional bool carrying_meta = 5;boolean hasShouldSplitWal()
optional bool should_split_wal = 6 [default = true];boolean getShouldSplitWal()
optional bool should_split_wal = 6 [default = true];Copyright © 2007–2019 Cloudera. All rights reserved.