Deprecated API
Contents
-
Interfaces Interface Description org.infinispan.atomic.CopyableDeltaAware since 9.1org.infinispan.atomic.Delta since 9.1org.infinispan.atomic.DeltaAware since 9.1org.infinispan.container.entries.StateChangingEntry since 9.0org.infinispan.context.InvocationContextContainer Since 9.0, this interface is going to be moved to an internal package.org.infinispan.distexec.DistributedExecutorService since 9.1 Please useClusterExecutor
orCacheStream
instead.org.infinispan.filter.KeyFilter since 9.3 This will be replaced byPredicate
in the futureorg.infinispan.jmx.MBeanServerLookup UseMBeanServerLookup
insteadorg.infinispan.lifecycle.Lifecycle useLifecycle
insteadorg.infinispan.persistence.spi.AdvancedCacheLoader.CacheLoaderTask since 9.3 The process method is deprecated and thus this class shouldn't be in use any moreorg.infinispan.persistence.spi.AdvancedCacheLoader.TaskContext since 9.3 The process method is no longer suggested and thus this class shouldn't be in use any moreorg.infinispan.transaction.lookup.TransactionManagerLookup UseTransactionManagerLookup
instead.org.infinispan.util.function.RemovableFunction since 9.2.1 this interface is no longer supported as we don't support remove operation on iterators produced from a Stream
-
Annotation Types Annotation Type Description org.infinispan.factories.annotations.PostStart Since 9.4, please useStart
instead.