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