public static final class WALProtos.RegionEventDescriptor extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements WALProtos.RegionEventDescriptorOrBuilder
Special WAL entry to hold all related to a region event (open/close).Protobuf type
hbase.pb.RegionEventDescriptor| Modifier and Type | Class and Description |
|---|---|
static class |
WALProtos.RegionEventDescriptor.Builder
Special WAL entry to hold all related to a region event (open/close).
|
static class |
WALProtos.RegionEventDescriptor.EventType
Protobuf enum
hbase.pb.RegionEventDescriptor.EventType |
org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ENCODED_REGION_NAME_FIELD_NUMBER |
static int |
EVENT_TYPE_FIELD_NUMBER |
static int |
LOG_SEQUENCE_NUMBER_FIELD_NUMBER |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> |
PARSER
Deprecated.
|
static int |
REGION_NAME_FIELD_NUMBER |
static int |
SERVER_FIELD_NUMBER |
static int |
STORES_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static WALProtos.RegionEventDescriptor |
getDefaultInstance() |
WALProtos.RegionEventDescriptor |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.Parser<WALProtos.RegionEventDescriptor> |
getParserForType() |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getRegionName()
full region name
|
int |
getSerializedSize() |
HBaseProtos.ServerName |
getServer()
Server who opened the region
|
HBaseProtos.ServerNameOrBuilder |
getServerOrBuilder()
Server who opened the region
|
WALProtos.StoreDescriptor |
getStores(int index)
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; |
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEncodedRegionName()
required bytes encoded_region_name = 3; |
boolean |
hasEventType()
required .hbase.pb.RegionEventDescriptor.EventType event_type = 1; |
int |
hashCode() |
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() |
static WALProtos.RegionEventDescriptor.Builder |
newBuilder() |
static WALProtos.RegionEventDescriptor.Builder |
newBuilder(WALProtos.RegionEventDescriptor prototype) |
WALProtos.RegionEventDescriptor.Builder |
newBuilderForType() |
protected WALProtos.RegionEventDescriptor.Builder |
newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static WALProtos.RegionEventDescriptor |
parseDelimitedFrom(InputStream input) |
static WALProtos.RegionEventDescriptor |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
parseFrom(byte[] data) |
static WALProtos.RegionEventDescriptor |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
parseFrom(ByteBuffer data) |
static WALProtos.RegionEventDescriptor |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static WALProtos.RegionEventDescriptor |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static WALProtos.RegionEventDescriptor |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
parseFrom(InputStream input) |
static WALProtos.RegionEventDescriptor |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> |
parser() |
WALProtos.RegionEventDescriptor.Builder |
toBuilder() |
void |
writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int EVENT_TYPE_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
public static final int ENCODED_REGION_NAME_FIELD_NUMBER
public static final int LOG_SEQUENCE_NUMBER_FIELD_NUMBER
public static final int STORES_FIELD_NUMBER
public static final int SERVER_FIELD_NUMBER
public static final int REGION_NAME_FIELD_NUMBER
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> PARSER
public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public 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.GeneratedMessageV3public 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 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 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 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 List<WALProtos.StoreDescriptor> getStoresList()
repeated .hbase.pb.StoreDescriptor stores = 5;getStoresList in interface WALProtos.RegionEventDescriptorOrBuilderpublic List<? extends WALProtos.StoreDescriptorOrBuilder> getStoresOrBuilderList()
repeated .hbase.pb.StoreDescriptor stores = 5;getStoresOrBuilderList 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.StoreDescriptorOrBuilder getStoresOrBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 5;getStoresOrBuilder in interface WALProtos.RegionEventDescriptorOrBuilderpublic 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 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 final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.apache.hbase.thirdparty.com.google.protobuf.Messageequals in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static WALProtos.RegionEventDescriptor parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(InputStream input) throws IOException
IOExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.RegionEventDescriptor parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static WALProtos.RegionEventDescriptor parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic WALProtos.RegionEventDescriptor.Builder newBuilderForType()
newBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static WALProtos.RegionEventDescriptor.Builder newBuilder()
public static WALProtos.RegionEventDescriptor.Builder newBuilder(WALProtos.RegionEventDescriptor prototype)
public WALProtos.RegionEventDescriptor.Builder toBuilder()
toBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected WALProtos.RegionEventDescriptor.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static WALProtos.RegionEventDescriptor getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> getParserForType()
getParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public WALProtos.RegionEventDescriptor getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019 Cloudera. All rights reserved.