public static final class HBasePB.SnapshotDescription.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder> implements HBasePB.SnapshotDescriptionOrBuilder
Description of the snapshot to takeProtobuf type
SnapshotDescription| Modifier and Type | Method and Description |
|---|---|
HBasePB.SnapshotDescription.Builder |
clearCreationTime()
optional int64 creation_time = 3 [default = 0]; |
HBasePB.SnapshotDescription.Builder |
clearName()
required string name = 1; |
HBasePB.SnapshotDescription.Builder |
clearTable()
not needed for delete, but checked for in taking snapshot
|
HBasePB.SnapshotDescription.Builder |
clearType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
HBasePB.SnapshotDescription.Builder |
clearVersion()
optional int32 version = 5; |
long |
getCreationTime()
optional int64 creation_time = 3 [default = 0]; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
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; |
HBasePB.SnapshotDescription.Builder |
setCreationTime(long value)
optional int64 creation_time = 3 [default = 0]; |
HBasePB.SnapshotDescription.Builder |
setName(String value)
required string name = 1; |
HBasePB.SnapshotDescription.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
HBasePB.SnapshotDescription.Builder |
setTable(String value)
not needed for delete, but checked for in taking snapshot
|
HBasePB.SnapshotDescription.Builder |
setTableBytes(com.google.protobuf.ByteString value)
not needed for delete, but checked for in taking snapshot
|
HBasePB.SnapshotDescription.Builder |
setType(HBasePB.SnapshotDescription.Type value)
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
HBasePB.SnapshotDescription.Builder |
setVersion(int value)
optional int32 version = 5; |
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic boolean hasName()
required string name = 1;hasName in interface HBasePB.SnapshotDescriptionOrBuilderpublic String getName()
required string name = 1;getName in interface HBasePB.SnapshotDescriptionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface HBasePB.SnapshotDescriptionOrBuilderpublic HBasePB.SnapshotDescription.Builder setName(String value)
required string name = 1;public HBasePB.SnapshotDescription.Builder clearName()
required string name = 1;public HBasePB.SnapshotDescription.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;public boolean hasTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2;hasTable in interface HBasePB.SnapshotDescriptionOrBuilderpublic String getTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2;getTable in interface HBasePB.SnapshotDescriptionOrBuilderpublic com.google.protobuf.ByteString getTableBytes()
not needed for delete, but checked for in taking snapshot
optional string table = 2;getTableBytes in interface HBasePB.SnapshotDescriptionOrBuilderpublic HBasePB.SnapshotDescription.Builder setTable(String value)
not needed for delete, but checked for in taking snapshot
optional string table = 2;public HBasePB.SnapshotDescription.Builder clearTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2;public HBasePB.SnapshotDescription.Builder setTableBytes(com.google.protobuf.ByteString value)
not needed for delete, but checked for in taking snapshot
optional string table = 2;public boolean hasCreationTime()
optional int64 creation_time = 3 [default = 0];hasCreationTime in interface HBasePB.SnapshotDescriptionOrBuilderpublic long getCreationTime()
optional int64 creation_time = 3 [default = 0];getCreationTime in interface HBasePB.SnapshotDescriptionOrBuilderpublic HBasePB.SnapshotDescription.Builder setCreationTime(long value)
optional int64 creation_time = 3 [default = 0];public HBasePB.SnapshotDescription.Builder clearCreationTime()
optional int64 creation_time = 3 [default = 0];public boolean hasType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];hasType in interface HBasePB.SnapshotDescriptionOrBuilderpublic HBasePB.SnapshotDescription.Type getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];getType in interface HBasePB.SnapshotDescriptionOrBuilderpublic HBasePB.SnapshotDescription.Builder setType(HBasePB.SnapshotDescription.Type value)
optional .SnapshotDescription.Type type = 4 [default = FLUSH];public HBasePB.SnapshotDescription.Builder clearType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];public boolean hasVersion()
optional int32 version = 5;hasVersion in interface HBasePB.SnapshotDescriptionOrBuilderpublic int getVersion()
optional int32 version = 5;getVersion in interface HBasePB.SnapshotDescriptionOrBuilderpublic HBasePB.SnapshotDescription.Builder setVersion(int value)
optional int32 version = 5;public HBasePB.SnapshotDescription.Builder clearVersion()
optional int32 version = 5;Copyright © 2010–2018 The Async HBase Authors. All rights reserved.