Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.config | |
org.jboss.cache.eviction | |
org.jboss.cache.factories | |
org.jboss.cache.interceptors |
Modifier and Type | Class and Description |
---|---|
class |
Fqn<E>
|
class |
InvocationContext
A context that holds information regarding the scope of a single invocation.
|
interface |
Region
|
Modifier and Type | Method and Description |
---|---|
Region |
Region.clone()
Deprecated.
|
Region |
RegionImpl.clone()
Deprecated.
|
static <T> Fqn<T> |
Fqn.fromList(List<? extends T> names,
boolean safe)
Retrieves an Fqn that represents the list of elements passed in.
|
EvictionPolicy |
Region.getEvictionPolicy()
Deprecated.
|
EvictionPolicy |
RegionImpl.getEvictionPolicy()
Deprecated.
|
EvictionPolicyConfig |
Region.getEvictionPolicyConfig()
Deprecated.
|
EvictionPolicyConfig |
RegionImpl.getEvictionPolicyConfig()
Deprecated.
|
static CacheFactory |
DefaultCacheFactory.getInstance()
Deprecated.
|
int |
Region.nodeEventQueueSize()
Deprecated.
|
int |
RegionImpl.nodeEventQueueSize()
Deprecated.
|
void |
Region.putNodeEvent(EvictedEventNode event)
Deprecated.
|
void |
RegionImpl.putNodeEvent(EvictedEventNode event)
Deprecated.
|
void |
Region.setEvictionPolicy(EvictionPolicyConfig evictionPolicyConfig)
Deprecated.
|
void |
RegionImpl.setEvictionPolicy(EvictionPolicyConfig evictionPolicyConfig)
Deprecated.
|
void |
RegionManager.startEvictionThread()
Deprecated.
|
void |
RegionManager.stopEvictionThread()
Deprecated.
|
EvictedEventNode |
Region.takeLastEventNode()
Deprecated.
|
EvictedEventNode |
RegionImpl.takeLastEventNode()
Deprecated.
|
Constructor and Description |
---|
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(Object[] 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. |
Modifier and Type | Method and Description |
---|---|
static void |
EvictionConfig.assertIsTransformable(String evictionPolicyClass)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
EvictedEventNode
Deprecated.
please use
EvictionEvent instead. |
Modifier and Type | Method and Description |
---|---|
void |
EvictionAlgorithmConfigBase.setMinTimeToLiveSeconds(long time)
Deprecated.
|
void |
ExpirationAlgorithmConfig.setTimeToLiveSeconds(long time)
Deprecated.
|
void |
LRUAlgorithmConfig.setTimeToLiveSeconds(long time)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheConfigsXmlParser
Deprecated.
here for compatibility reasons. Use the class with the same name in the org.jboss.cache.config.parsing package.
|
Modifier and Type | Class and Description |
---|---|
class |
LegacyCacheStoreInterceptor
Deprecated.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.