HBasePB.SnapshotDescription.Type |
HBasePB.SnapshotDescriptionOrBuilder.getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
|
HBasePB.SnapshotDescription.Type |
HBasePB.SnapshotDescription.getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
|
HBasePB.SnapshotDescription.Type |
HBasePB.SnapshotDescription.Builder.getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];
|
static HBasePB.SnapshotDescription.Type |
HBasePB.SnapshotDescription.Type.valueOf(int value) |
static HBasePB.SnapshotDescription.Type |
HBasePB.SnapshotDescription.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBasePB.SnapshotDescription.Type[] |
HBasePB.SnapshotDescription.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|