| Package | Description |
|---|---|
| org.tikv.kvproto | |
| org.tikv.txn |
| Modifier and Type | Method and Description |
|---|---|
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)
Deprecated.
Use
forNumber(int) instead. |
static Kvrpcpb.Action |
Kvrpcpb.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kvrpcpb.Action[] |
Kvrpcpb.Action.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.Action> |
Kvrpcpb.Action.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Kvrpcpb.CheckTxnStatusResponse.Builder |
Kvrpcpb.CheckTxnStatusResponse.Builder.setAction(Kvrpcpb.Action value)
The action performed by TiKV (and why if the action is to rollback).
|
| Modifier and Type | Method and Description |
|---|---|
Kvrpcpb.Action |
TxnStatus.getAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
TxnStatus.setAction(Kvrpcpb.Action action) |
| Constructor and Description |
|---|
TxnStatus(long ttl,
long commitTS,
Kvrpcpb.Action action) |
Copyright © 2025 PingCAP. All rights reserved.