Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.loaders.CacheLoaderManager

Packages that use CacheLoaderManager
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.container Data containers which store cache entries. 
org.infinispan.distexec.mapreduce   
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.commands
 

Constructors in org.infinispan.commands with parameters of type CacheLoaderManager
RemoveCacheCommand(String cacheName, EmbeddedCacheManager cacheManager, GlobalComponentRegistry registry, CacheLoaderManager cacheLoaderManager)
           
 

Uses of CacheLoaderManager in org.infinispan.container
 

Methods in org.infinispan.container with parameters of type CacheLoaderManager
 void DefaultDataContainer.initialize(EvictionManager evictionManager, PassivationManager passivator, InternalEntryFactory entryFactory, ActivationManager activator, CacheLoaderManager clm)
           
 

Uses of CacheLoaderManager in org.infinispan.distexec.mapreduce
 

Methods in org.infinispan.distexec.mapreduce with parameters of type CacheLoaderManager
 void MapReduceManagerImpl.init(EmbeddedCacheManager cacheManager, CacheLoaderManager cacheLoaderManager, ExecutorService asyncTransportExecutor)
           
 

Uses of CacheLoaderManager in org.infinispan.eviction
 

Methods in org.infinispan.eviction with parameters of type CacheLoaderManager
 void EvictionManagerImpl.initialize(ScheduledExecutorService executor, Cache cache, Configuration cfg, DataContainer dataContainer, CacheLoaderManager cacheLoaderManager, CacheNotifier cacheNotifier)
           
 void PassivationManagerImpl.inject(CacheLoaderManager cacheLoaderManager, CacheNotifier notifier, Configuration cfg, DataContainer container)
           
 void ActivationManagerImpl.inject(CacheLoaderManager clm, Configuration cfg)
           
 

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, InternalEntryFactory entryFactory, TransactionManager transactionManager)
           
protected  void CacheLoaderInterceptor.injectDependencies(CacheLoaderManager clm, EntryFactory entryFactory, CacheNotifier notifier)
           
 

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 StateProviderImpl.init(Cache cache, ExecutorService executorService, Configuration configuration, RpcManager rpcManager, CommandsFactory commandsFactory, CacheNotifier cacheNotifier, CacheLoaderManager cacheLoaderManager, DataContainer dataContainer, TransactionTable transactionTable, StateTransferLock stateTransferLock, StateConsumer stateConsumer)
           
 void StateConsumerImpl.init(Cache cache, ExecutorService executorService, StateTransferManager stateTransferManager, InterceptorChain interceptorChain, InvocationContextContainer icc, Configuration configuration, RpcManager rpcManager, TransactionManager transactionManager, CommandsFactory commandsFactory, CacheLoaderManager cacheLoaderManager, DataContainer dataContainer, TransactionTable transactionTable, StateTransferLock stateTransferLock, CacheNotifier cacheNotifier)
           
 

Constructors in org.infinispan.statetransfer with parameters of type CacheLoaderManager
OutboundTransferTask(Address destination, Set<Integer> segments, int stateTransferChunkSize, int topologyId, ConsistentHash readCh, StateProviderImpl stateProvider, DataContainer dataContainer, CacheLoaderManager cacheLoaderManager, RpcManager rpcManager, CommandsFactory commandsFactory, long timeout, String cacheName)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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