org.infinispan.eviction
Interface PassivationManager

All Known Implementing Classes:
PassivationManagerImpl

@ThreadSafe
public interface PassivationManager

A passivation manager

Version:
4.1
Author:
Manik Surtani

Method Summary
 long getPassivationCount()
           
 boolean isEnabled()
           
 void passivate(Object key, InternalCacheEntry entry, InvocationContext ctx)
           
 void resetPassivationCount()
           
 

Method Detail

isEnabled

boolean isEnabled()

passivate

void passivate(Object key,
               InternalCacheEntry entry,
               InvocationContext ctx)
               throws CacheLoaderException
Throws:
CacheLoaderException

getPassivationCount

long getPassivationCount()

resetPassivationCount

void resetPassivationCount()

Google Analytics

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