Uses of Interface
org.infinispan.eviction.EvictionManager

Packages that use EvictionManager
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.container Data containers which store cache entries. 
org.infinispan.eviction Classes related to eviction. 
 

Uses of EvictionManager in org.infinispan
 

Methods in org.infinispan that return EvictionManager
 EvictionManager CacheImpl.getEvictionManager()
           
 EvictionManager AdvancedCache.getEvictionManager()
           
 EvictionManager AbstractDelegatingAdvancedCache.getEvictionManager()
           
 

Methods in org.infinispan with parameters of type EvictionManager
 void CacheImpl.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, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator, LockManager lockManager)
           
 

Uses of EvictionManager in org.infinispan.container
 

Methods in org.infinispan.container with parameters of type EvictionManager
 void DefaultDataContainer.initialize(EvictionManager evictionManager, PassivationManager passivator)
           
 

Uses of EvictionManager in org.infinispan.eviction
 

Classes in org.infinispan.eviction that implement EvictionManager
 class EvictionManagerImpl
           
 


-->

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