public static interface HBaseProtos.SnapshotDescriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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 |
getOwner()
optional string owner = 6; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 6; |
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]; |
int |
getVersion()
optional int32 version = 5; |
boolean |
hasCreationTime()
optional int64 creation_time = 3 [default = 0]; |
boolean |
hasName()
required string name = 1; |
boolean |
hasOwner()
optional string owner = 6; |
boolean |
hasTable()
optional string table = 2; |
boolean |
hasType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
boolean |
hasVersion()
optional int32 version = 5; |
boolean hasName()
required string name = 1;
String getName()
required string name = 1;
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
boolean hasTable()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
String getTable()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
com.google.protobuf.ByteString getTableBytes()
optional string table = 2;
not needed for delete, but checked for in taking snapshot
boolean hasCreationTime()
optional int64 creation_time = 3 [default = 0];
long getCreationTime()
optional int64 creation_time = 3 [default = 0];
boolean hasType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
HBaseProtos.SnapshotDescription.Type getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
boolean hasVersion()
optional int32 version = 5;
int getVersion()
optional int32 version = 5;
boolean hasOwner()
optional string owner = 6;
String getOwner()
optional string owner = 6;
com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 6;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.