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, hasOneoflong 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 © 2025 PingCAP. All rights reserved.