| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| HotRestartPersistenceConfig | Config. getHotRestartPersistenceConfig()Returns the Hot Restart configuration for this hazelcast instance | 
| HotRestartPersistenceConfig | HotRestartPersistenceConfig. setAutoRemoveStaleData(boolean autoRemoveStaleData)Sets whether or not automatically removal of stale Hot Restart data is enabled. | 
| HotRestartPersistenceConfig | HotRestartPersistenceConfig. setBackupDir(File backupDir)Sets base directory for all Hot Restart stores. | 
| HotRestartPersistenceConfig | HotRestartPersistenceConfig. setBaseDir(File baseDir)Sets base directory for all Hot Restart stores. | 
| HotRestartPersistenceConfig | HotRestartPersistenceConfig. setClusterDataRecoveryPolicy(HotRestartClusterDataRecoveryPolicy clusterDataRecoveryPolicy)Sets the policy to be used when the cluster is started | 
| HotRestartPersistenceConfig | HotRestartPersistenceConfig. setDataLoadTimeoutSeconds(int dataLoadTimeoutSeconds)Sets data load timeout for hot-restart process,
 all members in the cluster should complete restoring their local data
 before this timeout. | 
| HotRestartPersistenceConfig | HotRestartPersistenceConfig. setEnabled(boolean enabled)Sets whether hot restart is enabled on this member. | 
| HotRestartPersistenceConfig | HotRestartPersistenceConfig. setEncryptionAtRestConfig(EncryptionAtRestConfig encryptionAtRestConfig)Sets the Hot Restart Encryption at Rest configuration. | 
| HotRestartPersistenceConfig | HotRestartPersistenceConfig. setParallelism(int parallelism)Sets the number of Hot Restart store instances to create for one Hazelcast instance. | 
| HotRestartPersistenceConfig | HotRestartPersistenceConfig. setValidationTimeoutSeconds(int validationTimeoutSeconds)Sets validation timeout for hot-restart process, includes validating
 cluster members expected to join and partition table on all cluster. | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | Config. setHotRestartPersistenceConfig(HotRestartPersistenceConfig hrConfig)Sets the Hot Restart configuration. | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.