public static final class ZooKeeperPB.StoreSequenceId extends com.google.protobuf.GeneratedMessageLite implements ZooKeeperPB.StoreSequenceIdOrBuilder
StoreSequenceId
sequence Id of a store
| Modifier and Type | Class and Description |
|---|---|
static class |
ZooKeeperPB.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<ZooKeeperPB.StoreSequenceId> |
PARSER |
static int |
SEQUENCE_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static ZooKeeperPB.StoreSequenceId |
getDefaultInstance() |
ZooKeeperPB.StoreSequenceId |
getDefaultInstanceForType() |
com.google.protobuf.ByteString |
getFamilyName()
required bytes family_name = 1; |
com.google.protobuf.Parser<ZooKeeperPB.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 ZooKeeperPB.StoreSequenceId.Builder |
newBuilder() |
static ZooKeeperPB.StoreSequenceId.Builder |
newBuilder(ZooKeeperPB.StoreSequenceId prototype) |
ZooKeeperPB.StoreSequenceId.Builder |
newBuilderForType() |
static ZooKeeperPB.StoreSequenceId |
parseDelimitedFrom(InputStream input) |
static ZooKeeperPB.StoreSequenceId |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.StoreSequenceId |
parseFrom(byte[] data) |
static ZooKeeperPB.StoreSequenceId |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.StoreSequenceId |
parseFrom(com.google.protobuf.ByteString data) |
static ZooKeeperPB.StoreSequenceId |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.StoreSequenceId |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ZooKeeperPB.StoreSequenceId |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ZooKeeperPB.StoreSequenceId |
parseFrom(InputStream input) |
static ZooKeeperPB.StoreSequenceId |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ZooKeeperPB.StoreSequenceId.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<ZooKeeperPB.StoreSequenceId> PARSER
public static final int FAMILY_NAME_FIELD_NUMBER
public static final int SEQUENCE_ID_FIELD_NUMBER
public static ZooKeeperPB.StoreSequenceId getDefaultInstance()
public ZooKeeperPB.StoreSequenceId getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ZooKeeperPB.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 ZooKeeperPB.StoreSequenceIdOrBuilderpublic com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 1;getFamilyName in interface ZooKeeperPB.StoreSequenceIdOrBuilderpublic boolean hasSequenceId()
required uint64 sequence_id = 2;hasSequenceId in interface ZooKeeperPB.StoreSequenceIdOrBuilderpublic long getSequenceId()
required uint64 sequence_id = 2;getSequenceId in interface ZooKeeperPB.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 ZooKeeperPB.StoreSequenceId parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.StoreSequenceId parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.StoreSequenceId parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.StoreSequenceId parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ZooKeeperPB.StoreSequenceId parseFrom(InputStream input) throws IOException
IOExceptionpublic static ZooKeeperPB.StoreSequenceId parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperPB.StoreSequenceId parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ZooKeeperPB.StoreSequenceId parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperPB.StoreSequenceId parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ZooKeeperPB.StoreSequenceId parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ZooKeeperPB.StoreSequenceId.Builder newBuilder()
public ZooKeeperPB.StoreSequenceId.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ZooKeeperPB.StoreSequenceId.Builder newBuilder(ZooKeeperPB.StoreSequenceId prototype)
public ZooKeeperPB.StoreSequenceId.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright ? 2010-2016, The Async HBase Authors