public static interface Kvrpcpb.PhysicalScanLockResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getError()
string error = 1; |
com.google.protobuf.ByteString |
getErrorBytes()
string error = 1; |
Kvrpcpb.LockInfo |
getLocks(int index)
repeated .kvrpcpb.LockInfo locks = 2; |
int |
getLocksCount()
repeated .kvrpcpb.LockInfo locks = 2; |
List<Kvrpcpb.LockInfo> |
getLocksList()
repeated .kvrpcpb.LockInfo locks = 2; |
Kvrpcpb.LockInfoOrBuilder |
getLocksOrBuilder(int index)
repeated .kvrpcpb.LockInfo locks = 2; |
List<? extends Kvrpcpb.LockInfoOrBuilder> |
getLocksOrBuilderList()
repeated .kvrpcpb.LockInfo locks = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getError()
string error = 1;
com.google.protobuf.ByteString getErrorBytes()
string error = 1;
List<Kvrpcpb.LockInfo> getLocksList()
repeated .kvrpcpb.LockInfo locks = 2;
Kvrpcpb.LockInfo getLocks(int index)
repeated .kvrpcpb.LockInfo locks = 2;
int getLocksCount()
repeated .kvrpcpb.LockInfo locks = 2;
List<? extends Kvrpcpb.LockInfoOrBuilder> getLocksOrBuilderList()
repeated .kvrpcpb.LockInfo locks = 2;
Kvrpcpb.LockInfoOrBuilder getLocksOrBuilder(int index)
repeated .kvrpcpb.LockInfo locks = 2;
Copyright © 2024 PingCAP. All rights reserved.