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, parseUnknownFieldpublic 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.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ClusterStatusPB.StoreSequenceId> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasFamilyName()
required bytes family_name = 1;hasFamilyName in interface ClusterStatusPB.StoreSequenceIdOrBuilderpublic com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 1;getFamilyName in interface ClusterStatusPB.StoreSequenceIdOrBuilderpublic boolean hasSequenceId()
required uint64 sequence_id = 2;hasSequenceId in interface ClusterStatusPB.StoreSequenceIdOrBuilderpublic long getSequenceId()
required uint64 sequence_id = 2;getSequenceId in interface ClusterStatusPB.StoreSequenceIdOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static ClusterStatusPB.StoreSequenceId parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.StoreSequenceId parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.StoreSequenceId parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.StoreSequenceId parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.StoreSequenceId parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusPB.StoreSequenceId parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusPB.StoreSequenceId parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusPB.StoreSequenceId parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusPB.StoreSequenceId parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClusterStatusPB.StoreSequenceId parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusPB.StoreSequenceId.Builder newBuilder()
public ClusterStatusPB.StoreSequenceId.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ClusterStatusPB.StoreSequenceId.Builder newBuilder(ClusterStatusPB.StoreSequenceId prototype)
public ClusterStatusPB.StoreSequenceId.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors