Uses of Class
org.infinispan.xsite.statetransfer.XSiteStatePushCommand
-
Packages that use XSiteStatePushCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.xsite -
-
Uses of XSiteStatePushCommand in org.infinispan.commands
Methods in org.infinispan.commands that return XSiteStatePushCommand Modifier and Type Method Description XSiteStatePushCommand
CommandsFactory. buildXSiteStatePushCommand(XSiteState[] chunk, long timeoutMillis)
Builds XSiteStatePushCommand used to transfer a single chunk of data between sites.XSiteStatePushCommand
CommandsFactoryImpl. buildXSiteStatePushCommand(XSiteState[] chunk, long timeoutMillis)
-
Uses of XSiteStatePushCommand in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type XSiteStatePushCommand Modifier and Type Method Description CompletionStage<Void>
BackupReceiver. handleStateTransferState(XSiteStatePushCommand cmd)
It handles the state transfer state from a remote site.CompletionStage<Void>
ClusteredCacheBackupReceiver. handleStateTransferState(XSiteStatePushCommand cmd)
CompletionStage<Void>
LocalCacheBackupReceiver. handleStateTransferState(XSiteStatePushCommand cmd)
-