public static enum Kvrpcpb.IsolationLevel extends Enum<Kvrpcpb.IsolationLevel> implements com.google.protobuf.ProtocolMessageEnum
kvrpcpb.IsolationLevel
Enum Constant and Description |
---|
RC
RC = read committed
|
RCCheckTS
RC read and it's needed to check if there exists more recent versions.
|
SI
SI = snapshot isolation
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
RC_VALUE
RC = read committed
|
static int |
RCCheckTS_VALUE
RC read and it's needed to check if there exists more recent versions.
|
static int |
SI_VALUE
SI = snapshot isolation
|
Modifier and Type | Method and Description |
---|---|
static Kvrpcpb.IsolationLevel |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Kvrpcpb.IsolationLevel> |
internalGetValueMap() |
static Kvrpcpb.IsolationLevel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Kvrpcpb.IsolationLevel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Kvrpcpb.IsolationLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kvrpcpb.IsolationLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Kvrpcpb.IsolationLevel SI
SI = snapshot isolation
SI = 0;
public static final Kvrpcpb.IsolationLevel RC
RC = read committed
RC = 1;
public static final Kvrpcpb.IsolationLevel RCCheckTS
RC read and it's needed to check if there exists more recent versions.
RCCheckTS = 2;
public static final Kvrpcpb.IsolationLevel UNRECOGNIZED
public static final int SI_VALUE
SI = snapshot isolation
SI = 0;
public static final int RC_VALUE
RC = read committed
RC = 1;
public static final int RCCheckTS_VALUE
RC read and it's needed to check if there exists more recent versions.
RCCheckTS = 2;
public static Kvrpcpb.IsolationLevel[] values()
for (Kvrpcpb.IsolationLevel c : Kvrpcpb.IsolationLevel.values()) System.out.println(c);
public static Kvrpcpb.IsolationLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Kvrpcpb.IsolationLevel valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Kvrpcpb.IsolationLevel forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Kvrpcpb.IsolationLevel> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Kvrpcpb.IsolationLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 PingCAP. All rights reserved.