| 程序包 | 说明 |
|---|---|
| com.pingcap.tikv.region | |
| org.tikv.kvproto |
| 构造器和说明 |
|---|
TiRegion(Metapb.Region meta,
Metapb.Peer leader,
Kvrpcpb.IsolationLevel isolationLevel,
Kvrpcpb.CommandPri commandPri) |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
已过时。
Use
forNumber(int) instead. |
static Kvrpcpb.IsolationLevel |
Kvrpcpb.IsolationLevel.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Kvrpcpb.IsolationLevel[] |
Kvrpcpb.IsolationLevel.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Kvrpcpb.IsolationLevel> |
Kvrpcpb.IsolationLevel.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
Kvrpcpb.Context.Builder |
Kvrpcpb.Context.Builder.setIsolationLevel(Kvrpcpb.IsolationLevel value)
.kvrpcpb.IsolationLevel isolation_level = 7; |
Copyright © 2022 PingCAP. All rights reserved.