public static interface RaftCmdpb.ReadIndexResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.LockInfo |
getLocked()
The memory lock blocking this read at the leader
|
Kvrpcpb.LockInfoOrBuilder |
getLockedOrBuilder()
The memory lock blocking this read at the leader
|
long |
getReadIndex()
uint64 read_index = 1; |
boolean |
hasLocked()
The memory lock blocking this read at the leader
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getReadIndex()
uint64 read_index = 1;
boolean hasLocked()
The memory lock blocking this read at the leader
.kvrpcpb.LockInfo locked = 2;
Kvrpcpb.LockInfo getLocked()
The memory lock blocking this read at the leader
.kvrpcpb.LockInfo locked = 2;
Kvrpcpb.LockInfoOrBuilder getLockedOrBuilder()
The memory lock blocking this read at the leader
.kvrpcpb.LockInfo locked = 2;
Copyright © 2024 PingCAP. All rights reserved.