Interface LockOwnerInfo

    • Method Detail

      • threadId

        long threadId()
        Returns an identifier of a thread that currently holds the lock.
        Returns:
        Thread identifier.
        See Also:
        Thread.getId()
      • node

        ClusterNode node()
        Returns a cluster node that currently holds the lock.
        Returns:
        Cluster node that holds the lock.