Package io.dingodb.debug
Interface Debug.DumpRegionResponse.Txn.LockOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Debug.DumpRegionResponse.Txn.Lock,Debug.DumpRegionResponse.Txn.Lock.Builder
- Enclosing class:
- Debug.DumpRegionResponse.Txn
public static interface Debug.DumpRegionResponse.Txn.LockOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetKey()bytes key = 1;.dingodb.pb.store.LockInfo lock_info = 2;.dingodb.pb.store.LockInfo lock_info = 2;longint64 partition_id = 10;boolean.dingodb.pb.store.LockInfo lock_info = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKey
com.google.protobuf.ByteString getKey()bytes key = 1;- Returns:
- The key.
-
hasLockInfo
boolean hasLockInfo().dingodb.pb.store.LockInfo lock_info = 2;- Returns:
- Whether the lockInfo field is set.
-
getLockInfo
Store.LockInfo getLockInfo().dingodb.pb.store.LockInfo lock_info = 2;- Returns:
- The lockInfo.
-
getLockInfoOrBuilder
Store.LockInfoOrBuilder getLockInfoOrBuilder().dingodb.pb.store.LockInfo lock_info = 2; -
getPartitionId
long getPartitionId()int64 partition_id = 10;- Returns:
- The partitionId.
-