Uses of Class
com.google.common.util.concurrent.CycleDetectingLockFactory.PotentialDeadlockException
-
Packages that use CycleDetectingLockFactory.PotentialDeadlockException Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of CycleDetectingLockFactory.PotentialDeadlockException in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent with parameters of type CycleDetectingLockFactory.PotentialDeadlockException Modifier and Type Method Description void
CycleDetectingLockFactory.Policy. handlePotentialDeadlock(CycleDetectingLockFactory.PotentialDeadlockException exception)
Called when a potential deadlock is encountered.
-