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. |
Method and Description |
---|
com.hazelcast.config.NativeMemoryConfig.getPersistentMemoryDirectory()
Since 4.1 multiple persistent memory directories are
supported. Please use
PersistentMemoryConfig.getDirectoryConfigs()
instead. |
com.hazelcast.config.NativeMemoryConfig.setPersistentMemoryDirectory(String)
Since 4.1 multiple persistent memory directories are
supported. Please use
NativeMemoryConfig.setPersistentMemoryConfig(PersistentMemoryConfig)
or PersistentMemoryConfig.addDirectoryConfig(PersistentMemoryDirectoryConfig)
instead. |
Copyright © 2022 Hazelcast, Inc.. All rights reserved.