Uses of Class
org.jboss.cache.eviction.EvictedEventNode

Packages that use EvictedEventNode
org.jboss.cache   
org.jboss.cache.eviction   
 

Uses of EvictedEventNode in org.jboss.cache
 

Methods in org.jboss.cache that return EvictedEventNode
 EvictedEventNode RegionImpl.takeLastEventNode()
           
 EvictedEventNode Region.takeLastEventNode()
          Returns the most recent EvictedEventNode added to the event queue by Region.putNodeEvent(EvictedEventNode).
 

Methods in org.jboss.cache with parameters of type EvictedEventNode
 void RegionImpl.putNodeEvent(EvictedEventNode event)
           
 void Region.putNodeEvent(EvictedEventNode event)
          Adds an EvictedEventNode to the internal queue for processing by the eviction thread.
 

Uses of EvictedEventNode in org.jboss.cache.eviction
 

Methods in org.jboss.cache.eviction that return EvictedEventNode
 EvictedEventNode EvictedEventNode.clone(Fqn cloneFqn)
           
 

Methods in org.jboss.cache.eviction with parameters of type EvictedEventNode
protected  void BaseEvictionAlgorithm.processAddedElement(EvictedEventNode evictedEventNode)
           
protected  void BaseEvictionAlgorithm.processAddedNodes(EvictedEventNode evictedEventNode)
          Convenience method, which calls #processAddedNodes(EvictedEventNode, int, boolean) using values in the evictedEventNode for number of added elements and the resetElementCount flag.
protected  void BaseEvictionAlgorithm.processAddedNodes(EvictedEventNode evictedEventNode, int numAddedElements)
           
protected  void BaseEvictionAlgorithm.processRemovedElement(EvictedEventNode evictedEventNode)
           
protected  void BaseEvictionAlgorithm.processRemovedNodes(EvictedEventNode evictedEventNode)
          Remove a node from cache.
protected  void MRUAlgorithm.processVisitedNodes(EvictedEventNode evictedEventNode)
           
protected  void BaseEvictionAlgorithm.processVisitedNodes(EvictedEventNode evictedEventNode)
          Visit a node in cache.
 



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