Uses of Package
org.jboss.cache.eviction

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

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.eviction
AopEvictionPolicy
          Just a maker interface for TreeCacheAop-specific eviction algorithm.
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.
LRUAlgorithm
          Least recently Used algorithm to purge old data.
LRUPolicy
          Provider to provide eviction policy.
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.
 



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