Package org.infinispan.xsite.irac
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
.
- Since:
- 14.0
- Author:
- Pedro Ruivo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dependsOn
(IracXSiteBackup backup, CompletionStage<Void> request) CompletionStage<org.infinispan.xsite.irac.IracBatchSendResult>
freeze()
void
run()