public static final class MasterProcedureProtos.EnableTableStateData.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder> implements MasterProcedureProtos.EnableTableStateDataOrBuilder
hbase.pb.EnableTableStateData| Modifier and Type | Method and Description |
|---|---|
MasterProcedureProtos.EnableTableStateData.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MasterProcedureProtos.EnableTableStateData |
build() |
MasterProcedureProtos.EnableTableStateData |
buildPartial() |
MasterProcedureProtos.EnableTableStateData.Builder |
clear() |
MasterProcedureProtos.EnableTableStateData.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
MasterProcedureProtos.EnableTableStateData.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MasterProcedureProtos.EnableTableStateData.Builder |
clearSkipTableStateCheck()
required bool skip_table_state_check = 3; |
MasterProcedureProtos.EnableTableStateData.Builder |
clearTableName()
required .hbase.pb.TableName table_name = 2; |
MasterProcedureProtos.EnableTableStateData.Builder |
clearUserInfo()
required .hbase.pb.UserInformation user_info = 1; |
MasterProcedureProtos.EnableTableStateData.Builder |
clone() |
MasterProcedureProtos.EnableTableStateData |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getSkipTableStateCheck()
required bool skip_table_state_check = 3; |
HBaseProtos.TableName |
getTableName()
required .hbase.pb.TableName table_name = 2; |
HBaseProtos.TableName.Builder |
getTableNameBuilder()
required .hbase.pb.TableName table_name = 2; |
HBaseProtos.TableNameOrBuilder |
getTableNameOrBuilder()
required .hbase.pb.TableName table_name = 2; |
RPCProtos.UserInformation |
getUserInfo()
required .hbase.pb.UserInformation user_info = 1; |
RPCProtos.UserInformation.Builder |
getUserInfoBuilder()
required .hbase.pb.UserInformation user_info = 1; |
RPCProtos.UserInformationOrBuilder |
getUserInfoOrBuilder()
required .hbase.pb.UserInformation user_info = 1; |
boolean |
hasSkipTableStateCheck()
required bool skip_table_state_check = 3; |
boolean |
hasTableName()
required .hbase.pb.TableName table_name = 2; |
boolean |
hasUserInfo()
required .hbase.pb.UserInformation user_info = 1; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MasterProcedureProtos.EnableTableStateData.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProcedureProtos.EnableTableStateData.Builder |
mergeFrom(MasterProcedureProtos.EnableTableStateData other) |
MasterProcedureProtos.EnableTableStateData.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
MasterProcedureProtos.EnableTableStateData.Builder |
mergeTableName(HBaseProtos.TableName value)
required .hbase.pb.TableName table_name = 2; |
MasterProcedureProtos.EnableTableStateData.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
MasterProcedureProtos.EnableTableStateData.Builder |
mergeUserInfo(RPCProtos.UserInformation value)
required .hbase.pb.UserInformation user_info = 1; |
MasterProcedureProtos.EnableTableStateData.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MasterProcedureProtos.EnableTableStateData.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MasterProcedureProtos.EnableTableStateData.Builder |
setSkipTableStateCheck(boolean value)
required bool skip_table_state_check = 3; |
MasterProcedureProtos.EnableTableStateData.Builder |
setTableName(HBaseProtos.TableName.Builder builderForValue)
required .hbase.pb.TableName table_name = 2; |
MasterProcedureProtos.EnableTableStateData.Builder |
setTableName(HBaseProtos.TableName value)
required .hbase.pb.TableName table_name = 2; |
MasterProcedureProtos.EnableTableStateData.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
MasterProcedureProtos.EnableTableStateData.Builder |
setUserInfo(RPCProtos.UserInformation.Builder builderForValue)
required .hbase.pb.UserInformation user_info = 1; |
MasterProcedureProtos.EnableTableStateData.Builder |
setUserInfo(RPCProtos.UserInformation value)
required .hbase.pb.UserInformation user_info = 1; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder>public MasterProcedureProtos.EnableTableStateData.Builder clear()
clear in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder>public MasterProcedureProtos.EnableTableStateData getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic MasterProcedureProtos.EnableTableStateData build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic MasterProcedureProtos.EnableTableStateData buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic MasterProcedureProtos.EnableTableStateData.Builder clone()
clone in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder>public MasterProcedureProtos.EnableTableStateData.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder>public MasterProcedureProtos.EnableTableStateData.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder>public MasterProcedureProtos.EnableTableStateData.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder>public MasterProcedureProtos.EnableTableStateData.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder>public MasterProcedureProtos.EnableTableStateData.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder>public MasterProcedureProtos.EnableTableStateData.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<MasterProcedureProtos.EnableTableStateData.Builder>public MasterProcedureProtos.EnableTableStateData.Builder mergeFrom(MasterProcedureProtos.EnableTableStateData other)
public final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder>public MasterProcedureProtos.EnableTableStateData.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<MasterProcedureProtos.EnableTableStateData.Builder>IOExceptionpublic boolean hasUserInfo()
required .hbase.pb.UserInformation user_info = 1;hasUserInfo in interface MasterProcedureProtos.EnableTableStateDataOrBuilderpublic RPCProtos.UserInformation getUserInfo()
required .hbase.pb.UserInformation user_info = 1;getUserInfo in interface MasterProcedureProtos.EnableTableStateDataOrBuilderpublic MasterProcedureProtos.EnableTableStateData.Builder setUserInfo(RPCProtos.UserInformation value)
required .hbase.pb.UserInformation user_info = 1;public MasterProcedureProtos.EnableTableStateData.Builder setUserInfo(RPCProtos.UserInformation.Builder builderForValue)
required .hbase.pb.UserInformation user_info = 1;public MasterProcedureProtos.EnableTableStateData.Builder mergeUserInfo(RPCProtos.UserInformation value)
required .hbase.pb.UserInformation user_info = 1;public MasterProcedureProtos.EnableTableStateData.Builder clearUserInfo()
required .hbase.pb.UserInformation user_info = 1;public RPCProtos.UserInformation.Builder getUserInfoBuilder()
required .hbase.pb.UserInformation user_info = 1;public RPCProtos.UserInformationOrBuilder getUserInfoOrBuilder()
required .hbase.pb.UserInformation user_info = 1;getUserInfoOrBuilder in interface MasterProcedureProtos.EnableTableStateDataOrBuilderpublic boolean hasTableName()
required .hbase.pb.TableName table_name = 2;hasTableName in interface MasterProcedureProtos.EnableTableStateDataOrBuilderpublic HBaseProtos.TableName getTableName()
required .hbase.pb.TableName table_name = 2;getTableName in interface MasterProcedureProtos.EnableTableStateDataOrBuilderpublic MasterProcedureProtos.EnableTableStateData.Builder setTableName(HBaseProtos.TableName value)
required .hbase.pb.TableName table_name = 2;public MasterProcedureProtos.EnableTableStateData.Builder setTableName(HBaseProtos.TableName.Builder builderForValue)
required .hbase.pb.TableName table_name = 2;public MasterProcedureProtos.EnableTableStateData.Builder mergeTableName(HBaseProtos.TableName value)
required .hbase.pb.TableName table_name = 2;public MasterProcedureProtos.EnableTableStateData.Builder clearTableName()
required .hbase.pb.TableName table_name = 2;public HBaseProtos.TableName.Builder getTableNameBuilder()
required .hbase.pb.TableName table_name = 2;public HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
required .hbase.pb.TableName table_name = 2;getTableNameOrBuilder in interface MasterProcedureProtos.EnableTableStateDataOrBuilderpublic boolean hasSkipTableStateCheck()
required bool skip_table_state_check = 3;hasSkipTableStateCheck in interface MasterProcedureProtos.EnableTableStateDataOrBuilderpublic boolean getSkipTableStateCheck()
required bool skip_table_state_check = 3;getSkipTableStateCheck in interface MasterProcedureProtos.EnableTableStateDataOrBuilderpublic MasterProcedureProtos.EnableTableStateData.Builder setSkipTableStateCheck(boolean value)
required bool skip_table_state_check = 3;public MasterProcedureProtos.EnableTableStateData.Builder clearSkipTableStateCheck()
required bool skip_table_state_check = 3;public final MasterProcedureProtos.EnableTableStateData.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder>public final MasterProcedureProtos.EnableTableStateData.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.EnableTableStateData.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.