public static interface Kvrpcpb.AssertionFailedOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.Assertion |
getAssertion()
.kvrpcpb.Assertion assertion = 3; |
int |
getAssertionValue()
.kvrpcpb.Assertion assertion = 3; |
long |
getExistingCommitTs()
uint64 existing_commit_ts = 5; |
long |
getExistingStartTs()
uint64 existing_start_ts = 4; |
com.google.protobuf.ByteString |
getKey()
bytes key = 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;
com.google.protobuf.ByteString getKey()
bytes key = 2;
int getAssertionValue()
.kvrpcpb.Assertion assertion = 3;
Kvrpcpb.Assertion getAssertion()
.kvrpcpb.Assertion assertion = 3;
long getExistingStartTs()
uint64 existing_start_ts = 4;
long getExistingCommitTs()
uint64 existing_commit_ts = 5;
Copyright © 2024 PingCAP. All rights reserved.