Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
Modifier and Type | Method and Description |
---|---|
HotRestartPersistenceConfig |
ClientDynamicClusterConfig.getHotRestartPersistenceConfig() |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.setHotRestartPersistenceConfig(HotRestartPersistenceConfig hrConfig) |
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.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.
|
Modifier and Type | Method and Description |
---|---|
HotRestartPersistenceConfig |
DynamicConfigurationAwareConfig.getHotRestartPersistenceConfig() |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.setHotRestartPersistenceConfig(HotRestartPersistenceConfig hrConfig) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.