Uses of Class
org.infinispan.util.concurrent.TimeoutException
-
Packages that use TimeoutException Package Description org.infinispan.persistence.util org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. -
-
Uses of TimeoutException in org.infinispan.persistence.util
Methods in org.infinispan.persistence.util that throw TimeoutException Modifier and Type Method Description MarshalledEntry<K,V>
PersistenceManagerCloseableSupplier. get()
Deprecated. -
Uses of TimeoutException in org.infinispan.util.concurrent.locks
Method parameters in org.infinispan.util.concurrent.locks with type arguments of type TimeoutException Modifier and Type Method Description InvocationStage
ExtendedLockPromise. toInvocationStage(Supplier<TimeoutException> timeoutSupplier)
Methods in org.infinispan.util.concurrent.locks that throw TimeoutException Modifier and Type Method Description void
LockPromise. lock()
It locks the key (or keys) associated to this promise.
-