Package | Description |
---|---|
com.google.common.util.concurrent |
Concurrency utilities.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.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.
|
Modifier and Type | Method and Description |
---|---|
void |
CycleDetectingLockFactory.Policy.handlePotentialDeadlock(CycleDetectingLockFactory.PotentialDeadlockException exception)
Called when a potential deadlock is encountered.
|