| Interface and Description |
|---|
| org.infinispan.lifecycle.Lifecycle
use
Lifecycle instead |
| Class and Description |
|---|
| org.infinispan.AbstractDelegatingAdvancedCache
Extend from
AbstractDelegatingAdvancedCache
instead. This class will be removed in the future. |
| org.infinispan.AbstractDelegatingCache
Extend from
AbstractDelegatingCache
instead. This class will be removed in the future. |
| org.infinispan.manager.AbstractDelegatingEmbeddedCacheManager
Extend from
AbstractDelegatingEmbeddedCacheManager
instead. This class will be removed in the future. |
| org.infinispan.interceptors.base.BaseCustomInterceptor
Since 9.0, use
BaseCustomAsyncInterceptor instead. |
| org.infinispan.io.ByteBufferImpl |
| org.infinispan.interceptors.base.CommandInterceptor
Since 9.0, please extend
BaseAsyncInterceptor instead. |
| org.infinispan.io.ExposedByteArrayOutputStream |
| org.infinispan.affinity.KeyAffinityServiceImpl
Extend from
KeyAffinityServiceImpl
instead. This class will be removed in the future. |
| org.infinispan.interceptors.base.PrePostProcessingCommandInterceptor
Since 9.0, please extend
AsyncInterceptor instead. |
| org.infinispan.configuration.cache.SingletonStoreConfiguration
Singleton writers will be removed in 10.0. If it is desirable that all nodes don't write to the underlying store
then a shared store should be used instead, as this only performs store writes at a key's primary owner.
|
| org.infinispan.configuration.cache.SingletonStoreConfigurationBuilder
Singleton writers will be removed in 10.0. If it is desirable that all nodes don't write to the underlying store
then a shared store should be used instead, as this only performs store writes at a key's primary owner.
|
| org.infinispan.configuration.cache.SyncConfiguration
Since 9.0, the
replTimeout attribute is now ClusteringConfiguration.remoteTimeout. |
| org.infinispan.configuration.cache.SyncConfigurationBuilder
Since 9.0, the
replTimeout attribute is now ClusteringConfigurationBuilder.remoteTimeout. |
| Constructor and Description |
|---|
| org.infinispan.configuration.cache.AbstractStoreConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties)
Use {@link AbstractStoreConfiguration#AbstractStoreConfiguration(AttributeSet, AsyncStoreConfiguration, SingletonStoreConfiguration) instead
|
| org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder(PersistenceConfigurationBuilder) |
| org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration(Properties) |
| org.infinispan.manager.DefaultCacheManager(String, String, String, boolean) |
| Enum Constant and Description |
|---|
| org.infinispan.eviction.EvictionStrategy.FIFO |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.