public static interface Cdcpb.TxnStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCommitTs()
uint64 commit_ts = 3; |
boolean |
getIsRolledBack()
bool is_rolled_back = 4; |
long |
getMinCommitTs()
uint64 min_commit_ts = 2; |
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 getMinCommitTs()
uint64 min_commit_ts = 2;
long getCommitTs()
uint64 commit_ts = 3;
boolean getIsRolledBack()
bool is_rolled_back = 4;
Copyright © 2024 PingCAP. All rights reserved.