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, parseUnknownField
public 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.MessageLiteOrBuilder
public com.google.protobuf.Parser<ZooKeeperPB.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 ZooKeeperPB.StoreSequenceIdOrBuilder
public com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 1;
getFamilyName
in interface ZooKeeperPB.StoreSequenceIdOrBuilder
public boolean hasSequenceId()
required uint64 sequence_id = 2;
hasSequenceId
in interface ZooKeeperPB.StoreSequenceIdOrBuilder
public long getSequenceId()
required uint64 sequence_id = 2;
getSequenceId
in interface ZooKeeperPB.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 ZooKeeperPB.StoreSequenceId parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.StoreSequenceId parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.StoreSequenceId parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.StoreSequenceId parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ZooKeeperPB.StoreSequenceId parseFrom(InputStream input) throws IOException
IOException
public static ZooKeeperPB.StoreSequenceId parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperPB.StoreSequenceId parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ZooKeeperPB.StoreSequenceId parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperPB.StoreSequenceId parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ZooKeeperPB.StoreSequenceId parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ZooKeeperPB.StoreSequenceId.Builder newBuilder()
public ZooKeeperPB.StoreSequenceId.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ZooKeeperPB.StoreSequenceId.Builder newBuilder(ZooKeeperPB.StoreSequenceId prototype)
public ZooKeeperPB.StoreSequenceId.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright ? 2010-2017, The Async HBase Authors