public static interface Kvrpcpb.BatchRollbackRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Kvrpcpb.Context |
getContext()
.kvrpcpb.Context context = 1; |
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
.kvrpcpb.Context context = 1; |
com.google.protobuf.ByteString |
getKeys(int index)
The keys to rollback.
|
int |
getKeysCount()
The keys to rollback.
|
List<com.google.protobuf.ByteString> |
getKeysList()
The keys to rollback.
|
long |
getStartVersion()
Identify the transaction to be rolled back.
|
boolean |
hasContext()
.kvrpcpb.Context context = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasContext()
.kvrpcpb.Context context = 1;Kvrpcpb.Context getContext()
.kvrpcpb.Context context = 1;Kvrpcpb.ContextOrBuilder getContextOrBuilder()
.kvrpcpb.Context context = 1;long getStartVersion()
Identify the transaction to be rolled back.
uint64 start_version = 2;List<com.google.protobuf.ByteString> getKeysList()
The keys to rollback.
repeated bytes keys = 3;int getKeysCount()
The keys to rollback.
repeated bytes keys = 3;com.google.protobuf.ByteString getKeys(int index)
The keys to rollback.
repeated bytes keys = 3;index - The index of the element to return.Copyright © 2025 PingCAP. All rights reserved.