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