|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription
public static final class HBaseProtos.SnapshotDescription
Protobuf type SnapshotDescription
Description of the snapshot to take
Nested Class Summary | |
---|---|
static class |
HBaseProtos.SnapshotDescription.Builder
Protobuf type SnapshotDescription |
static class |
HBaseProtos.SnapshotDescription.Type
Protobuf enum SnapshotDescription.Type |
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage |
---|
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> |
Field Summary | |
---|---|
static int |
CREATION_TIME_FIELD_NUMBER
|
static int |
NAME_FIELD_NUMBER
|
static com.google.protobuf.Parser<HBaseProtos.SnapshotDescription> |
PARSER
|
static int |
TABLE_FIELD_NUMBER
|
static int |
TYPE_FIELD_NUMBER
|
static int |
VERSION_FIELD_NUMBER
|
Fields inherited from class com.google.protobuf.GeneratedMessage |
---|
alwaysUseFieldBuilders |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
long |
getCreationTime()
optional int64 creation_time = 3 [default = 0]; |
static HBaseProtos.SnapshotDescription |
getDefaultInstance()
|
HBaseProtos.SnapshotDescription |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.Parser<HBaseProtos.SnapshotDescription> |
getParserForType()
|
int |
getSerializedSize()
|
String |
getTable()
optional string table = 2; |
com.google.protobuf.ByteString |
getTableBytes()
optional string table = 2; |
HBaseProtos.SnapshotDescription.Type |
getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
int |
getVersion()
optional int32 version = 5; |
boolean |
hasCreationTime()
optional int64 creation_time = 3 [default = 0]; |
int |
hashCode()
|
boolean |
hasName()
required string name = 1; |
boolean |
hasTable()
optional string table = 2; |
boolean |
hasType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
boolean |
hasVersion()
optional int32 version = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static HBaseProtos.SnapshotDescription.Builder |
newBuilder()
|
static HBaseProtos.SnapshotDescription.Builder |
newBuilder(HBaseProtos.SnapshotDescription prototype)
|
HBaseProtos.SnapshotDescription.Builder |
newBuilderForType()
|
protected HBaseProtos.SnapshotDescription.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static HBaseProtos.SnapshotDescription |
parseDelimitedFrom(InputStream input)
|
static HBaseProtos.SnapshotDescription |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static HBaseProtos.SnapshotDescription |
parseFrom(byte[] data)
|
static HBaseProtos.SnapshotDescription |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static HBaseProtos.SnapshotDescription |
parseFrom(com.google.protobuf.ByteString data)
|
static HBaseProtos.SnapshotDescription |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static HBaseProtos.SnapshotDescription |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static HBaseProtos.SnapshotDescription |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static HBaseProtos.SnapshotDescription |
parseFrom(InputStream input)
|
static HBaseProtos.SnapshotDescription |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
HBaseProtos.SnapshotDescription.Builder |
toBuilder()
|
protected Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Methods inherited from class com.google.protobuf.GeneratedMessage |
---|
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField |
Methods inherited from class com.google.protobuf.AbstractMessage |
---|
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString |
Methods inherited from class com.google.protobuf.AbstractMessageLite |
---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField |
Methods inherited from interface com.google.protobuf.MessageLite |
---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
Field Detail |
---|
public static com.google.protobuf.Parser<HBaseProtos.SnapshotDescription> PARSER
public static final int NAME_FIELD_NUMBER
public static final int TABLE_FIELD_NUMBER
public static final int CREATION_TIME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Method Detail |
---|
public static HBaseProtos.SnapshotDescription getDefaultInstance()
public HBaseProtos.SnapshotDescription 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<HBaseProtos.SnapshotDescription> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasName()
required string name = 1;
hasName
in interface HBaseProtos.SnapshotDescriptionOrBuilder
public String getName()
required string name = 1;
getName
in interface HBaseProtos.SnapshotDescriptionOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1;
getNameBytes
in interface HBaseProtos.SnapshotDescriptionOrBuilder
public boolean hasTable()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
hasTable
in interface HBaseProtos.SnapshotDescriptionOrBuilder
public String getTable()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
getTable
in interface HBaseProtos.SnapshotDescriptionOrBuilder
public com.google.protobuf.ByteString getTableBytes()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
getTableBytes
in interface HBaseProtos.SnapshotDescriptionOrBuilder
public boolean hasCreationTime()
optional int64 creation_time = 3 [default = 0];
hasCreationTime
in interface HBaseProtos.SnapshotDescriptionOrBuilder
public long getCreationTime()
optional int64 creation_time = 3 [default = 0];
getCreationTime
in interface HBaseProtos.SnapshotDescriptionOrBuilder
public boolean hasType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
hasType
in interface HBaseProtos.SnapshotDescriptionOrBuilder
public HBaseProtos.SnapshotDescription.Type getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
getType
in interface HBaseProtos.SnapshotDescriptionOrBuilder
public boolean hasVersion()
optional int32 version = 5;
hasVersion
in interface HBaseProtos.SnapshotDescriptionOrBuilder
public int getVersion()
optional int32 version = 5;
getVersion
in interface HBaseProtos.SnapshotDescriptionOrBuilder
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 HBaseProtos.SnapshotDescription parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.SnapshotDescription parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.SnapshotDescription parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.SnapshotDescription parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.SnapshotDescription parseFrom(InputStream input) throws IOException
IOException
public static HBaseProtos.SnapshotDescription parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.SnapshotDescription parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HBaseProtos.SnapshotDescription parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.SnapshotDescription parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HBaseProtos.SnapshotDescription parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.SnapshotDescription.Builder newBuilder()
public HBaseProtos.SnapshotDescription.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static HBaseProtos.SnapshotDescription.Builder newBuilder(HBaseProtos.SnapshotDescription prototype)
public HBaseProtos.SnapshotDescription.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected HBaseProtos.SnapshotDescription.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |