Package | Description |
---|---|
org.tikv.common | |
org.tikv.kvproto |
Modifier and Type | Field and Description |
---|---|
static Kvrpcpb.IsolationLevel |
ConfigUtils.DEF_ISOLATION_LEVEL |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.IsolationLevel |
TiConfiguration.getIsolationLevel() |
Modifier and Type | Method and Description |
---|---|
TiConfiguration |
TiConfiguration.setIsolationLevel(Kvrpcpb.IsolationLevel isolationLevel) |
Modifier and Type | Method and Description |
---|---|
static Kvrpcpb.IsolationLevel |
Kvrpcpb.IsolationLevel.forNumber(int value) |
Kvrpcpb.IsolationLevel |
Kvrpcpb.ContextOrBuilder.getIsolationLevel()
.kvrpcpb.IsolationLevel isolation_level = 7; |
Kvrpcpb.IsolationLevel |
Kvrpcpb.Context.getIsolationLevel()
.kvrpcpb.IsolationLevel isolation_level = 7; |
Kvrpcpb.IsolationLevel |
Kvrpcpb.Context.Builder.getIsolationLevel()
.kvrpcpb.IsolationLevel isolation_level = 7; |
static Kvrpcpb.IsolationLevel |
Kvrpcpb.IsolationLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Kvrpcpb.IsolationLevel |
Kvrpcpb.IsolationLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Kvrpcpb.IsolationLevel |
Kvrpcpb.IsolationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kvrpcpb.IsolationLevel[] |
Kvrpcpb.IsolationLevel.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<Kvrpcpb.IsolationLevel> |
Kvrpcpb.IsolationLevel.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.Context.Builder |
Kvrpcpb.Context.Builder.setIsolationLevel(Kvrpcpb.IsolationLevel value)
.kvrpcpb.IsolationLevel isolation_level = 7; |
Copyright © 2024 PingCAP. All rights reserved.