public static final class MasterProcedureProtos.UnassignRegionStateData.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<MasterProcedureProtos.UnassignRegionStateData.Builder> implements MasterProcedureProtos.UnassignRegionStateDataOrBuilder
hbase.pb.UnassignRegionStateData| Modifier and Type | Method and Description |
|---|---|
MasterProcedureProtos.UnassignRegionStateData.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MasterProcedureProtos.UnassignRegionStateData |
build() |
MasterProcedureProtos.UnassignRegionStateData |
buildPartial() |
MasterProcedureProtos.UnassignRegionStateData.Builder |
clear() |
MasterProcedureProtos.UnassignRegionStateData.Builder |
clearAttempt()
Current attempt index used for expotential backoff when stuck
|
MasterProcedureProtos.UnassignRegionStateData.Builder |
clearDestinationServer()
This is optional info; it is the servername we will
subsequently assign the region too...
|
MasterProcedureProtos.UnassignRegionStateData.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
MasterProcedureProtos.UnassignRegionStateData.Builder |
clearForce()
We hijacked an old param named 'force' and use it as 'override'.
|
MasterProcedureProtos.UnassignRegionStateData.Builder |
clearHostingServer()
This is the server currently hosting the Region, the
server we will send the unassign rpc too.
|
MasterProcedureProtos.UnassignRegionStateData.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MasterProcedureProtos.UnassignRegionStateData.Builder |
clearRegionInfo()
required .hbase.pb.RegionInfo region_info = 2; |
MasterProcedureProtos.UnassignRegionStateData.Builder |
clearRemoveAfterUnassigning()
optional bool remove_after_unassigning = 6 [default = false]; |
MasterProcedureProtos.UnassignRegionStateData.Builder |
clearTransitionState()
required .hbase.pb.RegionTransitionState transition_state = 1; |
MasterProcedureProtos.UnassignRegionStateData.Builder |
clone() |
int |
getAttempt()
Current attempt index used for expotential backoff when stuck
|
MasterProcedureProtos.UnassignRegionStateData |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
HBaseProtos.ServerName |
getDestinationServer()
This is optional info; it is the servername we will
subsequently assign the region too...
|
HBaseProtos.ServerName.Builder |
getDestinationServerBuilder()
This is optional info; it is the servername we will
subsequently assign the region too...
|
HBaseProtos.ServerNameOrBuilder |
getDestinationServerOrBuilder()
This is optional info; it is the servername we will
subsequently assign the region too...
|
boolean |
getForce()
We hijacked an old param named 'force' and use it as 'override'.
|
HBaseProtos.ServerName |
getHostingServer()
This is the server currently hosting the Region, the
server we will send the unassign rpc too.
|
HBaseProtos.ServerName.Builder |
getHostingServerBuilder()
This is the server currently hosting the Region, the
server we will send the unassign rpc too.
|
HBaseProtos.ServerNameOrBuilder |
getHostingServerOrBuilder()
This is the server currently hosting the Region, the
server we will send the unassign rpc too.
|
HBaseProtos.RegionInfo |
getRegionInfo()
required .hbase.pb.RegionInfo region_info = 2; |
HBaseProtos.RegionInfo.Builder |
getRegionInfoBuilder()
required .hbase.pb.RegionInfo region_info = 2; |
HBaseProtos.RegionInfoOrBuilder |
getRegionInfoOrBuilder()
required .hbase.pb.RegionInfo region_info = 2; |
boolean |
getRemoveAfterUnassigning()
optional bool remove_after_unassigning = 6 [default = false]; |
MasterProcedureProtos.RegionTransitionState |
getTransitionState()
required .hbase.pb.RegionTransitionState transition_state = 1; |
boolean |
hasAttempt()
Current attempt index used for expotential backoff when stuck
|
boolean |
hasDestinationServer()
This is optional info; it is the servername we will
subsequently assign the region too...
|
boolean |
hasForce()
We hijacked an old param named 'force' and use it as 'override'.
|
boolean |
hasHostingServer()
This is the server currently hosting the Region, the
server we will send the unassign rpc too.
|
boolean |
hasRegionInfo()
required .hbase.pb.RegionInfo region_info = 2; |
boolean |
hasRemoveAfterUnassigning()
optional bool remove_after_unassigning = 6 [default = false]; |
boolean |
hasTransitionState()
required .hbase.pb.RegionTransitionState transition_state = 1; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MasterProcedureProtos.UnassignRegionStateData.Builder |
mergeDestinationServer(HBaseProtos.ServerName value)
This is optional info; it is the servername we will
subsequently assign the region too...
|
MasterProcedureProtos.UnassignRegionStateData.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProcedureProtos.UnassignRegionStateData.Builder |
mergeFrom(MasterProcedureProtos.UnassignRegionStateData other) |
MasterProcedureProtos.UnassignRegionStateData.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
MasterProcedureProtos.UnassignRegionStateData.Builder |
mergeHostingServer(HBaseProtos.ServerName value)
This is the server currently hosting the Region, the
server we will send the unassign rpc too.
|
MasterProcedureProtos.UnassignRegionStateData.Builder |
mergeRegionInfo(HBaseProtos.RegionInfo value)
required .hbase.pb.RegionInfo region_info = 2; |
MasterProcedureProtos.UnassignRegionStateData.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
MasterProcedureProtos.UnassignRegionStateData.Builder |
setAttempt(int value)
Current attempt index used for expotential backoff when stuck
|
MasterProcedureProtos.UnassignRegionStateData.Builder |
setDestinationServer(HBaseProtos.ServerName.Builder builderForValue)
This is optional info; it is the servername we will
subsequently assign the region too...
|
MasterProcedureProtos.UnassignRegionStateData.Builder |
setDestinationServer(HBaseProtos.ServerName value)
This is optional info; it is the servername we will
subsequently assign the region too...
|
MasterProcedureProtos.UnassignRegionStateData.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MasterProcedureProtos.UnassignRegionStateData.Builder |
setForce(boolean value)
We hijacked an old param named 'force' and use it as 'override'.
|
MasterProcedureProtos.UnassignRegionStateData.Builder |
setHostingServer(HBaseProtos.ServerName.Builder builderForValue)
This is the server currently hosting the Region, the
server we will send the unassign rpc too.
|
MasterProcedureProtos.UnassignRegionStateData.Builder |
setHostingServer(HBaseProtos.ServerName value)
This is the server currently hosting the Region, the
server we will send the unassign rpc too.
|
MasterProcedureProtos.UnassignRegionStateData.Builder |
setRegionInfo(HBaseProtos.RegionInfo.Builder builderForValue)
required .hbase.pb.RegionInfo region_info = 2; |
MasterProcedureProtos.UnassignRegionStateData.Builder |
setRegionInfo(HBaseProtos.RegionInfo value)
required .hbase.pb.RegionInfo region_info = 2; |
MasterProcedureProtos.UnassignRegionStateData.Builder |
setRemoveAfterUnassigning(boolean value)
optional bool remove_after_unassigning = 6 [default = false]; |
MasterProcedureProtos.UnassignRegionStateData.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MasterProcedureProtos.UnassignRegionStateData.Builder |
setTransitionState(MasterProcedureProtos.RegionTransitionState value)
required .hbase.pb.RegionTransitionState transition_state = 1; |
MasterProcedureProtos.UnassignRegionStateData.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
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.UnassignRegionStateData.Builder>public MasterProcedureProtos.UnassignRegionStateData.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.UnassignRegionStateData.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.UnassignRegionStateData.Builder>public MasterProcedureProtos.UnassignRegionStateData getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic MasterProcedureProtos.UnassignRegionStateData 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.UnassignRegionStateData 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.UnassignRegionStateData.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.UnassignRegionStateData.Builder>public MasterProcedureProtos.UnassignRegionStateData.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.UnassignRegionStateData.Builder>public MasterProcedureProtos.UnassignRegionStateData.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.UnassignRegionStateData.Builder>public MasterProcedureProtos.UnassignRegionStateData.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.UnassignRegionStateData.Builder>public MasterProcedureProtos.UnassignRegionStateData.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.UnassignRegionStateData.Builder>public MasterProcedureProtos.UnassignRegionStateData.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.UnassignRegionStateData.Builder>public MasterProcedureProtos.UnassignRegionStateData.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.UnassignRegionStateData.Builder>public MasterProcedureProtos.UnassignRegionStateData.Builder mergeFrom(MasterProcedureProtos.UnassignRegionStateData 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.UnassignRegionStateData.Builder>public MasterProcedureProtos.UnassignRegionStateData.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.UnassignRegionStateData.Builder>IOExceptionpublic boolean hasTransitionState()
required .hbase.pb.RegionTransitionState transition_state = 1;hasTransitionState in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic MasterProcedureProtos.RegionTransitionState getTransitionState()
required .hbase.pb.RegionTransitionState transition_state = 1;getTransitionState in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic MasterProcedureProtos.UnassignRegionStateData.Builder setTransitionState(MasterProcedureProtos.RegionTransitionState value)
required .hbase.pb.RegionTransitionState transition_state = 1;public MasterProcedureProtos.UnassignRegionStateData.Builder clearTransitionState()
required .hbase.pb.RegionTransitionState transition_state = 1;public boolean hasRegionInfo()
required .hbase.pb.RegionInfo region_info = 2;hasRegionInfo in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic HBaseProtos.RegionInfo getRegionInfo()
required .hbase.pb.RegionInfo region_info = 2;getRegionInfo in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic MasterProcedureProtos.UnassignRegionStateData.Builder setRegionInfo(HBaseProtos.RegionInfo value)
required .hbase.pb.RegionInfo region_info = 2;public MasterProcedureProtos.UnassignRegionStateData.Builder setRegionInfo(HBaseProtos.RegionInfo.Builder builderForValue)
required .hbase.pb.RegionInfo region_info = 2;public MasterProcedureProtos.UnassignRegionStateData.Builder mergeRegionInfo(HBaseProtos.RegionInfo value)
required .hbase.pb.RegionInfo region_info = 2;public MasterProcedureProtos.UnassignRegionStateData.Builder clearRegionInfo()
required .hbase.pb.RegionInfo region_info = 2;public HBaseProtos.RegionInfo.Builder getRegionInfoBuilder()
required .hbase.pb.RegionInfo region_info = 2;public HBaseProtos.RegionInfoOrBuilder getRegionInfoOrBuilder()
required .hbase.pb.RegionInfo region_info = 2;getRegionInfoOrBuilder in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic boolean hasDestinationServer()
This is optional info; it is the servername we will subsequently assign the region too... it may be null.
optional .hbase.pb.ServerName destination_server = 3;hasDestinationServer in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic HBaseProtos.ServerName getDestinationServer()
This is optional info; it is the servername we will subsequently assign the region too... it may be null.
optional .hbase.pb.ServerName destination_server = 3;getDestinationServer in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic MasterProcedureProtos.UnassignRegionStateData.Builder setDestinationServer(HBaseProtos.ServerName value)
This is optional info; it is the servername we will subsequently assign the region too... it may be null.
optional .hbase.pb.ServerName destination_server = 3;public MasterProcedureProtos.UnassignRegionStateData.Builder setDestinationServer(HBaseProtos.ServerName.Builder builderForValue)
This is optional info; it is the servername we will subsequently assign the region too... it may be null.
optional .hbase.pb.ServerName destination_server = 3;public MasterProcedureProtos.UnassignRegionStateData.Builder mergeDestinationServer(HBaseProtos.ServerName value)
This is optional info; it is the servername we will subsequently assign the region too... it may be null.
optional .hbase.pb.ServerName destination_server = 3;public MasterProcedureProtos.UnassignRegionStateData.Builder clearDestinationServer()
This is optional info; it is the servername we will subsequently assign the region too... it may be null.
optional .hbase.pb.ServerName destination_server = 3;public HBaseProtos.ServerName.Builder getDestinationServerBuilder()
This is optional info; it is the servername we will subsequently assign the region too... it may be null.
optional .hbase.pb.ServerName destination_server = 3;public HBaseProtos.ServerNameOrBuilder getDestinationServerOrBuilder()
This is optional info; it is the servername we will subsequently assign the region too... it may be null.
optional .hbase.pb.ServerName destination_server = 3;getDestinationServerOrBuilder in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic boolean hasHostingServer()
This is the server currently hosting the Region, the server we will send the unassign rpc too.
optional .hbase.pb.ServerName hosting_server = 5;hasHostingServer in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic HBaseProtos.ServerName getHostingServer()
This is the server currently hosting the Region, the server we will send the unassign rpc too.
optional .hbase.pb.ServerName hosting_server = 5;getHostingServer in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic MasterProcedureProtos.UnassignRegionStateData.Builder setHostingServer(HBaseProtos.ServerName value)
This is the server currently hosting the Region, the server we will send the unassign rpc too.
optional .hbase.pb.ServerName hosting_server = 5;public MasterProcedureProtos.UnassignRegionStateData.Builder setHostingServer(HBaseProtos.ServerName.Builder builderForValue)
This is the server currently hosting the Region, the server we will send the unassign rpc too.
optional .hbase.pb.ServerName hosting_server = 5;public MasterProcedureProtos.UnassignRegionStateData.Builder mergeHostingServer(HBaseProtos.ServerName value)
This is the server currently hosting the Region, the server we will send the unassign rpc too.
optional .hbase.pb.ServerName hosting_server = 5;public MasterProcedureProtos.UnassignRegionStateData.Builder clearHostingServer()
This is the server currently hosting the Region, the server we will send the unassign rpc too.
optional .hbase.pb.ServerName hosting_server = 5;public HBaseProtos.ServerName.Builder getHostingServerBuilder()
This is the server currently hosting the Region, the server we will send the unassign rpc too.
optional .hbase.pb.ServerName hosting_server = 5;public HBaseProtos.ServerNameOrBuilder getHostingServerOrBuilder()
This is the server currently hosting the Region, the server we will send the unassign rpc too.
optional .hbase.pb.ServerName hosting_server = 5;getHostingServerOrBuilder in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic boolean hasForce()
We hijacked an old param named 'force' and use it as 'override'.
optional bool force = 4 [default = false];hasForce in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic boolean getForce()
We hijacked an old param named 'force' and use it as 'override'.
optional bool force = 4 [default = false];getForce in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic MasterProcedureProtos.UnassignRegionStateData.Builder setForce(boolean value)
We hijacked an old param named 'force' and use it as 'override'.
optional bool force = 4 [default = false];public MasterProcedureProtos.UnassignRegionStateData.Builder clearForce()
We hijacked an old param named 'force' and use it as 'override'.
optional bool force = 4 [default = false];public boolean hasRemoveAfterUnassigning()
optional bool remove_after_unassigning = 6 [default = false];hasRemoveAfterUnassigning in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic boolean getRemoveAfterUnassigning()
optional bool remove_after_unassigning = 6 [default = false];getRemoveAfterUnassigning in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic MasterProcedureProtos.UnassignRegionStateData.Builder setRemoveAfterUnassigning(boolean value)
optional bool remove_after_unassigning = 6 [default = false];public MasterProcedureProtos.UnassignRegionStateData.Builder clearRemoveAfterUnassigning()
optional bool remove_after_unassigning = 6 [default = false];public boolean hasAttempt()
Current attempt index used for expotential backoff when stuck
optional int32 attempt = 7;hasAttempt in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic int getAttempt()
Current attempt index used for expotential backoff when stuck
optional int32 attempt = 7;getAttempt in interface MasterProcedureProtos.UnassignRegionStateDataOrBuilderpublic MasterProcedureProtos.UnassignRegionStateData.Builder setAttempt(int value)
Current attempt index used for expotential backoff when stuck
optional int32 attempt = 7;public MasterProcedureProtos.UnassignRegionStateData.Builder clearAttempt()
Current attempt index used for expotential backoff when stuck
optional int32 attempt = 7;public final MasterProcedureProtos.UnassignRegionStateData.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.UnassignRegionStateData.Builder>public final MasterProcedureProtos.UnassignRegionStateData.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.UnassignRegionStateData.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.