public static final class WALProtos.FlushDescriptor extends com.google.protobuf.GeneratedMessage implements WALProtos.FlushDescriptorOrBuilder
FlushDescriptor
Special WAL entry to hold all related to a flush.
Modifier and Type | Class and Description |
---|---|
static class |
WALProtos.FlushDescriptor.Builder
Protobuf type
FlushDescriptor |
static class |
WALProtos.FlushDescriptor.FlushAction
Protobuf enum
FlushDescriptor.FlushAction |
static class |
WALProtos.FlushDescriptor.StoreFlushDescriptor
Protobuf type
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>
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
WALProtos.FlushDescriptor.FlushAction |
getAction()
required .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; |
int |
getSerializedSize() |
WALProtos.FlushDescriptor.StoreFlushDescriptor |
getStoreFlushes(int index)
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
int |
getStoreFlushesCount()
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
List<WALProtos.FlushDescriptor.StoreFlushDescriptor> |
getStoreFlushesList()
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder |
getStoreFlushesOrBuilder(int index)
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
List<? extends WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder> |
getStoreFlushesOrBuilderList()
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
com.google.protobuf.ByteString |
getTableName()
required bytes table_name = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAction()
required .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; |
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, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<WALProtos.FlushDescriptor> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasAction()
required .FlushDescriptor.FlushAction action = 1;
hasAction
in interface WALProtos.FlushDescriptorOrBuilder
public WALProtos.FlushDescriptor.FlushAction getAction()
required .FlushDescriptor.FlushAction action = 1;
getAction
in interface WALProtos.FlushDescriptorOrBuilder
public boolean hasTableName()
required bytes table_name = 2;
hasTableName
in interface WALProtos.FlushDescriptorOrBuilder
public com.google.protobuf.ByteString getTableName()
required bytes table_name = 2;
getTableName
in interface WALProtos.FlushDescriptorOrBuilder
public boolean hasEncodedRegionName()
required bytes encoded_region_name = 3;
hasEncodedRegionName
in interface WALProtos.FlushDescriptorOrBuilder
public com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 3;
getEncodedRegionName
in interface WALProtos.FlushDescriptorOrBuilder
public boolean hasFlushSequenceNumber()
optional uint64 flush_sequence_number = 4;
hasFlushSequenceNumber
in interface WALProtos.FlushDescriptorOrBuilder
public long getFlushSequenceNumber()
optional uint64 flush_sequence_number = 4;
getFlushSequenceNumber
in interface WALProtos.FlushDescriptorOrBuilder
public List<WALProtos.FlushDescriptor.StoreFlushDescriptor> getStoreFlushesList()
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
getStoreFlushesList
in interface WALProtos.FlushDescriptorOrBuilder
public List<? extends WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder> getStoreFlushesOrBuilderList()
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
getStoreFlushesOrBuilderList
in interface WALProtos.FlushDescriptorOrBuilder
public int getStoreFlushesCount()
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
getStoreFlushesCount
in interface WALProtos.FlushDescriptorOrBuilder
public WALProtos.FlushDescriptor.StoreFlushDescriptor getStoreFlushes(int index)
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
getStoreFlushes
in interface WALProtos.FlushDescriptorOrBuilder
public WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder getStoreFlushesOrBuilder(int index)
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
getStoreFlushesOrBuilder
in interface WALProtos.FlushDescriptorOrBuilder
public boolean hasRegionName()
optional bytes region_name = 6;
full region name
hasRegionName
in interface WALProtos.FlushDescriptorOrBuilder
public com.google.protobuf.ByteString getRegionName()
optional bytes region_name = 6;
full region name
getRegionName
in interface WALProtos.FlushDescriptorOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static WALProtos.FlushDescriptor parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WALProtos.FlushDescriptor parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WALProtos.FlushDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WALProtos.FlushDescriptor parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WALProtos.FlushDescriptor parseFrom(InputStream input) throws IOException
IOException
public static WALProtos.FlushDescriptor parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static WALProtos.FlushDescriptor parseDelimitedFrom(InputStream input) throws IOException
IOException
public static WALProtos.FlushDescriptor parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static WALProtos.FlushDescriptor parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static WALProtos.FlushDescriptor parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static WALProtos.FlushDescriptor.Builder newBuilder()
public WALProtos.FlushDescriptor.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static WALProtos.FlushDescriptor.Builder newBuilder(WALProtos.FlushDescriptor prototype)
public WALProtos.FlushDescriptor.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected WALProtos.FlushDescriptor.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.