public static interface Kvrpcpb.GetLockWaitInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.Context |
getContext()
TODO: There may need some filter options to be used on conditional querying, e.g., finding
the lock waiting status for some specified transaction.
|
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
TODO: There may need some filter options to be used on conditional querying, e.g., finding
the lock waiting status for some specified transaction.
|
boolean |
hasContext()
TODO: There may need some filter options to be used on conditional querying, e.g., finding
the lock waiting status for some specified transaction.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasContext()
TODO: There may need some filter options to be used on conditional querying, e.g., finding the lock waiting status for some specified transaction.
.kvrpcpb.Context context = 1;
Kvrpcpb.Context getContext()
TODO: There may need some filter options to be used on conditional querying, e.g., finding the lock waiting status for some specified transaction.
.kvrpcpb.Context context = 1;
Kvrpcpb.ContextOrBuilder getContextOrBuilder()
TODO: There may need some filter options to be used on conditional querying, e.g., finding the lock waiting status for some specified transaction.
.kvrpcpb.Context context = 1;
Copyright © 2024 PingCAP. All rights reserved.