| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf | |
| org.apache.hadoop.hbase.shaded.protobuf.generated | |
| org.apache.hadoop.hbase.snapshot |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotProtos.SnapshotDescription.Type |
ProtobufUtil.createProtosSnapShotDescType(SnapshotType type)
Creates
HBaseProtos.SnapshotDescription.Type
from SnapshotType |
static SnapshotProtos.SnapshotDescription.Type |
ProtobufUtil.createProtosSnapShotDescType(String snapshotDesc)
Creates
HBaseProtos.SnapshotDescription.Type
from the type of SnapshotDescription string |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotType |
ProtobufUtil.createSnapshotType(SnapshotProtos.SnapshotDescription.Type type)
Creates
SnapshotType from the type of
HBaseProtos.SnapshotDescription |
| 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]; |
| Modifier and Type | Method and Description |
|---|---|
static long |
SnapshotDescriptionUtils.getMaxMasterTimeout(org.apache.hadoop.conf.Configuration conf,
SnapshotProtos.SnapshotDescription.Type type,
long defaultMaxWaitTime) |
Copyright © 2007–2019 Cloudera. All rights reserved.