Deprecated API
Contents
-
Packages Package Description org.infinispan.commons.equivalence This package will be removed in a future version, Equivalence is no longer required for byte[]org.infinispan.io since 10.0
-
Interfaces Interface Description org.infinispan.commons.equivalence.Equivalence org.infinispan.commons.marshall.AdvancedExternalizer since 10.0, will be removed in a future release. Please configure aSerializationContextInitializer
and utilise ProtoStream annotations on Java objects instead, or specify a customMarshaller
implementation via the SerializationConfiguration.org.infinispan.commons.marshall.Externalizer since 10.0, will be removed in a future release. Please configure aSerializationContextInitializer
and utilise ProtoStream annotations on Java objects instead, or specify a customMarshaller
implementation via the SerializationConfiguration.org.infinispan.commons.marshall.StreamingMarshaller for internal use onlyorg.infinispan.commons.util.EvictionListener since 10.0 - This class is not used internally anymoreorg.infinispan.context.InvocationContextContainer Since 9.0, this interface is going to be moved to an internal package.org.infinispan.filter.KeyFilter since 9.3 This will be replaced byPredicate
in the futureorg.infinispan.jmx.MBeanServerLookup UseMBeanServerLookup
insteadorg.infinispan.marshall.core.MarshalledEntry since 10.0, useMarshallableEntry
org.infinispan.marshall.core.MarshalledEntryFactory since 10.0, useMarshallableEntryFactory
insteadorg.infinispan.metadata.InternalMetadata since 10.0org.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.query.remote.client.ProtostreamSerializationContextInitializer since 10.0, please provide aSerializationContextInitializer
implementation via the server's SerializationConfiguration.org.infinispan.transaction.lookup.TransactionManagerLookup UseTransactionManagerLookup
instead.org.infinispan.transaction.totalorder.TotalOrderLatch since 10.0. Total Order will be removed.
-
Enums Enum Description org.infinispan.transaction.TransactionProtocol since 10.0. Total Order will be removed.
-
Exceptions Exceptions Description org.infinispan.IllegalLifecycleStateException since 10.1 please useIllegalLifecycleStateException
instead
-
Annotation Types Annotation Type Description org.infinispan.commons.marshall.SerializeWith since 10.0, will be removed in a future release. Please configure aSerializationContextInitializer
and utilise ProtoStream annotations on Java objects instead, or specify a customMarshaller
implementation via the SerializationConfiguration.org.infinispan.factories.annotations.PostStart Since 9.4, please useStart
instead.
-
Fields Field Description org.infinispan.commons.dataconversion.WrapperIds.PROTOSTREAM_WRAPPER Replaced by PROTOBUF_WRAPPER. Will be removed in next minor version.org.infinispan.configuration.cache.PartitionHandlingConfiguration.ENABLED org.infinispan.configuration.global.GlobalConfiguration.DEFAULT_MARSHALL_VERSION Since 9.4, useVersion.getVersionShort()
instead.org.infinispan.factories.AbstractNamedCacheComponentFactory.componentRegistry org.infinispan.factories.KnownComponentNames.ASYNC_REPLICATION_QUEUE_EXECUTOR Since 9.0, no longer used.
-
Annotation Type Elements Annotation Type Element Description org.infinispan.factories.annotations.Start.priority() Since 10.0, will be removed in a future version.org.infinispan.factories.annotations.Stop.priority() Since 10.0, will be removed in a future version.