public static interface Kvrpcpb.TxnHeartBeatRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAdviseLockTtl()
The new TTL the sender would like.
|
Kvrpcpb.Context |
getContext()
.kvrpcpb.Context context = 1; |
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
.kvrpcpb.Context context = 1; |
com.google.protobuf.ByteString |
getPrimaryLock()
The key of the lock to update.
|
long |
getStartVersion()
Start timestamp of the large transaction.
|
boolean |
hasContext()
.kvrpcpb.Context context = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasContext()
.kvrpcpb.Context context = 1;
Kvrpcpb.Context getContext()
.kvrpcpb.Context context = 1;
Kvrpcpb.ContextOrBuilder getContextOrBuilder()
.kvrpcpb.Context context = 1;
com.google.protobuf.ByteString getPrimaryLock()
The key of the lock to update.
bytes primary_lock = 2;
long getStartVersion()
Start timestamp of the large transaction.
uint64 start_version = 3;
long getAdviseLockTtl()
The new TTL the sender would like.
uint64 advise_lock_ttl = 4;
Copyright © 2024 PingCAP. All rights reserved.