Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.xsite.BackupSender

Packages that use BackupSender
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.interceptors.xsite   
org.infinispan.xsite   
 

Uses of BackupSender in org.infinispan.commands
 

Methods in org.infinispan.commands with parameters of type BackupSender
 void CommandsFactoryImpl.setupDependencies(DataContainer container, CacheNotifier notifier, Cache<Object,Object> cache, InterceptorChain interceptorChain, DistributionManager distributionManager, InvocationContextContainer icc, TransactionTable txTable, Configuration configuration, Map<Byte,ModuleCommandInitializer> moduleCommandInitializers, RecoveryManager recoveryManager, StateProvider stateProvider, StateConsumer stateConsumer, LockManager lockManager, InternalEntryFactory entryFactory, MapReduceManager mapReduceManager, StateTransferManager stm, BackupSender backupSender, CancellationService cancellationService)
           
 

Uses of BackupSender in org.infinispan.interceptors.xsite
 

Fields in org.infinispan.interceptors.xsite declared as BackupSender
protected  BackupSender BaseBackupInterceptor.backupSender
           
 

Uses of BackupSender in org.infinispan.xsite
 

Classes in org.infinispan.xsite that implement BackupSender
 class BackupSenderImpl
           
 

Methods in org.infinispan.xsite with parameters of type BackupSender
 void XSiteAdminCommand.init(BackupSender backupSender)
           
 void XSiteAdminOperations.init(RpcManager rpcManager, BackupSender backupSender, Cache cache)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.