Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
HotRestartPersistenceConfig |
Config.getHotRestartPersistenceConfig()
Returns hot restart configuration for this member
|
HotRestartPersistenceConfig |
HotRestartPersistenceConfig.setBaseDir(File baseDir)
Sets base directory for all Hot Restart stores.
|
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 hot restart configuration.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.