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 SingletonMapResponseCollector
ignoreLeavers()
protected Map<Address,Response>
targetNotFound(Address sender)
static SingletonMapResponseCollector
validOnly()
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:
withValidResponse
in classValidSingleResponseCollector<Map<Address,Response>>
-
targetNotFound
protected Map<Address,Response> targetNotFound(Address sender)
- Specified by:
targetNotFound
in classValidSingleResponseCollector<Map<Address,Response>>
-
-