Class ResponseCollectors
- java.lang.Object
-
- org.infinispan.remoting.transport.ResponseCollectors
-
public class ResponseCollectors extends java.lang.Object
- Since:
- 9.1
- Author:
- Dan Berindei
-
-
Constructor Summary
Constructors Constructor Description ResponseCollectors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SuspectException
remoteNodeSuspected(Address sender)
static java.lang.RuntimeException
unexpectedResponse(Response response)
static CacheException
wrapRemoteException(Address sender, java.lang.Throwable exception)
-
-
-
Method Detail
-
wrapRemoteException
public static CacheException wrapRemoteException(Address sender, java.lang.Throwable exception)
-
remoteNodeSuspected
public static SuspectException remoteNodeSuspected(Address sender)
-
unexpectedResponse
public static java.lang.RuntimeException unexpectedResponse(Response response)
-
-