|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder>
org.hbase.async.generated.HBasePB.SnapshotDescription.Builder
public static final class HBasePB.SnapshotDescription.Builder
Protobuf type SnapshotDescription
Description of the snapshot to take
| Method Summary | |
|---|---|
HBasePB.SnapshotDescription |
build()
|
HBasePB.SnapshotDescription |
buildPartial()
|
HBasePB.SnapshotDescription.Builder |
clear()
|
HBasePB.SnapshotDescription.Builder |
clearCreationTime()
optional int64 creation_time = 3 [default = 0]; |
HBasePB.SnapshotDescription.Builder |
clearName()
required string name = 1; |
HBasePB.SnapshotDescription.Builder |
clearTable()
optional string table = 2; |
HBasePB.SnapshotDescription.Builder |
clearType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
HBasePB.SnapshotDescription.Builder |
clearVersion()
optional int32 version = 5; |
HBasePB.SnapshotDescription.Builder |
clone()
|
long |
getCreationTime()
optional int64 creation_time = 3 [default = 0]; |
HBasePB.SnapshotDescription |
getDefaultInstanceForType()
|
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getTable()
optional string table = 2; |
com.google.protobuf.ByteString |
getTableBytes()
optional string table = 2; |
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()
optional string table = 2; |
boolean |
hasType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
boolean |
hasVersion()
optional int32 version = 5; |
boolean |
isInitialized()
|
HBasePB.SnapshotDescription.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
HBasePB.SnapshotDescription.Builder |
mergeFrom(HBasePB.SnapshotDescription other)
|
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)
optional string table = 2; |
HBasePB.SnapshotDescription.Builder |
setTableBytes(com.google.protobuf.ByteString value)
optional string table = 2; |
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; |
| Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder |
|---|
parseUnknownField |
| Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
|---|
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public HBasePB.SnapshotDescription.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder>public HBasePB.SnapshotDescription.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder>public HBasePB.SnapshotDescription getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder>public HBasePB.SnapshotDescription build()
build in interface com.google.protobuf.MessageLite.Builderpublic HBasePB.SnapshotDescription buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic HBasePB.SnapshotDescription.Builder mergeFrom(HBasePB.SnapshotDescription other)
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<HBasePB.SnapshotDescription,HBasePB.SnapshotDescription.Builder>public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
public HBasePB.SnapshotDescription.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<HBasePB.SnapshotDescription.Builder>IOExceptionpublic 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()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
hasTable in interface HBasePB.SnapshotDescriptionOrBuilderpublic String getTable()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
getTable in interface HBasePB.SnapshotDescriptionOrBuilderpublic com.google.protobuf.ByteString getTableBytes()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
getTableBytes in interface HBasePB.SnapshotDescriptionOrBuilderpublic HBasePB.SnapshotDescription.Builder setTable(String value)
optional string table = 2;
not needed for delete, but checked for in taking snapshot
public HBasePB.SnapshotDescription.Builder clearTable()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
public HBasePB.SnapshotDescription.Builder setTableBytes(com.google.protobuf.ByteString value)
optional string table = 2;
not needed for delete, but checked for in taking snapshot
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;
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||