public static final class WALProtos.RegionEventDescriptor.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<WALProtos.RegionEventDescriptor.Builder> implements WALProtos.RegionEventDescriptorOrBuilder
Special WAL entry to hold all related to a region event (open/close).Protobuf type
hbase.pb.RegionEventDescriptor| Modifier and Type | Method and Description |
|---|---|
WALProtos.RegionEventDescriptor.Builder |
addAllStores(Iterable<? extends WALProtos.StoreDescriptor> values)
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.RegionEventDescriptor.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WALProtos.RegionEventDescriptor.Builder |
addStores(int index,
WALProtos.StoreDescriptor.Builder builderForValue)
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.RegionEventDescriptor.Builder |
addStores(int index,
WALProtos.StoreDescriptor value)
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.RegionEventDescriptor.Builder |
addStores(WALProtos.StoreDescriptor.Builder builderForValue)
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.RegionEventDescriptor.Builder |
addStores(WALProtos.StoreDescriptor value)
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.StoreDescriptor.Builder |
addStoresBuilder()
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.StoreDescriptor.Builder |
addStoresBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.RegionEventDescriptor |
build() |
WALProtos.RegionEventDescriptor |
buildPartial() |
WALProtos.RegionEventDescriptor.Builder |
clear() |
WALProtos.RegionEventDescriptor.Builder |
clearEncodedRegionName()
required bytes encoded_region_name = 3; |
WALProtos.RegionEventDescriptor.Builder |
clearEventType()
required .hbase.pb.RegionEventDescriptor.EventType event_type = 1; |
WALProtos.RegionEventDescriptor.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
WALProtos.RegionEventDescriptor.Builder |
clearLogSequenceNumber()
optional uint64 log_sequence_number = 4; |
WALProtos.RegionEventDescriptor.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
WALProtos.RegionEventDescriptor.Builder |
clearRegionName()
full region name
|
WALProtos.RegionEventDescriptor.Builder |
clearServer()
Server who opened the region
|
WALProtos.RegionEventDescriptor.Builder |
clearStores()
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.RegionEventDescriptor.Builder |
clearTableName()
required bytes table_name = 2; |
WALProtos.RegionEventDescriptor.Builder |
clone() |
WALProtos.RegionEventDescriptor |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getEncodedRegionName()
required bytes encoded_region_name = 3; |
WALProtos.RegionEventDescriptor.EventType |
getEventType()
required .hbase.pb.RegionEventDescriptor.EventType event_type = 1; |
long |
getLogSequenceNumber()
optional uint64 log_sequence_number = 4; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getRegionName()
full region name
|
HBaseProtos.ServerName |
getServer()
Server who opened the region
|
HBaseProtos.ServerName.Builder |
getServerBuilder()
Server who opened the region
|
HBaseProtos.ServerNameOrBuilder |
getServerOrBuilder()
Server who opened the region
|
WALProtos.StoreDescriptor |
getStores(int index)
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.StoreDescriptor.Builder |
getStoresBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 5; |
List<WALProtos.StoreDescriptor.Builder> |
getStoresBuilderList()
repeated .hbase.pb.StoreDescriptor stores = 5; |
int |
getStoresCount()
repeated .hbase.pb.StoreDescriptor stores = 5; |
List<WALProtos.StoreDescriptor> |
getStoresList()
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.StoreDescriptorOrBuilder |
getStoresOrBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 5; |
List<? extends WALProtos.StoreDescriptorOrBuilder> |
getStoresOrBuilderList()
repeated .hbase.pb.StoreDescriptor stores = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getTableName()
required bytes table_name = 2; |
boolean |
hasEncodedRegionName()
required bytes encoded_region_name = 3; |
boolean |
hasEventType()
required .hbase.pb.RegionEventDescriptor.EventType event_type = 1; |
boolean |
hasLogSequenceNumber()
optional uint64 log_sequence_number = 4; |
boolean |
hasRegionName()
full region name
|
boolean |
hasServer()
Server who opened the region
|
boolean |
hasTableName()
required bytes table_name = 2; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WALProtos.RegionEventDescriptor.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.RegionEventDescriptor.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
WALProtos.RegionEventDescriptor.Builder |
mergeFrom(WALProtos.RegionEventDescriptor other) |
WALProtos.RegionEventDescriptor.Builder |
mergeServer(HBaseProtos.ServerName value)
Server who opened the region
|
WALProtos.RegionEventDescriptor.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
WALProtos.RegionEventDescriptor.Builder |
removeStores(int index)
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.RegionEventDescriptor.Builder |
setEncodedRegionName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes encoded_region_name = 3; |
WALProtos.RegionEventDescriptor.Builder |
setEventType(WALProtos.RegionEventDescriptor.EventType value)
required .hbase.pb.RegionEventDescriptor.EventType event_type = 1; |
WALProtos.RegionEventDescriptor.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WALProtos.RegionEventDescriptor.Builder |
setLogSequenceNumber(long value)
optional uint64 log_sequence_number = 4; |
WALProtos.RegionEventDescriptor.Builder |
setRegionName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
full region name
|
WALProtos.RegionEventDescriptor.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
WALProtos.RegionEventDescriptor.Builder |
setServer(HBaseProtos.ServerName.Builder builderForValue)
Server who opened the region
|
WALProtos.RegionEventDescriptor.Builder |
setServer(HBaseProtos.ServerName value)
Server who opened the region
|
WALProtos.RegionEventDescriptor.Builder |
setStores(int index,
WALProtos.StoreDescriptor.Builder builderForValue)
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.RegionEventDescriptor.Builder |
setStores(int index,
WALProtos.StoreDescriptor value)
repeated .hbase.pb.StoreDescriptor stores = 5; |
WALProtos.RegionEventDescriptor.Builder |
setTableName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes table_name = 2; |
WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.Builder>public WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.Builder>public WALProtos.RegionEventDescriptor getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic WALProtos.RegionEventDescriptor build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic WALProtos.RegionEventDescriptor buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.Builder>public WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.Builder>public WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.Builder>public WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.Builder>public WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.Builder>public WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.Builder>public WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.Builder>public WALProtos.RegionEventDescriptor.Builder mergeFrom(WALProtos.RegionEventDescriptor 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<WALProtos.RegionEventDescriptor.Builder>public WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.Builder>IOExceptionpublic boolean hasEventType()
required .hbase.pb.RegionEventDescriptor.EventType event_type = 1;hasEventType in interface WALProtos.RegionEventDescriptorOrBuilderpublic WALProtos.RegionEventDescriptor.EventType getEventType()
required .hbase.pb.RegionEventDescriptor.EventType event_type = 1;getEventType in interface WALProtos.RegionEventDescriptorOrBuilderpublic WALProtos.RegionEventDescriptor.Builder setEventType(WALProtos.RegionEventDescriptor.EventType value)
required .hbase.pb.RegionEventDescriptor.EventType event_type = 1;public WALProtos.RegionEventDescriptor.Builder clearEventType()
required .hbase.pb.RegionEventDescriptor.EventType event_type = 1;public boolean hasTableName()
required bytes table_name = 2;hasTableName in interface WALProtos.RegionEventDescriptorOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getTableName()
required bytes table_name = 2;getTableName in interface WALProtos.RegionEventDescriptorOrBuilderpublic WALProtos.RegionEventDescriptor.Builder setTableName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes table_name = 2;public WALProtos.RegionEventDescriptor.Builder clearTableName()
required bytes table_name = 2;public boolean hasEncodedRegionName()
required bytes encoded_region_name = 3;hasEncodedRegionName in interface WALProtos.RegionEventDescriptorOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 3;getEncodedRegionName in interface WALProtos.RegionEventDescriptorOrBuilderpublic WALProtos.RegionEventDescriptor.Builder setEncodedRegionName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes encoded_region_name = 3;public WALProtos.RegionEventDescriptor.Builder clearEncodedRegionName()
required bytes encoded_region_name = 3;public boolean hasLogSequenceNumber()
optional uint64 log_sequence_number = 4;hasLogSequenceNumber in interface WALProtos.RegionEventDescriptorOrBuilderpublic long getLogSequenceNumber()
optional uint64 log_sequence_number = 4;getLogSequenceNumber in interface WALProtos.RegionEventDescriptorOrBuilderpublic WALProtos.RegionEventDescriptor.Builder setLogSequenceNumber(long value)
optional uint64 log_sequence_number = 4;public WALProtos.RegionEventDescriptor.Builder clearLogSequenceNumber()
optional uint64 log_sequence_number = 4;public List<WALProtos.StoreDescriptor> getStoresList()
repeated .hbase.pb.StoreDescriptor stores = 5;getStoresList in interface WALProtos.RegionEventDescriptorOrBuilderpublic int getStoresCount()
repeated .hbase.pb.StoreDescriptor stores = 5;getStoresCount in interface WALProtos.RegionEventDescriptorOrBuilderpublic WALProtos.StoreDescriptor getStores(int index)
repeated .hbase.pb.StoreDescriptor stores = 5;getStores in interface WALProtos.RegionEventDescriptorOrBuilderpublic WALProtos.RegionEventDescriptor.Builder setStores(int index, WALProtos.StoreDescriptor value)
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.RegionEventDescriptor.Builder setStores(int index, WALProtos.StoreDescriptor.Builder builderForValue)
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.RegionEventDescriptor.Builder addStores(WALProtos.StoreDescriptor value)
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.RegionEventDescriptor.Builder addStores(int index, WALProtos.StoreDescriptor value)
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.RegionEventDescriptor.Builder addStores(WALProtos.StoreDescriptor.Builder builderForValue)
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.RegionEventDescriptor.Builder addStores(int index, WALProtos.StoreDescriptor.Builder builderForValue)
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.RegionEventDescriptor.Builder addAllStores(Iterable<? extends WALProtos.StoreDescriptor> values)
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.RegionEventDescriptor.Builder clearStores()
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.RegionEventDescriptor.Builder removeStores(int index)
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.StoreDescriptor.Builder getStoresBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.StoreDescriptorOrBuilder getStoresOrBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 5;getStoresOrBuilder in interface WALProtos.RegionEventDescriptorOrBuilderpublic List<? extends WALProtos.StoreDescriptorOrBuilder> getStoresOrBuilderList()
repeated .hbase.pb.StoreDescriptor stores = 5;getStoresOrBuilderList in interface WALProtos.RegionEventDescriptorOrBuilderpublic WALProtos.StoreDescriptor.Builder addStoresBuilder()
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.StoreDescriptor.Builder addStoresBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 5;public List<WALProtos.StoreDescriptor.Builder> getStoresBuilderList()
repeated .hbase.pb.StoreDescriptor stores = 5;public boolean hasServer()
Server who opened the region
optional .hbase.pb.ServerName server = 6;hasServer in interface WALProtos.RegionEventDescriptorOrBuilderpublic HBaseProtos.ServerName getServer()
Server who opened the region
optional .hbase.pb.ServerName server = 6;getServer in interface WALProtos.RegionEventDescriptorOrBuilderpublic WALProtos.RegionEventDescriptor.Builder setServer(HBaseProtos.ServerName value)
Server who opened the region
optional .hbase.pb.ServerName server = 6;public WALProtos.RegionEventDescriptor.Builder setServer(HBaseProtos.ServerName.Builder builderForValue)
Server who opened the region
optional .hbase.pb.ServerName server = 6;public WALProtos.RegionEventDescriptor.Builder mergeServer(HBaseProtos.ServerName value)
Server who opened the region
optional .hbase.pb.ServerName server = 6;public WALProtos.RegionEventDescriptor.Builder clearServer()
Server who opened the region
optional .hbase.pb.ServerName server = 6;public HBaseProtos.ServerName.Builder getServerBuilder()
Server who opened the region
optional .hbase.pb.ServerName server = 6;public HBaseProtos.ServerNameOrBuilder getServerOrBuilder()
Server who opened the region
optional .hbase.pb.ServerName server = 6;getServerOrBuilder in interface WALProtos.RegionEventDescriptorOrBuilderpublic boolean hasRegionName()
full region name
optional bytes region_name = 7;hasRegionName in interface WALProtos.RegionEventDescriptorOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRegionName()
full region name
optional bytes region_name = 7;getRegionName in interface WALProtos.RegionEventDescriptorOrBuilderpublic WALProtos.RegionEventDescriptor.Builder setRegionName(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
full region name
optional bytes region_name = 7;public WALProtos.RegionEventDescriptor.Builder clearRegionName()
full region name
optional bytes region_name = 7;public final WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.Builder>public final WALProtos.RegionEventDescriptor.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<WALProtos.RegionEventDescriptor.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.