public static enum ClientProtos.MutationProto.Durability extends Enum<ClientProtos.MutationProto.Durability> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.MutationProto.Durability| 枚举常量和说明 |
|---|
ASYNC_WAL
ASYNC_WAL = 2; |
FSYNC_WAL
FSYNC_WAL = 4; |
SKIP_WAL
SKIP_WAL = 1; |
SYNC_WAL
SYNC_WAL = 3; |
USE_DEFAULT
USE_DEFAULT = 0; |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ASYNC_WAL_VALUE
ASYNC_WAL = 2; |
static int |
FSYNC_WAL_VALUE
FSYNC_WAL = 4; |
static int |
SKIP_WAL_VALUE
SKIP_WAL = 1; |
static int |
SYNC_WAL_VALUE
SYNC_WAL = 3; |
static int |
USE_DEFAULT_VALUE
USE_DEFAULT = 0; |
| 限定符和类型 | 方法和说明 |
|---|---|
static ClientProtos.MutationProto.Durability |
forNumber(int value) |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<ClientProtos.MutationProto.Durability> |
internalGetValueMap() |
static ClientProtos.MutationProto.Durability |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ClientProtos.MutationProto.Durability |
valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static ClientProtos.MutationProto.Durability |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ClientProtos.MutationProto.Durability[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final ClientProtos.MutationProto.Durability USE_DEFAULT
USE_DEFAULT = 0;public static final ClientProtos.MutationProto.Durability SKIP_WAL
SKIP_WAL = 1;public static final ClientProtos.MutationProto.Durability ASYNC_WAL
ASYNC_WAL = 2;public static final ClientProtos.MutationProto.Durability SYNC_WAL
SYNC_WAL = 3;public static final ClientProtos.MutationProto.Durability FSYNC_WAL
FSYNC_WAL = 4;public static final int USE_DEFAULT_VALUE
USE_DEFAULT = 0;public static final int SKIP_WAL_VALUE
SKIP_WAL = 1;public static final int ASYNC_WAL_VALUE
ASYNC_WAL = 2;public static final int SYNC_WAL_VALUE
SYNC_WAL = 3;public static final int FSYNC_WAL_VALUE
FSYNC_WAL = 4;public static ClientProtos.MutationProto.Durability[] values()
for (ClientProtos.MutationProto.Durability c : ClientProtos.MutationProto.Durability.values()) System.out.println(c);
public static ClientProtos.MutationProto.Durability valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public final int getNumber()
getNumber 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLitegetNumber 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum@Deprecated public static ClientProtos.MutationProto.Durability valueOf(int value)
forNumber(int) instead.public static ClientProtos.MutationProto.Durability forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<ClientProtos.MutationProto.Durability> internalGetValueMap()
public final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ClientProtos.MutationProto.Durability valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019. All rights reserved.