org.infinispan.eviction
Class PassivationManagerImpl
java.lang.Object
org.infinispan.eviction.PassivationManagerImpl
- All Implemented Interfaces:
- PassivationManager
public class PassivationManagerImpl
- extends Object
- implements PassivationManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PassivationManagerImpl
public PassivationManagerImpl()
inject
public void inject(CacheLoaderManager cacheLoaderManager,
CacheNotifier notifier,
Configuration cfg)
start
public void start()
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface PassivationManager
passivate
public void passivate(Object key,
InternalCacheEntry entry,
InvocationContext ctx)
throws CacheLoaderException
- Specified by:
passivate in interface PassivationManager
- Throws:
CacheLoaderException
getPassivationCount
public long getPassivationCount()
- Specified by:
getPassivationCount in interface PassivationManager
resetPassivationCount
public void resetPassivationCount()
- Specified by:
resetPassivationCount in interface PassivationManager
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.