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.locks
Method 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 TypeMethodDescriptionvoid
LockPromise.lock()
It locks the key (or keys) associated to this promise. -
Uses of TimeoutException in org.infinispan.util.logging
Methods in org.infinispan.util.logging that return TimeoutExceptionModifier and TypeMethodDescriptionfinal TimeoutException
Log_$logger.coordinatorTimeoutWaitingForView
(int expectedViewId, int currentViewId, Object clusterManagerStatus) final TimeoutException
Log_$logger.failedWaitingForTopology
(int requestTopologyId) final TimeoutException
Log_$logger.initialStateTransferTimeout
(String cacheName, Address localAddress) final TimeoutException
Log_$logger.remoteNodeTimedOut
(Address address, long time, TimeUnit unit) final TimeoutException
Log_$logger.remoteTransactionStatusMissing
(GlobalTransaction gtx) final TimeoutException
Log_$logger.requestTimedOut
(long requestId, String targetsWithoutResponses, String elapsed) final TimeoutException
Log_$logger.timeoutWaitingForAcks
(String timeout, String address, long id, int topology) final TimeoutException
Log_$logger.timeoutWaitingForInitialNodes
(int initialClusterSize, List<?> members) final TimeoutException
Log_$logger.timeoutWaitingForView
(int expectedViewId, int currentViewId) final TimeoutException
Log_$logger.topologyTimeout
(int expectedTopologyId, int currentTopologyId) final TimeoutException
Log_$logger.transactionDataTimeout
(int expectedTopologyId) final TimeoutException
Log_$logger.unableToAcquireLock
(String timeout, Object key, Object requestor, Object owner)