Class SingletonMapResponseCollector
- java.lang.Object
-
- org.infinispan.remoting.transport.ValidSingleResponseCollector<Map<Address,Response>>
-
- org.infinispan.remoting.transport.impl.SingletonMapResponseCollector
-
- All Implemented Interfaces:
ResponseCollector<Map<Address,Response>>
public class SingletonMapResponseCollector extends ValidSingleResponseCollector<Map<Address,Response>>
Response collector supportingJGroupsTransport.invokeRemotelyAsync(Collection, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder, boolean).- Since:
- 9.2
- Author:
- Dan Berindei
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SingletonMapResponseCollectorignoreLeavers()protected Map<Address,Response>targetNotFound(Address sender)static SingletonMapResponseCollectorvalidOnly()protected Map<Address,Response>withValidResponse(Address sender, ValidResponse response)-
Methods inherited from class org.infinispan.remoting.transport.ValidSingleResponseCollector
addResponse, finish, withException
-
-
-
-
Method Detail
-
validOnly
public static SingletonMapResponseCollector validOnly()
-
ignoreLeavers
public static SingletonMapResponseCollector ignoreLeavers()
-
withValidResponse
protected Map<Address,Response> withValidResponse(Address sender, ValidResponse response)
- Specified by:
withValidResponsein classValidSingleResponseCollector<Map<Address,Response>>
-
targetNotFound
protected Map<Address,Response> targetNotFound(Address sender)
- Specified by:
targetNotFoundin classValidSingleResponseCollector<Map<Address,Response>>
-
-