Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
DynamicConfigurationConfig |
Config.getDynamicConfigurationConfig()
Returns the dynamic configuration config.
|
DynamicConfigurationConfig |
DynamicConfigurationConfig.setBackupCount(int backupCount)
Returns backup count.
|
DynamicConfigurationConfig |
DynamicConfigurationConfig.setBackupDir(File backupDir)
Sets backup directory where declarative configuration backups will be kept.
|
DynamicConfigurationConfig |
DynamicConfigurationConfig.setPersistenceEnabled(boolean persistenceEnabled)
Sets whether Dynamic Configuration Persistence is enabled on this member.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setDynamicConfigurationConfig(DynamicConfigurationConfig dynamicConfigurationConfig)
Sets the dynamic configuration config.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.