org.jboss.cache.eviction.BaseEvictionPolicy
|
org.jboss.cache.transaction.BatchModeTransactionManagerLookup
Use batching API on Cache instead.
|
org.jboss.cache.factories.CacheConfigsXmlParser
here for compatibility reasons. Use the class with the same name in the org.jboss.cache.config.parsing package.
|
org.jboss.cache.commands.legacy.write.CreateNodeCommand
will be removed when pessimistic locking is removed.
|
org.jboss.cache.optimistic.DefaultDataVersion
this is to support a deprecated locking scheme (Optimistic Locking). Will be removed when Optimistic Locking support is removed.
|
org.jboss.cache.eviction.ElementSizeConfiguration
|
org.jboss.cache.eviction.ElementSizePolicy
see ElementSizeAlgorithm
|
org.jboss.cache.eviction.EvictedEventNode
|
org.jboss.cache.eviction.EvictionPolicyConfigBase
|
org.jboss.cache.eviction.ExpirationConfiguration
|
org.jboss.cache.eviction.ExpirationPolicy
see ExpirationAlgorithm
|
org.jboss.cache.eviction.FIFOConfiguration
|
org.jboss.cache.eviction.FIFOPolicy
see FIFOAlgorithm
|
org.jboss.cache.lock.IdentityLock
will be removed when we drop support for Pessimistic Locking and Optimistic Locking
|
org.jboss.cache.interceptors.Interceptor
this will be removed in a 3.x release. Please use CommandInterceptor instead, since it provides strongly typed callbacks which are more efficient.
|
org.jboss.cache.loader.JDBCCacheLoaderOld
|
org.jboss.cache.loader.JDBCCacheLoaderOldConfig
please use JDBCCacheLoaderConfig
|
org.jboss.cache.jmx.JmxUtil |
org.jboss.cache.interceptors.LegacyActivationInterceptor
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.interceptors.LegacyCacheLoaderInterceptor
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.interceptors.LegacyCacheStoreInterceptor |
org.jboss.cache.interceptors.LegacyDataGravitatorInterceptor
will be removed with optimistic and pessimistic locking.
|
org.jboss.cache.commands.legacy.write.LegacyEvictCommand
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.commands.legacy.read.LegacyGravitateDataCommand
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.invocation.LegacyInvocationContext
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.interceptors.LegacyPassivationInterceptor
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.LegacyRegionManagerImpl
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.statetransfer.LegacyStateTransferGenerator |
org.jboss.cache.statetransfer.LegacyStateTransferIntegrator |
org.jboss.cache.statetransfer.LegacyStateTransferManager |
org.jboss.cache.eviction.LFUConfiguration
|
org.jboss.cache.eviction.LFUPolicy
see LFUAlgorithm
|
org.jboss.cache.eviction.LRUConfiguration
|
org.jboss.cache.eviction.LRUPolicy
see LRUAlgorithm
|
org.jboss.cache.marshall.MethodCall
|
org.jboss.cache.eviction.MRUConfiguration
|
org.jboss.cache.eviction.MRUPolicy
see MRUAlgorithm
|
org.jboss.cache.lock.NodeBasedLockManager
since this is specific to legacy locking schemes
|
org.jboss.cache.eviction.NullEvictionPolicy
see NullEvictionAlgorithm
|
org.jboss.cache.eviction.NullEvictionPolicyConfig
|
org.jboss.cache.commands.OptimisticCommandsFactoryImpl
will be removed with opt locking
|
org.jboss.cache.factories.context.OptimisticContextFactory
will be removed when optimistic locking is removed.
|
org.jboss.cache.interceptors.OptimisticCreateIfNotExistsInterceptor
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.interceptors.OptimisticInterceptor
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.interceptors.OptimisticLockingInterceptor
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.optimistic.OptimisticNodeFactory
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.interceptors.OptimisticNodeInterceptor
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.interceptors.OptimisticReplicationInterceptor
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.transaction.OptimisticTransactionContext
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.interceptors.OptimisticTxInterceptor
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.interceptors.OptimisticValidatorInterceptor
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.commands.legacy.write.PessClearDataCommand
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.commands.legacy.read.PessGetChildrenNamesCommand
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.commands.PessimisticCommandsFactoryImpl
will be removed with possimistic locking
|
org.jboss.cache.factories.context.PessimisticContextFactory
will be removed when pessimistic locking is removed.
|
org.jboss.cache.interceptors.PessimisticLockInterceptor
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.lock.PessimisticNodeBasedLockManager
will be removed with pessimistic locking
|
org.jboss.cache.PessimisticNodeFactory
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.transaction.PessimisticTransactionContext
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.PessimisticUnversionedNode
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.commands.legacy.write.PessMoveCommand
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.commands.legacy.write.PessPutDataMapCommand
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.commands.legacy.write.PessPutForExternalReadCommand
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.commands.legacy.write.PessPutKeyValueCommand
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.commands.legacy.write.PessRemoveKeyCommand
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.commands.legacy.write.PessRemoveNodeCommand
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.optimistic.TransactionWorkspaceImpl
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.commands.legacy.write.VersionedInvalidateCommand
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.VersionedNode
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.optimistic.WorkspaceNodeImpl
will be removed along with optimistic and pessimistic locking.
|
org.jboss.cache.config.parsing.XmlConfigurationParser2x |