Uses of Class
org.infinispan.util.concurrent.TimeoutException
-
Packages that use TimeoutException Package Description org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities.org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. -
-
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 InvocationStageExtendedLockPromise. toInvocationStage(Supplier<TimeoutException> timeoutSupplier)Methods in org.infinispan.util.concurrent.locks that throw TimeoutException Modifier and Type Method Description voidLockPromise. lock()It locks the key (or keys) associated to this promise. -
Uses of TimeoutException in org.infinispan.util.logging
-