public static interface Kvrpcpb.ScanLockResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.KeyError |
getError()
.kvrpcpb.KeyError error = 2; |
Kvrpcpb.KeyErrorOrBuilder |
getErrorOrBuilder()
.kvrpcpb.KeyError error = 2; |
Kvrpcpb.LockInfo |
getLocks(int index)
Info on all locks found by the scan.
|
int |
getLocksCount()
Info on all locks found by the scan.
|
List<Kvrpcpb.LockInfo> |
getLocksList()
Info on all locks found by the scan.
|
Kvrpcpb.LockInfoOrBuilder |
getLocksOrBuilder(int index)
Info on all locks found by the scan.
|
List<? extends Kvrpcpb.LockInfoOrBuilder> |
getLocksOrBuilderList()
Info on all locks found by the scan.
|
Errorpb.Error |
getRegionError()
.errorpb.Error region_error = 1; |
Errorpb.ErrorOrBuilder |
getRegionErrorOrBuilder()
.errorpb.Error region_error = 1; |
boolean |
hasError()
.kvrpcpb.KeyError error = 2; |
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;
boolean hasError()
.kvrpcpb.KeyError error = 2;
Kvrpcpb.KeyError getError()
.kvrpcpb.KeyError error = 2;
Kvrpcpb.KeyErrorOrBuilder getErrorOrBuilder()
.kvrpcpb.KeyError error = 2;
List<Kvrpcpb.LockInfo> getLocksList()
Info on all locks found by the scan.
repeated .kvrpcpb.LockInfo locks = 3;
Kvrpcpb.LockInfo getLocks(int index)
Info on all locks found by the scan.
repeated .kvrpcpb.LockInfo locks = 3;
int getLocksCount()
Info on all locks found by the scan.
repeated .kvrpcpb.LockInfo locks = 3;
List<? extends Kvrpcpb.LockInfoOrBuilder> getLocksOrBuilderList()
Info on all locks found by the scan.
repeated .kvrpcpb.LockInfo locks = 3;
Kvrpcpb.LockInfoOrBuilder getLocksOrBuilder(int index)
Info on all locks found by the scan.
repeated .kvrpcpb.LockInfo locks = 3;
Copyright © 2024 PingCAP. All rights reserved.