Uses of Class
org.infinispan.remoting.transport.jgroups.SuspectException
-
Packages that use SuspectException Package Description org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. -
-
Uses of SuspectException in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport that return SuspectException Modifier and Type Method Description static SuspectException
ResponseCollectors. remoteNodeSuspected(Address sender)
-
Uses of SuspectException in org.infinispan.util.logging
Methods in org.infinispan.util.logging that return SuspectException Modifier and Type Method Description SuspectException
Log_$logger. remoteNodeSuspected(Address address)
SuspectException
Log. remoteNodeSuspected(Address address)
SuspectException
Log_$logger. thirdPartySuspected(Address sender, SuspectException e)
SuspectException
Log. thirdPartySuspected(Address sender, SuspectException e)
Methods in org.infinispan.util.logging with parameters of type SuspectException Modifier and Type Method Description SuspectException
Log_$logger. thirdPartySuspected(Address sender, SuspectException e)
SuspectException
Log. thirdPartySuspected(Address sender, SuspectException e)
-