Uses of Interface
org.infinispan.statetransfer.StateTransferManager

Packages that use StateTransferManager
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
 

Uses of StateTransferManager in org.infinispan
 

Methods in org.infinispan with parameters of type StateTransferManager
 void CacheDelegate.injectDependencies(EvictionManager evictionManager, InvocationContextContainer icc, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, StreamingMarshaller marshaller, ResponseGenerator responseGenerator, DistributionManager distributionManager, EmbeddedCacheManager cacheManager, StateTransferManager stateTransferManager, ExecutorService asyncExecutor)
           
 

Uses of StateTransferManager in org.infinispan.statetransfer
 

Classes in org.infinispan.statetransfer that implement StateTransferManager
 class StateTransferManagerImpl
           
 


-->

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