public static interface Kvrpcpb.ReadIndexResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.LockInfo |
getLocked()
If `locked` is set, this read request is blocked by a lock.
|
Kvrpcpb.LockInfoOrBuilder |
getLockedOrBuilder()
If `locked` is set, this read request is blocked by a lock.
|
long |
getReadIndex()
uint64 read_index = 2; |
Errorpb.Error |
getRegionError()
.errorpb.Error region_error = 1; |
Errorpb.ErrorOrBuilder |
getRegionErrorOrBuilder()
.errorpb.Error region_error = 1; |
boolean |
hasLocked()
If `locked` is set, this read request is blocked by a lock.
|
boolean |
hasRegionError()
.errorpb.Error region_error = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRegionError()
.errorpb.Error region_error = 1;
Errorpb.Error getRegionError()
.errorpb.Error region_error = 1;
Errorpb.ErrorOrBuilder getRegionErrorOrBuilder()
.errorpb.Error region_error = 1;
long getReadIndex()
uint64 read_index = 2;
boolean hasLocked()
If `locked` is set, this read request is blocked by a lock. The lock should be returned to the client.
.kvrpcpb.LockInfo locked = 3;
Kvrpcpb.LockInfo getLocked()
If `locked` is set, this read request is blocked by a lock. The lock should be returned to the client.
.kvrpcpb.LockInfo locked = 3;
Kvrpcpb.LockInfoOrBuilder getLockedOrBuilder()
If `locked` is set, this read request is blocked by a lock. The lock should be returned to the client.
.kvrpcpb.LockInfo locked = 3;
Copyright © 2024 PingCAP. All rights reserved.