public static final class WALProtos.RegionEventDescriptor extends com.google.protobuf.GeneratedMessage implements WALProtos.RegionEventDescriptorOrBuilder
hbase.pb.RegionEventDescriptor
Special WAL entry to hold all related to a region event (open/close).
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WALProtos.RegionEventDescriptor.Builder
Protobuf type
hbase.pb.RegionEventDescriptor
Special WAL entry to hold all related to a region event (open/close). |
static class |
WALProtos.RegionEventDescriptor.EventType
Protobuf enum
hbase.pb.RegionEventDescriptor.EventType |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ENCODED_REGION_NAME_FIELD_NUMBER |
static int |
EVENT_TYPE_FIELD_NUMBER |
static int |
LOG_SEQUENCE_NUMBER_FIELD_NUMBER |
static com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> |
PARSER |
static int |
REGION_NAME_FIELD_NUMBER |
static int |
SERVER_FIELD_NUMBER |
static int |
STORES_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static WALProtos.RegionEventDescriptor |
getDefaultInstance() |
WALProtos.RegionEventDescriptor |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> |
getParserForType() |
com.google.protobuf.ByteString |
getRegionName()
optional bytes region_name = 7;
full region name
|
int |
getSerializedSize() |
HBaseProtos.ServerName |
getServer()
optional .hbase.pb.ServerName server = 6;
Server who opened the region
|
HBaseProtos.ServerNameOrBuilder |
getServerOrBuilder()
optional .hbase.pb.ServerName server = 6;
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; |
com.google.protobuf.ByteString |
getTableName()
required bytes table_name = 2; |
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()
optional bytes region_name = 7;
full region name
|
boolean |
hasServer()
optional .hbase.pb.ServerName server = 6;
Server who opened the region
|
boolean |
hasTableName()
required bytes table_name = 2; |
protected com.google.protobuf.GeneratedMessage.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(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static WALProtos.RegionEventDescriptor |
parseDelimitedFrom(InputStream input) |
static WALProtos.RegionEventDescriptor |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
parseFrom(byte[] data) |
static WALProtos.RegionEventDescriptor |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
parseFrom(com.google.protobuf.ByteString data) |
static WALProtos.RegionEventDescriptor |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WALProtos.RegionEventDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.RegionEventDescriptor |
parseFrom(InputStream input) |
static WALProtos.RegionEventDescriptor |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.RegionEventDescriptor.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> PARSER
public 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
public static WALProtos.RegionEventDescriptor getDefaultInstance()
public WALProtos.RegionEventDescriptor getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<WALProtos.RegionEventDescriptor> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic boolean hasEventType()
required .hbase.pb.RegionEventDescriptor.EventType event_type = 1;public WALProtos.RegionEventDescriptor.EventType getEventType()
required .hbase.pb.RegionEventDescriptor.EventType event_type = 1;public boolean hasTableName()
required bytes table_name = 2;public com.google.protobuf.ByteString getTableName()
required bytes table_name = 2;public boolean hasEncodedRegionName()
required bytes encoded_region_name = 3;public com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 3;public boolean hasLogSequenceNumber()
optional uint64 log_sequence_number = 4;public long getLogSequenceNumber()
optional uint64 log_sequence_number = 4;public List<WALProtos.StoreDescriptor> getStoresList()
repeated .hbase.pb.StoreDescriptor stores = 5;public List<? extends WALProtos.StoreDescriptorOrBuilder> getStoresOrBuilderList()
repeated .hbase.pb.StoreDescriptor stores = 5;public int getStoresCount()
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.StoreDescriptor getStores(int index)
repeated .hbase.pb.StoreDescriptor stores = 5;public WALProtos.StoreDescriptorOrBuilder getStoresOrBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 5;public boolean hasServer()
optional .hbase.pb.ServerName server = 6;
Server who opened the region
public HBaseProtos.ServerName getServer()
optional .hbase.pb.ServerName server = 6;
Server who opened the region
public HBaseProtos.ServerNameOrBuilder getServerOrBuilder()
optional .hbase.pb.ServerName server = 6;
Server who opened the region
public boolean hasRegionName()
optional bytes region_name = 7;
full region name
public com.google.protobuf.ByteString getRegionName()
optional bytes region_name = 7;
full region name
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace 在类中 com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static WALProtos.RegionEventDescriptor parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(InputStream input) throws IOException
IOExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.RegionEventDescriptor parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static WALProtos.RegionEventDescriptor parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static WALProtos.RegionEventDescriptor parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.RegionEventDescriptor.Builder newBuilder()
public WALProtos.RegionEventDescriptor.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static WALProtos.RegionEventDescriptor.Builder newBuilder(WALProtos.RegionEventDescriptor prototype)
public WALProtos.RegionEventDescriptor.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected WALProtos.RegionEventDescriptor.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2007–2019. All rights reserved.