public static final class HBasePB.SnapshotDescription extends com.google.protobuf.GeneratedMessageLite<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder> implements HBasePB.SnapshotDescriptionOrBuilder
Description of the snapshot to takeProtobuf type
SnapshotDescription
Modifier and Type | Class and Description |
---|---|
static class |
HBasePB.SnapshotDescription.Builder
Description of the snapshot to take
|
static class |
HBasePB.SnapshotDescription.Type
Protobuf enum
SnapshotDescription.Type |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MergeFromVisitor, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm, com.google.protobuf.GeneratedMessageLite.Visitor
Modifier and Type | Field and Description |
---|---|
static int |
CREATION_TIME_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
TABLE_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
long |
getCreationTime()
optional int64 creation_time = 3 [default = 0]; |
static HBasePB.SnapshotDescription |
getDefaultInstance() |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
int |
getSerializedSize() |
String |
getTable()
not needed for delete, but checked for in taking snapshot
|
com.google.protobuf.ByteString |
getTableBytes()
not needed for delete, but checked for in taking snapshot
|
HBasePB.SnapshotDescription.Type |
getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
int |
getVersion()
optional int32 version = 5; |
boolean |
hasCreationTime()
optional int64 creation_time = 3 [default = 0]; |
boolean |
hasName()
required string name = 1; |
boolean |
hasTable()
not needed for delete, but checked for in taking snapshot
|
boolean |
hasType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
boolean |
hasVersion()
optional int32 version = 5; |
static HBasePB.SnapshotDescription.Builder |
newBuilder() |
static HBasePB.SnapshotDescription.Builder |
newBuilder(HBasePB.SnapshotDescription prototype) |
static HBasePB.SnapshotDescription |
parseDelimitedFrom(InputStream input) |
static HBasePB.SnapshotDescription |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.SnapshotDescription |
parseFrom(byte[] data) |
static HBasePB.SnapshotDescription |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.SnapshotDescription |
parseFrom(ByteBuffer data) |
static HBasePB.SnapshotDescription |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.SnapshotDescription |
parseFrom(com.google.protobuf.ByteString data) |
static HBasePB.SnapshotDescription |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.SnapshotDescription |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HBasePB.SnapshotDescription |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBasePB.SnapshotDescription |
parseFrom(InputStream input) |
static HBasePB.SnapshotDescription |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HBasePB.SnapshotDescription> |
parser() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, isInitialized, makeImmutable, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, toBuilder, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
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
public boolean hasName()
required string name = 1;
hasName
in interface HBasePB.SnapshotDescriptionOrBuilder
public String getName()
required string name = 1;
getName
in interface HBasePB.SnapshotDescriptionOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1;
getNameBytes
in interface HBasePB.SnapshotDescriptionOrBuilder
public boolean hasTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2;
hasTable
in interface HBasePB.SnapshotDescriptionOrBuilder
public String getTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2;
getTable
in interface HBasePB.SnapshotDescriptionOrBuilder
public com.google.protobuf.ByteString getTableBytes()
not needed for delete, but checked for in taking snapshot
optional string table = 2;
getTableBytes
in interface HBasePB.SnapshotDescriptionOrBuilder
public boolean hasCreationTime()
optional int64 creation_time = 3 [default = 0];
hasCreationTime
in interface HBasePB.SnapshotDescriptionOrBuilder
public long getCreationTime()
optional int64 creation_time = 3 [default = 0];
getCreationTime
in interface HBasePB.SnapshotDescriptionOrBuilder
public boolean hasType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
hasType
in interface HBasePB.SnapshotDescriptionOrBuilder
public HBasePB.SnapshotDescription.Type getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
getType
in interface HBasePB.SnapshotDescriptionOrBuilder
public boolean hasVersion()
optional int32 version = 5;
hasVersion
in interface HBasePB.SnapshotDescriptionOrBuilder
public int getVersion()
optional int32 version = 5;
getVersion
in interface HBasePB.SnapshotDescriptionOrBuilder
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
public static HBasePB.SnapshotDescription parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.SnapshotDescription parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.SnapshotDescription parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.SnapshotDescription parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.SnapshotDescription parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.SnapshotDescription parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBasePB.SnapshotDescription parseFrom(InputStream input) throws IOException
IOException
public static HBasePB.SnapshotDescription parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBasePB.SnapshotDescription parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HBasePB.SnapshotDescription parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBasePB.SnapshotDescription parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HBasePB.SnapshotDescription parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBasePB.SnapshotDescription.Builder newBuilder()
public static HBasePB.SnapshotDescription.Builder newBuilder(HBasePB.SnapshotDescription prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod
in class com.google.protobuf.GeneratedMessageLite<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder>
public static HBasePB.SnapshotDescription getDefaultInstance()
public static com.google.protobuf.Parser<HBasePB.SnapshotDescription> parser()
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.