Uses of Class
org.jboss.cache.annotations.Compat

Packages that use Compat
org.jboss.cache   
org.jboss.cache.config   
org.jboss.cache.eviction   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
 

Uses of Compat in org.jboss.cache
 

Classes in org.jboss.cache with annotations of type Compat
 class Fqn<E>
          A Fully Qualified Name (Fqn) is a list of names (typically Strings but can be any Object), which represent a path to a particular Node or sometimes a Region in a Cache.
 class InvocationContext
          A context that holds information regarding the scope of a single invocation.
 interface Region
          Defines characteristics such as class loading and eviction of Nodes belonging to a Region in a Cache.
 

Methods in org.jboss.cache with annotations of type Compat
 Region RegionImpl.clone()
          Deprecated. 
 Region Region.clone()
          Deprecated.  
 EvictionPolicy RegionImpl.getEvictionPolicy()
          Deprecated. 
 EvictionPolicy Region.getEvictionPolicy()
          Deprecated.  
 EvictionPolicyConfig RegionImpl.getEvictionPolicyConfig()
          Deprecated. 
 EvictionPolicyConfig Region.getEvictionPolicyConfig()
          Deprecated.  
static CacheFactory DefaultCacheFactory.getInstance()
          Deprecated.  
 int RegionImpl.nodeEventQueueSize()
          Deprecated. 
 int Region.nodeEventQueueSize()
          Deprecated.  
 void RegionImpl.putNodeEvent(EvictedEventNode event)
          Deprecated. 
 void Region.putNodeEvent(EvictedEventNode event)
          Deprecated.  
 void RegionImpl.setEvictionPolicy(EvictionPolicyConfig evictionPolicyConfig)
          Deprecated. 
 void Region.setEvictionPolicy(EvictionPolicyConfig evictionPolicyConfig)
          Deprecated.  
 void RegionManager.startEvictionThread()
          Deprecated.  
 void RegionManager.stopEvictionThread()
          Deprecated.  
 EvictedEventNode RegionImpl.takeLastEventNode()
          Deprecated. 
 EvictedEventNode Region.takeLastEventNode()
          Deprecated.  
 

Constructors in org.jboss.cache with annotations of type Compat
Fqn(E... names)
          Deprecated. use Fqn.fromElements(Object[]) instead. This constructor will be removed in 3.0.0.
Fqn(Fqn<? extends E> base, E... childNames)
          Deprecated. use Fqn.fromRelativeElements(Fqn, Object[]) instead. This constructor will be removed in 3.0.0.
Fqn(Fqn<? extends E> base, Fqn<? extends E> relative)
          Deprecated. use Fqn.fromRelativeFqn(Fqn, Fqn) instead. This constructor will be removed in 3.0.0.
Fqn(List<? extends E> names)
          Deprecated. use Fqn.fromList(java.util.List) instead. This constructor will be removed in 3.0.0.
Fqn(List<? extends E> names, boolean safe)
          Deprecated. use Fqn.fromList(java.util.List) instead. The boolean "safety" hint is calculated internally. This constructor will be removed in 3.0.0.
 

Uses of Compat in org.jboss.cache.config
 

Methods in org.jboss.cache.config with annotations of type Compat
static void EvictionConfig.assertIsTransformable(String evictionPolicyClass)
          Deprecated. 
 

Uses of Compat in org.jboss.cache.eviction
 

Classes in org.jboss.cache.eviction with annotations of type Compat
 class EvictedEventNode
          Deprecated. please use EvictionEvent instead.
 

Methods in org.jboss.cache.eviction with annotations of type Compat
 void EvictionAlgorithmConfigBase.setMinTimeToLiveSeconds(long time)
          Deprecated. 
 void LRUAlgorithmConfig.setTimeToLiveSeconds(long time)
          Deprecated. 
 void ExpirationAlgorithmConfig.setTimeToLiveSeconds(long time)
          Deprecated. 
 

Uses of Compat in org.jboss.cache.factories
 

Classes in org.jboss.cache.factories with annotations of type Compat
 class CacheConfigsXmlParser
          Deprecated. here for compatibility reasons. Use the class with the same name in the org.jboss.cache.config.parsing package.
 

Uses of Compat in org.jboss.cache.interceptors
 

Classes in org.jboss.cache.interceptors with annotations of type Compat
 class LegacyCacheStoreInterceptor
          Deprecated. 
 



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