| Class and Description |
|---|
| org.apache.ignite.spi.communication.tcp.AttributeNames
fix it in the ticket https://ggsystems.atlassian.net/browse/GG-29546
|
| org.apache.ignite.cache.store.hibernate.CacheHibernateBlobStore
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.store.hibernate.CacheHibernateBlobStoreEntry
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.store.hibernate.CacheHibernateBlobStoreFactory
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.store.hibernate.CacheHibernateStoreSessionListener
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.events.ClusterActivationEvent
Use
ClusterStateChangeEvent instead. |
| org.apache.ignite.DataRegionMetricsAdapter
Use
GridMetricManager instead. |
| org.apache.ignite.DataStorageMetricsAdapter
Use
GridMetricManager instead. |
| org.apache.ignite.cache.hibernate.HibernateAbstractRegionAccessStrategy
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateAccessStrategyAdapter
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateAccessStrategyFactory
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateCacheProxy
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateCollectionRegion
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateEntityRegion
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateGeneralDataRegion
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateKeyWrapper
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateNaturalIdRegion
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateNonStrictAccessStrategy
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateQueryResultsRegion
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateReadOnlyAccessStrategy
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateReadWriteAccessStrategy
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateRegion
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateRegionFactory
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateTimestampsRegion
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateTransactionalAccessStrategy
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.HibernateTransactionalDataRegion
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.IgniteCachedDomainDataAccess
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.IgniteCollectionDataAccess
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.IgniteDomainDataRegion
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.IgniteEntityDataAccess
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.IgniteGeneralDataRegion
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.IgniteNaturalIdDataAccess
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.IgniteQueryResultsRegion
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.cache.hibernate.IgniteTimestampsRegion
The Hibernate L2 cache integration is deprecated and will be removed in a future release.
|
| org.apache.ignite.configuration.MemoryConfiguration
Use
DataStorageConfiguration instead. |
| org.apache.ignite.configuration.MemoryPolicyConfiguration
Use
DataRegionConfiguration instead. |
| org.apache.ignite.configuration.OdbcConfiguration |
| org.apache.ignite.configuration.PersistentStoreConfiguration
Use
DataStorageConfiguration instead. |
| org.gridgain.grid.configuration.SnapshotsCatalogConnectorConfiguration
Snapshot Catalog functionality was removed from GridGain completely as obsolete.
Providing configuration for Catalog Connector won't have any effect.
|
| org.apache.ignite.configuration.SqlConnectorConfiguration |
| org.apache.ignite.cache.query.SqlQuery
Since 2.8, please use
SqlFieldsQuery instead. |
| org.gridgain.grid.persistentstore.snapshot.file.ZipCompressionTask
This class was not intended to be public API and is planned to be deleted. To manage snapshot compression
via java API:
snapshot-utility.sh|bat:
|
| Annotation Type and Description |
|---|
| org.apache.ignite.lang.IgniteAsyncSupported
since 2.0. Please use specialized asynchronous methods.
|
| org.apache.ignite.mxbean.MXBeanParametersDescriptions
Use
MXBeanParameter instead. |
| org.apache.ignite.mxbean.MXBeanParametersNames
Use
MXBeanParameter instead. |
| org.gridgain.grid.dr.store.SyncronousFstAwareStore
Synchronous state transfer uses dedicated FST buffer.
|
| Constructor and Description |
|---|
| org.gridgain.grid.cache.dr.CacheDrStateTransfer(IgniteUuid, Collection<Byte>) |
| org.gridgain.grid.security.SecuritySubjectAdapter(UUID, SecuritySubjectType, Object, InetSocketAddress, SecurityPermissionSet) |
| Enum Constant and Description |
|---|
| org.apache.ignite.configuration.WALMode.DEFAULT
This mode is no longer default and left here only for API compatibility. It is equivalent to the
FSYNC mode. |
| org.apache.ignite.cache.CacheMode.LOCAL
Local caches confuse users. The users mostly need either replicated caches or simple hash maps.
Local caches don't provide usefulness expected by the users (like SQL join support). Also, behavior of local
caches can be trivially implemented by the users themselves. Hence the deprecation.
|
org.apache.ignite.cache.PartitionLossPolicy.READ_ONLY_ALL
PartitionLossPolicy.READ_ONLY_SAFE is used instead. |
org.apache.ignite.cache.PartitionLossPolicy.READ_WRITE_ALL
PartitionLossPolicy.READ_WRITE_SAFE is used instead. |
| Annotation Type Element and Description |
|---|
| org.apache.ignite.compute.gridify.GridifySetToValue.gridName
Use
GridifySetToValue.igniteInstanceName(). Nonempty GridifySetToValue.igniteInstanceName() takes precedence. |
| org.apache.ignite.compute.gridify.Gridify.gridName
Use
Gridify.igniteInstanceName(). Nonempty Gridify.igniteInstanceName() takes precedence. |
| org.apache.ignite.compute.gridify.GridifySetToSet.gridName
Use
GridifySetToSet.igniteInstanceName(). Nonempty GridifySetToSet.igniteInstanceName() takes precedence. |
GridGain In-Memory Computing Platform : ver. 8.9.35 Release Date : July 3 2026