Uses of Class
org.infinispan.xsite.statetransfer.XSiteStatePushCommand
-
Packages that use XSiteStatePushCommand Package Description org.infinispan.xsite -
-
Uses of XSiteStatePushCommand in org.infinispan.xsite
Methods in org.infinispan.xsite that return XSiteStatePushCommand Modifier and Type Method Description protected static XSiteStatePushCommandBaseBackupReceiver. newStatePushCommand(AdvancedCache<?,?> cache, java.util.List<XSiteState> stateList)Methods in org.infinispan.xsite with parameters of type XSiteStatePushCommand Modifier and Type Method Description voidBackupReceiver. handleStateTransferState(XSiteStatePushCommand cmd)It handles the state transfer state from a remote site.voidClusteredCacheBackupReceiver. handleStateTransferState(XSiteStatePushCommand cmd)voidLocalCacheBackupReceiver. handleStateTransferState(XSiteStatePushCommand cmd)
-