Uses of Class
com.google.common.util.concurrent.CycleDetectingLockFactory.PotentialDeadlockException
Packages that use CycleDetectingLockFactory.PotentialDeadlockException
-
Uses of CycleDetectingLockFactory.PotentialDeadlockException in com.google.common.util.concurrent
Fields in com.google.common.util.concurrent with type parameters of type CycleDetectingLockFactory.PotentialDeadlockExceptionModifier and TypeFieldDescription(package private) final Map
<CycleDetectingLockFactory.LockGraphNode, CycleDetectingLockFactory.PotentialDeadlockException> CycleDetectingLockFactory.LockGraphNode.disallowedPriorLocks
The map tracking lock nodes that can cause a lock acquisition cycle if acquired before this node.Methods in com.google.common.util.concurrent with parameters of type CycleDetectingLockFactory.PotentialDeadlockExceptionModifier and TypeMethodDescriptionvoid
CycleDetectingLockFactory.Policy.handlePotentialDeadlock
(CycleDetectingLockFactory.PotentialDeadlockException exception) Called when a potential deadlock is encountered.