public static interface Kvrpcpb.CommitTsExpiredOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAttemptedCommitTs()
uint64 attempted_commit_ts = 2; |
com.google.protobuf.ByteString |
getKey()
bytes key = 3; |
long |
getMinCommitTs()
uint64 min_commit_ts = 4; |
long |
getStartTs()
uint64 start_ts = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getStartTs()
uint64 start_ts = 1;
long getAttemptedCommitTs()
uint64 attempted_commit_ts = 2;
com.google.protobuf.ByteString getKey()
bytes key = 3;
long getMinCommitTs()
uint64 min_commit_ts = 4;
Copyright © 2024 PingCAP. All rights reserved.