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 Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes key = 1;
    .dingodb.pb.store.LockInfo lock_info = 2;
    .dingodb.pb.store.LockInfo lock_info = 2;
    long
    int64 partition_id = 10;
    boolean
    .dingodb.pb.store.LockInfo lock_info = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.