public static final class WALProtos.FlushDescriptor extends com.google.protobuf.GeneratedMessage implements WALProtos.FlushDescriptorOrBuilder
hbase.pb.FlushDescriptor
Special WAL entry to hold all related to a flush.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WALProtos.FlushDescriptor.Builder
Protobuf type
hbase.pb.FlushDescriptor
Special WAL entry to hold all related to a flush. |
static class |
WALProtos.FlushDescriptor.FlushAction
Protobuf enum
hbase.pb.FlushDescriptor.FlushAction |
static class |
WALProtos.FlushDescriptor.StoreFlushDescriptor
Protobuf type
hbase.pb.FlushDescriptor.StoreFlushDescriptor |
static interface |
WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder |
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 |
ACTION_FIELD_NUMBER |
static int |
ENCODED_REGION_NAME_FIELD_NUMBER |
static int |
FLUSH_SEQUENCE_NUMBER_FIELD_NUMBER |
static com.google.protobuf.Parser<WALProtos.FlushDescriptor> |
PARSER |
static int |
REGION_NAME_FIELD_NUMBER |
static int |
STORE_FLUSHES_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
WALProtos.FlushDescriptor.FlushAction |
getAction()
required .hbase.pb.FlushDescriptor.FlushAction action = 1; |
static WALProtos.FlushDescriptor |
getDefaultInstance() |
WALProtos.FlushDescriptor |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getEncodedRegionName()
required bytes encoded_region_name = 3; |
long |
getFlushSequenceNumber()
optional uint64 flush_sequence_number = 4; |
com.google.protobuf.Parser<WALProtos.FlushDescriptor> |
getParserForType() |
com.google.protobuf.ByteString |
getRegionName()
optional bytes region_name = 6;
full region name
|
int |
getSerializedSize() |
WALProtos.FlushDescriptor.StoreFlushDescriptor |
getStoreFlushes(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
int |
getStoreFlushesCount()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
List<WALProtos.FlushDescriptor.StoreFlushDescriptor> |
getStoreFlushesList()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder |
getStoreFlushesOrBuilder(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
List<? extends WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder> |
getStoreFlushesOrBuilderList()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
com.google.protobuf.ByteString |
getTableName()
required bytes table_name = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAction()
required .hbase.pb.FlushDescriptor.FlushAction action = 1; |
boolean |
hasEncodedRegionName()
required bytes encoded_region_name = 3; |
boolean |
hasFlushSequenceNumber()
optional uint64 flush_sequence_number = 4; |
int |
hashCode() |
boolean |
hasRegionName()
optional bytes region_name = 6;
full region name
|
boolean |
hasTableName()
required bytes table_name = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WALProtos.FlushDescriptor.Builder |
newBuilder() |
static WALProtos.FlushDescriptor.Builder |
newBuilder(WALProtos.FlushDescriptor prototype) |
WALProtos.FlushDescriptor.Builder |
newBuilderForType() |
protected WALProtos.FlushDescriptor.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static WALProtos.FlushDescriptor |
parseDelimitedFrom(InputStream input) |
static WALProtos.FlushDescriptor |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.FlushDescriptor |
parseFrom(byte[] data) |
static WALProtos.FlushDescriptor |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.FlushDescriptor |
parseFrom(com.google.protobuf.ByteString data) |
static WALProtos.FlushDescriptor |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.FlushDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WALProtos.FlushDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.FlushDescriptor |
parseFrom(InputStream input) |
static WALProtos.FlushDescriptor |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.FlushDescriptor.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.FlushDescriptor> PARSER
public static final int ACTION_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
public static final int ENCODED_REGION_NAME_FIELD_NUMBER
public static final int FLUSH_SEQUENCE_NUMBER_FIELD_NUMBER
public static final int STORE_FLUSHES_FIELD_NUMBER
public static final int REGION_NAME_FIELD_NUMBER
public static WALProtos.FlushDescriptor getDefaultInstance()
public WALProtos.FlushDescriptor 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.FlushDescriptor> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic boolean hasAction()
required .hbase.pb.FlushDescriptor.FlushAction action = 1;hasAction 在接口中 WALProtos.FlushDescriptorOrBuilderpublic WALProtos.FlushDescriptor.FlushAction getAction()
required .hbase.pb.FlushDescriptor.FlushAction action = 1;getAction 在接口中 WALProtos.FlushDescriptorOrBuilderpublic 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 hasFlushSequenceNumber()
optional uint64 flush_sequence_number = 4;public long getFlushSequenceNumber()
optional uint64 flush_sequence_number = 4;public List<WALProtos.FlushDescriptor.StoreFlushDescriptor> getStoreFlushesList()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public List<? extends WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder> getStoreFlushesOrBuilderList()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public int getStoreFlushesCount()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.StoreFlushDescriptor getStoreFlushes(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder getStoreFlushesOrBuilder(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public boolean hasRegionName()
optional bytes region_name = 6;
full region name
public com.google.protobuf.ByteString getRegionName()
optional bytes region_name = 6;
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.FlushDescriptor parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.FlushDescriptor parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.FlushDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.FlushDescriptor parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.FlushDescriptor parseFrom(InputStream input) throws IOException
IOExceptionpublic static WALProtos.FlushDescriptor parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.FlushDescriptor parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static WALProtos.FlushDescriptor parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.FlushDescriptor parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static WALProtos.FlushDescriptor parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WALProtos.FlushDescriptor.Builder newBuilder()
public WALProtos.FlushDescriptor.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static WALProtos.FlushDescriptor.Builder newBuilder(WALProtos.FlushDescriptor prototype)
public WALProtos.FlushDescriptor.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected WALProtos.FlushDescriptor.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2007–2019. All rights reserved.