Package and Description |
---|
com.hazelcast.hotrestart
since 5.0
Please use
com.hazelcast.persistence for the replacement. |
Interface and Description |
---|
com.hazelcast.hotrestart.HotRestartService
since 5.0 because of renaming purposes.
Please use
PersistenceService instead. |
com.hazelcast.jet.JetCacheManager
since 5.0
Use
ICacheManager 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 encapsulates
HazelcastInstance . Please use JetService instead. |
Class and Description |
---|
com.hazelcast.config.HotRestartConfig
since 5.0 use
DataPersistenceConfig |
com.hazelcast.config.HotRestartPersistenceConfig
since 5.0 use
PersistenceConfig |
com.hazelcast.jet.config.InstanceConfig
since 5.0, use
JetConfig instead. |
com.hazelcast.jet.Jet
After 5.0 Jet was merged into core Hazelcast product. Use
the
Hazelcast class as the entry point. |
com.hazelcast.config.SymmetricEncryptionConfig
since 4.2
|
Enum and Description |
---|
com.hazelcast.config.HotRestartClusterDataRecoveryPolicy
since 5.0 use
PersistenceClusterDataRecoveryPolicy |
Field and Description |
---|
com.hazelcast.cache.HazelcastCachingProvider.SERVER_CACHING_PROVIDER |
com.hazelcast.client.properties.ClientProperty.STATISTICS_ENABLED
since 4.0. Use
ClientProperty.METRICS_ENABLED
("hazelcast.client.metrics.enabled" ) instead. |
com.hazelcast.client.properties.ClientProperty.STATISTICS_PERIOD_SECONDS
since 4.0. Use
ClientProperty.METRICS_COLLECTION_FREQUENCY
("hazelcast.client.metrics.collection.frequency" ) instead. |
Enum Constant and Description |
---|
com.hazelcast.config.RestEndpointGroup.HOT_RESTART
since 5.0
Please use
RestEndpointGroup.PERSISTENCE instead.
If this deprecated endpoint group is tried to be activated, we apply this
change as it's made to RestEndpointGroup#PERSISTENCE. |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.