Class IracClearResponseCollector
java.lang.Object
org.infinispan.xsite.irac.IracClearResponseCollector
- All Implemented Interfaces:
Runnable
Used by asynchronous cross-site replication, it aggregates response from multiple sites and returns
IracBatchSendResult.
This collector assumes the request is a ClearCommand, and never completes exceptionally.
- Since:
- 14.0
- Author:
- Pedro Ruivo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddependsOn(IracXSiteBackup backup, CompletionStage<Void> request) voidCompletionStage<org.infinispan.xsite.irac.IracBatchSendResult> freeze()voidrun()
-
Constructor Details
-
IracClearResponseCollector
-
-
Method Details
-
dependsOn
-
freeze
-
forceBackOffAndRetry
public void forceBackOffAndRetry() -
run
-