HBaseProtos.SnapshotDescription.Type |
HBaseProtos.SnapshotDescriptionOrBuilder.getType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH];
|
HBaseProtos.SnapshotDescription.Type |
HBaseProtos.SnapshotDescription.getType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH];
|
HBaseProtos.SnapshotDescription.Type |
HBaseProtos.SnapshotDescription.Builder.getType()
optional .hbase.pb.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)
返回带有指定名称的该类型的枚举常量。
|
static HBaseProtos.SnapshotDescription.Type[] |
HBaseProtos.SnapshotDescription.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|