Uses of Class
org.jboss.cache.eviction.EvictionEvent.Type

Packages that use EvictionEvent.Type
org.jboss.cache   
org.jboss.cache.eviction   
 

Uses of EvictionEvent.Type in org.jboss.cache
 

Methods in org.jboss.cache with parameters of type EvictionEvent.Type
 EvictionEvent RegionImpl.registerEvictionEvent(Fqn fqn, EvictionEvent.Type eventType)
           
 EvictionEvent Region.registerEvictionEvent(Fqn fqn, EvictionEvent.Type eventType)
          An overloaded version of Region.registerEvictionEvent(Fqn, org.jboss.cache.eviction.EvictionEvent.Type, int) which uses a default elementDifference value.
 EvictionEvent RegionImpl.registerEvictionEvent(Fqn fqn, EvictionEvent.Type eventType, int elementDifference)
           
 EvictionEvent Region.registerEvictionEvent(Fqn fqn, EvictionEvent.Type eventType, int elementDifference)
          Registers an eviction event on the region's eviction event queue for later processing by Region.processEvictionQueues().
 

Uses of EvictionEvent.Type in org.jboss.cache.eviction
 

Methods in org.jboss.cache.eviction that return EvictionEvent.Type
 EvictionEvent.Type EvictionEvent.getEventType()
           
static EvictionEvent.Type EvictionEvent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EvictionEvent.Type[] EvictionEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.cache.eviction with parameters of type EvictionEvent.Type
 boolean NullEvictionAlgorithm.canIgnoreEvent(EvictionEvent.Type eventType)
           
 boolean ExpirationAlgorithm.canIgnoreEvent(EvictionEvent.Type eventType)
           
 boolean EvictionAlgorithm.canIgnoreEvent(EvictionEvent.Type eventType)
          Tests whether the algorithm would ignore certain event types on certain Fqns.
 boolean BaseEvictionAlgorithm.canIgnoreEvent(EvictionEvent.Type eventType)
           
 void EvictionEvent.setEventType(EvictionEvent.Type event)
           
 

Constructors in org.jboss.cache.eviction with parameters of type EvictionEvent.Type
EvictedEventNode(Fqn fqn, EvictionEvent.Type type, int elementDifference)
          Deprecated.  
EvictionEvent(Fqn fqn, EvictionEvent.Type type, int elementDifference)
           
 



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