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 supporting
JGroupsTransport.invokeRemotelyAsync(Collection, ReplicableCommand, ResponseMode, long, ResponseFilter, DeliverOrder, boolean)
.- Since:
- 9.2
- Author:
- Dan Berindei
-
Method Summary
Modifier and TypeMethodDescriptiontargetNotFound
(Address sender) withValidResponse
(Address sender, ValidResponse response) Methods inherited from class org.infinispan.remoting.transport.ValidSingleResponseCollector
addResponse, finish, withException
-
Method Details
-
validOnly
-
ignoreLeavers
-
withValidResponse
- Specified by:
withValidResponse
in classValidSingleResponseCollector<Map<Address,
Response>>
-
targetNotFound
- Specified by:
targetNotFound
in classValidSingleResponseCollector<Map<Address,
Response>>
-