public static interface Kvrpcpb.MvccWriteOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCommitTs()
uint64 commit_ts = 3; |
long |
getGcFence()
uint64 gc_fence = 7; |
boolean |
getHasGcFence()
bool has_gc_fence = 6; |
boolean |
getHasOverlappedRollback()
bool has_overlapped_rollback = 5; |
com.google.protobuf.ByteString |
getShortValue()
bytes short_value = 4; |
long |
getStartTs()
uint64 start_ts = 2; |
Kvrpcpb.Op |
getType()
.kvrpcpb.Op type = 1; |
int |
getTypeValue()
.kvrpcpb.Op type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getTypeValue()
.kvrpcpb.Op type = 1;
Kvrpcpb.Op getType()
.kvrpcpb.Op type = 1;
long getStartTs()
uint64 start_ts = 2;
long getCommitTs()
uint64 commit_ts = 3;
com.google.protobuf.ByteString getShortValue()
bytes short_value = 4;
boolean getHasOverlappedRollback()
bool has_overlapped_rollback = 5;
boolean getHasGcFence()
bool has_gc_fence = 6;
long getGcFence()
uint64 gc_fence = 7;
Copyright © 2024 PingCAP. All rights reserved.