Class IracClearResponseCollector

java.lang.Object
org.infinispan.xsite.irac.IracClearResponseCollector
All Implemented Interfaces:
Runnable

public class IracClearResponseCollector extends Object implements Runnable
Used by asynchronous cross-site replication, it aggregates response from multiple sites and returns IracBatchSendResult.

This collector assumes the request is a ClearCommand.

Since:
14.0
Author:
Pedro Ruivo
  • Constructor Details

    • IracClearResponseCollector

      public IracClearResponseCollector(String cacheName)
  • Method Details