Uses of Class
com.hazelcast.config.HotRestartPersistenceConfig
-
Uses of HotRestartPersistenceConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionConfig.getHotRestartPersistenceConfig()
Returns the Hot Restart configuration for this hazelcast instanceHotRestartPersistenceConfig.setAutoRemoveStaleData
(boolean autoRemoveStaleData) Deprecated.Sets whether automatic removal of stale Hot Restart data is enabled.HotRestartPersistenceConfig.setBackupDir
(File backupDir) Deprecated.Sets base directory for all Hot Restart stores.HotRestartPersistenceConfig.setBaseDir
(File baseDir) Deprecated.Sets base directory for all Hot Restart stores.HotRestartPersistenceConfig.setClusterDataRecoveryPolicy
(HotRestartClusterDataRecoveryPolicy clusterDataRecoveryPolicy) Deprecated.Sets the policy to be used when the cluster is startedHotRestartPersistenceConfig.setDataLoadTimeoutSeconds
(int dataLoadTimeoutSeconds) Deprecated.Sets data load timeout for hot-restart process, all members in the cluster should complete restoring their local data before this timeout.HotRestartPersistenceConfig.setEnabled
(boolean enabled) Deprecated.Sets whether hot restart is enabled on this member.HotRestartPersistenceConfig.setEncryptionAtRestConfig
(EncryptionAtRestConfig encryptionAtRestConfig) Deprecated.Sets the Hot Restart Encryption at Rest configuration.HotRestartPersistenceConfig.setParallelism
(int parallelism) Deprecated.Sets the number of Hot Restart store instances to create for one Hazelcast instance.HotRestartPersistenceConfig.setValidationTimeoutSeconds
(int validationTimeoutSeconds) Deprecated.Sets validation timeout for hot-restart process, includes validating cluster members expected to join and partition table on all cluster.Modifier and TypeMethodDescriptionConfig.setHotRestartPersistenceConfig
(HotRestartPersistenceConfig hrConfig) Deprecated.
Config.setPersistenceConfig(PersistenceConfig)