Uses of Package
org.jboss.cache.eviction

Packages that use org.jboss.cache.eviction
org.jboss.cache   
org.jboss.cache.aop.eviction   
org.jboss.cache.aop.interceptors   
org.jboss.cache.eviction   
org.jboss.cache.interceptors   
 

Classes in org.jboss.cache.eviction used by org.jboss.cache
EvictionPolicy
          Generic eviction policy interface.
RegionManager
          Factory to create region from configuration, to track region, and to resolve naming conflict for regions.
 

Classes in org.jboss.cache.eviction used by org.jboss.cache.aop.eviction
BaseEvictionAlgorithm
          Abstract Event Processing Eviction Algorithm.
BaseEvictionPolicy
          Base class implementation of EvictionPolicy and TreeCacheListener.
EvictionAlgorithm
          Interface for all eviction algorithms.
EvictionPolicy
          Generic eviction policy interface.
LRUAlgorithm
          Least recently Used algorithm to purge old data.
LRUPolicy
          Provider to provide eviction policy.
 

Classes in org.jboss.cache.eviction used by org.jboss.cache.aop.interceptors
EvictedEventNode
          Value object used in evicted event node queue.
 

Classes in org.jboss.cache.eviction used by org.jboss.cache.eviction
BaseEvictionAlgorithm
          Abstract Event Processing Eviction Algorithm.
BaseEvictionPolicy
          Base class implementation of EvictionPolicy and TreeCacheListener.
BaseSortedEvictionAlgorithm
          An abstract SortedEvictionAlgorithm.
EvictedEventNode
          Value object used in evicted event node queue.
EvictionAlgorithm
          Interface for all eviction algorithms.
EvictionConfiguration
          Eviction Configuration Interface.
EvictionException
           
EvictionPolicy
          Generic eviction policy interface.
EvictionQueue
          Eviction Queue interface defines a contract for the Eviction Queue implementations used by EvictionPolicies.
LRUConfiguration
          LRU Configuration implementation.
NodeEntry
          Value object used in queue
Region
          A region is a collection of tree cache nodes that share the same eviction policy configurations, e.g., maxNodes, etc.
RegionManager
          Factory to create region from configuration, to track region, and to resolve naming conflict for regions.
RegionNameConflictException
          Region name conflicts with pre-existing regions.
SortedEvictionQueue
          Sorted Eviction Queue implementation.
 

Classes in org.jboss.cache.eviction used by org.jboss.cache.interceptors
EvictedEventNode
          Value object used in evicted event node queue.
RegionManager
          Factory to create region from configuration, to track region, and to resolve naming conflict for regions.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.