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 SuspectExceptionResponseCollectors. 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 SuspectExceptionLog_$logger. remoteNodeSuspected(Address address)SuspectExceptionLog. remoteNodeSuspected(Address address)SuspectExceptionLog_$logger. thirdPartySuspected(Address sender, SuspectException e)SuspectExceptionLog. thirdPartySuspected(Address sender, SuspectException e)Methods in org.infinispan.util.logging with parameters of type SuspectException Modifier and Type Method Description SuspectExceptionLog_$logger. thirdPartySuspected(Address sender, SuspectException e)SuspectExceptionLog. thirdPartySuspected(Address sender, SuspectException e)
-