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 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 XSiteCacheRequest
getCacheName, invokeInLocalSiteMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TracedCommand
getOperationName, getSpanAttributes, setSpanAttributes
-
Constructor Details
-
XSiteStateTransferControlRequest
-
-
Method Details
-
invokeInLocalCache
- Specified by:
invokeInLocalCachein classXSiteCacheRequest<Void>
-