public static final class ClusterStatusPB.StoreSequenceId extends com.google.protobuf.GeneratedMessageLite implements ClusterStatusPB.StoreSequenceIdOrBuilder
StoreSequenceId
sequence Id of a store
Modifier and Type | Class and Description |
---|---|
static class |
ClusterStatusPB.StoreSequenceId.Builder
Protobuf type
StoreSequenceId |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
Modifier and Type | Field and Description |
---|---|
static int |
FAMILY_NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<ClusterStatusPB.StoreSequenceId> |
PARSER |
static int |
SEQUENCE_ID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static ClusterStatusPB.StoreSequenceId |
getDefaultInstance() |
ClusterStatusPB.StoreSequenceId |
getDefaultInstanceForType() |
com.google.protobuf.ByteString |
getFamilyName()
required bytes family_name = 1; |
com.google.protobuf.Parser<ClusterStatusPB.StoreSequenceId> |
getParserForType() |
long |
getSequenceId()
required uint64 sequence_id = 2; |
int |
getSerializedSize() |
boolean |
hasFamilyName()
required bytes family_name = 1; |
boolean |
hasSequenceId()
required uint64 sequence_id = 2; |
boolean |
isInitialized() |
static ClusterStatusPB.StoreSequenceId.Builder |
newBuilder() |
static ClusterStatusPB.StoreSequenceId.Builder |
newBuilder(ClusterStatusPB.StoreSequenceId prototype) |
ClusterStatusPB.StoreSequenceId.Builder |
newBuilderForType() |
static ClusterStatusPB.StoreSequenceId |
parseDelimitedFrom(InputStream input) |
static ClusterStatusPB.StoreSequenceId |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.StoreSequenceId |
parseFrom(byte[] data) |
static ClusterStatusPB.StoreSequenceId |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.StoreSequenceId |
parseFrom(com.google.protobuf.ByteString data) |
static ClusterStatusPB.StoreSequenceId |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.StoreSequenceId |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterStatusPB.StoreSequenceId |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.StoreSequenceId |
parseFrom(InputStream input) |
static ClusterStatusPB.StoreSequenceId |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusPB.StoreSequenceId.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
public static com.google.protobuf.Parser<ClusterStatusPB.StoreSequenceId> PARSER
public static final int FAMILY_NAME_FIELD_NUMBER
public static final int SEQUENCE_ID_FIELD_NUMBER
public static ClusterStatusPB.StoreSequenceId getDefaultInstance()
public ClusterStatusPB.StoreSequenceId getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<ClusterStatusPB.StoreSequenceId> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasFamilyName()
required bytes family_name = 1;
hasFamilyName
in interface ClusterStatusPB.StoreSequenceIdOrBuilder
public com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 1;
getFamilyName
in interface ClusterStatusPB.StoreSequenceIdOrBuilder
public boolean hasSequenceId()
required uint64 sequence_id = 2;
hasSequenceId
in interface ClusterStatusPB.StoreSequenceIdOrBuilder
public long getSequenceId()
required uint64 sequence_id = 2;
getSequenceId
in interface ClusterStatusPB.StoreSequenceIdOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static ClusterStatusPB.StoreSequenceId parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.StoreSequenceId parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.StoreSequenceId parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.StoreSequenceId parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClusterStatusPB.StoreSequenceId parseFrom(InputStream input) throws IOException
IOException
public static ClusterStatusPB.StoreSequenceId parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.StoreSequenceId parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClusterStatusPB.StoreSequenceId parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.StoreSequenceId parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClusterStatusPB.StoreSequenceId parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClusterStatusPB.StoreSequenceId.Builder newBuilder()
public ClusterStatusPB.StoreSequenceId.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClusterStatusPB.StoreSequenceId.Builder newBuilder(ClusterStatusPB.StoreSequenceId prototype)
public ClusterStatusPB.StoreSequenceId.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors