Class XSiteStateTransferControlRequest
java.lang.Object
org.infinispan.xsite.commands.remote.XSiteCacheRequest<Void>
org.infinispan.xsite.commands.remote.XSiteStateTransferControlRequest
- All Implemented Interfaces:
TracedCommand
,XSiteRequest<Void>
Controls the start and stop of receiving the cross-site state transfer.
It used when the backup strategy is set to BackupConfiguration.BackupStrategy.SYNC
.
- Since:
- 15.0
-
Field Summary
Fields inherited from class org.infinispan.xsite.commands.remote.XSiteCacheRequest
cacheName
-
Constructor Summary
ConstructorsConstructorDescriptionXSiteStateTransferControlRequest
(ByteString cacheName, boolean startReceive) -
Method Summary
Modifier and TypeMethodDescriptionprotected CompletionStage
<Void> invokeInLocalCache
(String origin, ComponentRegistry registry) Methods inherited from class org.infinispan.xsite.commands.remote.XSiteCacheRequest
getCacheName, invokeInLocalSite
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.commands.TracedCommand
getOperationName, getSpanAttributes, setSpanAttributes
-
Constructor Details
-
XSiteStateTransferControlRequest
-
-
Method Details
-
invokeInLocalCache
- Specified by:
invokeInLocalCache
in classXSiteCacheRequest<Void>
-