Uses of Interface
org.infinispan.loaders.CacheLoaderManager

Packages that use CacheLoaderManager
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.eviction Classes related to eviction. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
 

Uses of CacheLoaderManager in org.infinispan.distribution
 

Methods in org.infinispan.distribution with parameters of type CacheLoaderManager
 void DistributionManagerImpl.init(Configuration configuration, RpcManager rpcManager, CacheManagerNotifier notifier, CommandsFactory cf, DataContainer dataContainer, InterceptorChain interceptorChain, InvocationContextContainer icc, CacheLoaderManager cacheLoaderManager)
           
 

Uses of CacheLoaderManager in org.infinispan.eviction
 

Methods in org.infinispan.eviction with parameters of type CacheLoaderManager
 void EvictionManagerImpl.initialize(ScheduledExecutorService executor, Configuration configuration, Cache<Object,Object> cache, DataContainer dataContainer, CacheLoaderManager cacheLoaderManager)
           
 

Uses of CacheLoaderManager in org.infinispan.interceptors
 

Fields in org.infinispan.interceptors declared as CacheLoaderManager
protected  CacheLoaderManager CacheLoaderInterceptor.clm
           
 

Methods in org.infinispan.interceptors with parameters of type CacheLoaderManager
protected  void CacheStoreInterceptor.init(CacheLoaderManager loaderManager)
           
protected  void CacheLoaderInterceptor.injectDependencies(CacheLoaderManager clm, DataContainer dataContainer, EntryFactory entryFactory, CacheNotifier notifier)
           
 void PassivationInterceptor.setDependencies(CacheNotifier notifier, CacheLoaderManager cacheLoaderManager, DataContainer dataContainer)
           
 

Uses of CacheLoaderManager in org.infinispan.loaders
 

Classes in org.infinispan.loaders that implement CacheLoaderManager
 class CacheLoaderManagerImpl
           
 

Uses of CacheLoaderManager in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type CacheLoaderManager
 void StateTransferManagerImpl.injectDependencies(RpcManager rpcManager, AdvancedCache cache, Configuration configuration, DataContainer dataContainer, CacheLoaderManager clm, Marshaller marshaller, TransactionLog transactionLog, InterceptorChain interceptorChain, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory, TransactionTable txTable)
           
 


Google Analytics

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