public static interface MasterProtos.SetSplitOrMergeEnabledRequestOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
required bool enabled = 1; |
MasterProtos.MasterSwitchType |
getSwitchTypes(int index)
repeated .hbase.pb.MasterSwitchType switch_types = 3; |
int |
getSwitchTypesCount()
repeated .hbase.pb.MasterSwitchType switch_types = 3; |
List<MasterProtos.MasterSwitchType> |
getSwitchTypesList()
repeated .hbase.pb.MasterSwitchType switch_types = 3; |
boolean |
getSynchronous()
optional bool synchronous = 2; |
boolean |
hasEnabled()
required bool enabled = 1; |
boolean |
hasSynchronous()
optional bool synchronous = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnabled()
required bool enabled = 1;boolean getEnabled()
required bool enabled = 1;boolean hasSynchronous()
optional bool synchronous = 2;boolean getSynchronous()
optional bool synchronous = 2;List<MasterProtos.MasterSwitchType> getSwitchTypesList()
repeated .hbase.pb.MasterSwitchType switch_types = 3;int getSwitchTypesCount()
repeated .hbase.pb.MasterSwitchType switch_types = 3;MasterProtos.MasterSwitchType getSwitchTypes(int index)
repeated .hbase.pb.MasterSwitchType switch_types = 3;Copyright © 2007–2019 Cloudera. All rights reserved.