Uses of Class
org.infinispan.xsite.statetransfer.XSiteStatePushCommand
Packages that use XSiteStatePushCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
This is the private xsite package.
-
Uses of XSiteStatePushCommand in org.infinispan.commands
Methods in org.infinispan.commands that return XSiteStatePushCommandModifier and TypeMethodDescriptionCommandsFactory.buildXSiteStatePushCommand(XSiteState[] chunk, long timeoutMillis) Builds XSiteStatePushCommand used to transfer a single chunk of data between sites.CommandsFactoryImpl.buildXSiteStatePushCommand(XSiteState[] chunk, long timeoutMillis) -
Uses of XSiteStatePushCommand in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type XSiteStatePushCommandModifier and TypeMethodDescriptionBackupReceiver.handleStateTransferState(XSiteStatePushCommand cmd) It handles the state transfer state from a remote site.ClusteredCacheBackupReceiver.handleStateTransferState(XSiteStatePushCommand cmd)