| 程序包 | 说明 |
|---|---|
| org.tikv.kvproto | |
| org.tikv.txn |
| 限定符和类型 | 方法和说明 |
|---|---|
static Kvrpcpb.Action |
Kvrpcpb.Action.forNumber(int value) |
Kvrpcpb.Action |
Kvrpcpb.CheckTxnStatusResponseOrBuilder.getAction()
The action performed by TiKV (and why if the action is to rollback).
|
Kvrpcpb.Action |
Kvrpcpb.CheckTxnStatusResponse.getAction()
The action performed by TiKV (and why if the action is to rollback).
|
Kvrpcpb.Action |
Kvrpcpb.CheckTxnStatusResponse.Builder.getAction()
The action performed by TiKV (and why if the action is to rollback).
|
static Kvrpcpb.Action |
Kvrpcpb.Action.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Kvrpcpb.Action |
Kvrpcpb.Action.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static Kvrpcpb.Action |
Kvrpcpb.Action.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Kvrpcpb.Action[] |
Kvrpcpb.Action.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Kvrpcpb.Action> |
Kvrpcpb.Action.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
Kvrpcpb.CheckTxnStatusResponse.Builder |
Kvrpcpb.CheckTxnStatusResponse.Builder.setAction(Kvrpcpb.Action value)
The action performed by TiKV (and why if the action is to rollback).
|
| 限定符和类型 | 方法和说明 |
|---|---|
Kvrpcpb.Action |
TxnStatus.getAction() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TxnStatus.setAction(Kvrpcpb.Action action) |
| 构造器和说明 |
|---|
TxnStatus(long ttl,
long commitTS,
Kvrpcpb.Action action) |
Copyright © 2023 PingCAP. All rights reserved.