Uses of Class
org.opendaylight.infrautils.utils.concurrent.NamedSimpleReentrantLock.Acquired
-
Packages that use NamedSimpleReentrantLock.Acquired Package Description org.opendaylight.infrautils.utils.concurrent General purpose concurrency related utilities. -
-
Uses of NamedSimpleReentrantLock.Acquired in org.opendaylight.infrautils.utils.concurrent
Methods in org.opendaylight.infrautils.utils.concurrent that return NamedSimpleReentrantLock.Acquired Modifier and Type Method Description NamedSimpleReentrantLock.Acquired
NamedLocks. acquire(T lockKey)
Acquires the lock for the given key.NamedSimpleReentrantLock.Acquired
NamedSimpleReentrantLock. acquire()
Acquires the lock.
-