Uses of Class
org.kiwiproject.concurrent.TryLocker
-
Packages that use TryLocker Package Description org.kiwiproject.concurrent -
-
Uses of TryLocker in org.kiwiproject.concurrent
Methods in org.kiwiproject.concurrent that return TryLocker Modifier and Type Method Description static TryLockerTryLocker. using(Lock lock, long maxWaitTime, TimeUnit maxWaitTimeUnit)Create a newTryLockerusing the given lock and maximum wait time.static TryLockerTryLocker. usingReentrantLock()Create a newTryLockerusing aReentrantLockand the default lock maximum wait time.static TryLockerTryLocker. usingReentrantLock(int maxWaitTime, TimeUnit maxWaitTimeUnit)Create a newTryLockerusing aReentrantLockwith the given lock wait time.
-