Class PassthroughMapResponseCollector

java.lang.Object
org.infinispan.remoting.transport.impl.PassthroughMapResponseCollector
All Implemented Interfaces:
ResponseCollector<Map<Address,Response>>

public class PassthroughMapResponseCollector extends Object implements ResponseCollector<Map<Address,Response>>
Receive responses from multiple nodes, without checking that the responses are valid.
Since:
9.1
Author:
Dan Berindei
  • Constructor Details

    • PassthroughMapResponseCollector

      public PassthroughMapResponseCollector(int expectedSize)
  • Method Details