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)
Deprecated.
Sets whether or not automatically removal of stale Hot Restart data is enabled.
|
HotRestartPersistenceConfig |
HotRestartPersistenceConfig.setBackupDir(File backupDir)
Deprecated.
Sets base directory for all Hot Restart stores.
|
HotRestartPersistenceConfig |
HotRestartPersistenceConfig.setBaseDir(File baseDir)
Deprecated.
Sets base directory for all Hot Restart stores.
|
HotRestartPersistenceConfig |
HotRestartPersistenceConfig.setClusterDataRecoveryPolicy(HotRestartClusterDataRecoveryPolicy clusterDataRecoveryPolicy)
Deprecated.
Sets the policy to be used when the cluster is started
|
HotRestartPersistenceConfig |
HotRestartPersistenceConfig.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 |
HotRestartPersistenceConfig.setEnabled(boolean enabled)
Deprecated.
Sets whether hot restart is enabled on this member.
|
HotRestartPersistenceConfig |
HotRestartPersistenceConfig.setEncryptionAtRestConfig(EncryptionAtRestConfig encryptionAtRestConfig)
Deprecated.
Sets the Hot Restart Encryption at Rest configuration.
|
HotRestartPersistenceConfig |
HotRestartPersistenceConfig.setParallelism(int parallelism)
Deprecated.
Sets the number of Hot Restart store instances to create for one Hazelcast instance.
|
HotRestartPersistenceConfig |
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 Type | Method and Description |
---|---|
Config |
Config.setHotRestartPersistenceConfig(HotRestartPersistenceConfig hrConfig)
Deprecated.
since 5.0 use
Config.setPersistenceConfig(PersistenceConfig) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.