Interface DeadlockInfo

All Superinterfaces:
Serializable

public interface DeadlockInfo extends Serializable
Lock request which was in a deadlock.
See Also:
  • Method Details

    • row

      Object row()
      Returns:
      the lock request row object, possibly null
    • indexId

      long indexId()
      Returns:
      the lock request index id
    • indexName

      byte[] indexName()
      Returns:
      the lock request index name, possibly null
    • indexNameString

      default String indexNameString()
      Returns:
      the lock request index name string, possibly null
    • key

      byte[] key()
      Returns:
      the lock request key
    • ownerAttachment

      Object ownerAttachment()
      Returns:
      the lock owner attachment, possibly null