Class ResponseCollectors
- java.lang.Object
-
- org.infinispan.remoting.transport.ResponseCollectors
-
public class ResponseCollectors extends 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 RuntimeException
unexpectedResponse(Response response)
static CacheException
wrapRemoteException(Address sender, Throwable exception)
-
-
-
Method Detail
-
wrapRemoteException
public static CacheException wrapRemoteException(Address sender, Throwable exception)
-
remoteNodeSuspected
public static SuspectException remoteNodeSuspected(Address sender)
-
unexpectedResponse
public static RuntimeException unexpectedResponse(Response response)
-
-