Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Method and Description |
---|---|
static HBasePB.SnapshotDescription.Type |
HBasePB.SnapshotDescription.Type.forNumber(int value) |
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)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<HBasePB.SnapshotDescription.Type> |
HBasePB.SnapshotDescription.Type.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
HBasePB.SnapshotDescription.Builder |
HBasePB.SnapshotDescription.Builder.setType(HBasePB.SnapshotDescription.Type value)
optional .SnapshotDescription.Type type = 4 [default = FLUSH]; |
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.