Uses of Class
org.infinispan.commons.TimeoutException
Packages that use TimeoutException
Package
Description
Lock and synchronization related classes, tools and utilities.
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
- 
Uses of TimeoutException in org.infinispan.util.concurrent.locksMethod parameters in org.infinispan.util.concurrent.locks with type arguments of type TimeoutExceptionModifier and TypeMethodDescriptionExtendedLockPromise.toInvocationStage(Supplier<TimeoutException> timeoutSupplier) Methods in org.infinispan.util.concurrent.locks that throw TimeoutExceptionModifier and TypeMethodDescriptionvoidLockPromise.lock()It locks the key (or keys) associated to this promise.
- 
Uses of TimeoutException in org.infinispan.util.loggingMethods in org.infinispan.util.logging that return TimeoutExceptionModifier and TypeMethodDescriptionfinal TimeoutExceptionLog_$logger.coordinatorTimeoutWaitingForView(int expectedViewId, int currentViewId, Object clusterManagerStatus) final TimeoutExceptionLog_$logger.failedWaitingForTopology(int requestTopologyId) final TimeoutExceptionLog_$logger.initialStateTransferTimeout(String cacheName, Address localAddress) final TimeoutExceptionLog_$logger.remoteNodeTimedOut(Address address, long time, TimeUnit unit) final TimeoutExceptionLog_$logger.remoteTransactionStatusMissing(GlobalTransaction gtx) final TimeoutExceptionLog_$logger.requestTimedOut(long requestId, String targetsWithoutResponses, String elapsed) final TimeoutExceptionLog_$logger.timeoutWaitingForAcks(String timeout, String address, long id, int topology) final TimeoutExceptionLog_$logger.timeoutWaitingForInitialNodes(int initialClusterSize, List<?> members) final TimeoutExceptionLog_$logger.timeoutWaitingForView(int expectedViewId, int currentViewId) final TimeoutExceptionLog_$logger.topologyTimeout(int expectedTopologyId, int currentTopologyId) final TimeoutExceptionLog_$logger.transactionDataTimeout(int expectedTopologyId) final TimeoutExceptionLog_$logger.unableToAcquireLock(String timeout, Object key, Object requestor, Object owner)