| Package | Description |
|---|---|
| org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
| org.apache.hadoop.hbase.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static HBaseProtos.SnapshotDescription.Type |
ProtobufUtil.createProtosSnapShotDescType(SnapshotType type)
Creates
HBaseProtos.SnapshotDescription.Type
from SnapshotType |
| Modifier and Type | Method and Description |
|---|---|
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)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<HBaseProtos.SnapshotDescription.Type> |
HBaseProtos.SnapshotDescription.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.SnapshotDescription.Builder |
HBaseProtos.SnapshotDescription.Builder.setType(HBaseProtos.SnapshotDescription.Type value)
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
Copyright © 2007–2019 Cloudera. All rights reserved.