-
Packages Package Description com.hazelcast.hotrestart since 5.0 Please usecom.hazelcast.persistence
for the replacement.
-
Interfaces Interface Description com.hazelcast.hotrestart.HotRestartService since 5.0 because of renaming purposes. Please usePersistenceService
instead.com.hazelcast.jet.JetCacheManager since 5.0 UseICacheManager
instead.com.hazelcast.jet.JetInstance After 5.0 Jet was merged into core Hazelcast product. Jet became a service of Hazelcast instead of being an instance of its own that encapsulatesHazelcastInstance
. Please useJetService
instead.
-
Classes Class Description com.hazelcast.config.HotRestartConfig since 5.0 useDataPersistenceConfig
com.hazelcast.config.HotRestartPersistenceConfig since 5.0 usePersistenceConfig
com.hazelcast.config.SymmetricEncryptionConfig since 4.2com.hazelcast.jet.config.InstanceConfig since 5.0, useJetConfig
instead.com.hazelcast.jet.Jet After 5.0 Jet was merged into core Hazelcast product. Use theHazelcast
class as the entry point.com.hazelcast.memory.MemorySize Since 5.1,Capacity
should be used instead.
-
Enums Enum Description com.hazelcast.config.HotRestartClusterDataRecoveryPolicy since 5.0 usePersistenceClusterDataRecoveryPolicy
-
Fields Field Description com.hazelcast.cache.HazelcastCachingProvider.SERVER_CACHING_PROVIDER com.hazelcast.client.properties.ClientProperty.STATISTICS_ENABLED since 4.0. UseClientProperty.METRICS_ENABLED
("hazelcast.client.metrics.enabled"
) instead.com.hazelcast.client.properties.ClientProperty.STATISTICS_PERIOD_SECONDS since 4.0. UseClientProperty.METRICS_COLLECTION_FREQUENCY
("hazelcast.client.metrics.collection.frequency"
) instead.
-
Enum Constants Enum Constant Description com.hazelcast.config.RestEndpointGroup.HOT_RESTART since 5.0 Please useRestEndpointGroup.PERSISTENCE
instead. If this deprecated endpoint group is tried to be activated, we apply this change as it's made to RestEndpointGroup#PERSISTENCE.