Interface and Description |
---|
org.jboss.cache.optimistic.DataVersion
this is to support a deprecated locking scheme (Optimistic Locking). Will be removed when Optimistic Locking support is removed.
|
org.jboss.cache.eviction.EvictionPolicy
please use
EvictionActionPolicy instead. |
org.jboss.cache.config.EvictionPolicyConfig |
org.jboss.cache.jmx.LegacyConfiguration |
org.jboss.cache.eviction.ModernizableConfig |
org.jboss.cache.eviction.ModernizablePolicy |
org.jboss.cache.lock.NodeLock
will be removed when we drop support for Pessimistic Locking and Optimistic Locking
|
org.jboss.cache.commands.legacy.ReversibleCommand
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.optimistic.TransactionWorkspace
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.optimistic.WorkspaceNode
will be removed along with optimistic and pessimistic locking.
|
Enum and Description |
---|
org.jboss.cache.eviction.EvictionEventType
left here for old interfaces. Use
EvictionEvent.Type instead. |
Constructor and Description |
---|
org.jboss.cache.config.EvictionConfig(String)
Use
EvictionConfig.EvictionConfig(EvictionRegionConfig) instead. |
org.jboss.cache.config.EvictionRegionConfig(Fqn, EvictionPolicyConfig) |
org.jboss.cache.Fqn(E...)
use
Fqn.fromElements(Object[]) instead. This constructor will be removed in 3.0.0. |
org.jboss.cache.Fqn(Fqn<? extends E>, E...)
use
Fqn.fromRelativeElements(Fqn, Object[]) instead. This constructor will be removed in 3.0.0. |
org.jboss.cache.Fqn(Fqn<? extends E>, Fqn<? extends E>)
use
Fqn.fromRelativeFqn(Fqn, Fqn) instead. This constructor will be removed in 3.0.0. |
org.jboss.cache.Fqn(List<? extends E>)
use
Fqn.fromList(java.util.List) instead. This constructor will be removed in 3.0.0. |
org.jboss.cache.Fqn(Object[], boolean)
use
Fqn.fromList(java.util.List) instead. The boolean "safety" hint is calculated internally.
This constructor will be removed in 3.0.0. |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.