| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotProtos.SnapshotDescription.Type |
SnapshotProtos.SnapshotDescription.Type.forNumber(int value) |
SnapshotProtos.SnapshotDescription.Type |
SnapshotProtos.SnapshotDescriptionOrBuilder.getType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
SnapshotProtos.SnapshotDescription.Type |
SnapshotProtos.SnapshotDescription.getType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
SnapshotProtos.SnapshotDescription.Type |
SnapshotProtos.SnapshotDescription.Builder.getType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
static SnapshotProtos.SnapshotDescription.Type |
SnapshotProtos.SnapshotDescription.Type.valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SnapshotProtos.SnapshotDescription.Type |
SnapshotProtos.SnapshotDescription.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SnapshotProtos.SnapshotDescription.Type |
SnapshotProtos.SnapshotDescription.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotProtos.SnapshotDescription.Type[] |
SnapshotProtos.SnapshotDescription.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<SnapshotProtos.SnapshotDescription.Type> |
SnapshotProtos.SnapshotDescription.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotProtos.SnapshotDescription.Builder |
SnapshotProtos.SnapshotDescription.Builder.setType(SnapshotProtos.SnapshotDescription.Type value)
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.