Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
HotRestartConfig |
Config.getHotRestartConfig()
Returns hot restart configuration for this member
|
HotRestartConfig |
HotRestartConfig.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.
|
HotRestartConfig |
HotRestartConfig.setEnabled(boolean enabled)
Sets whether hot restart is enabled on this member.
|
HotRestartConfig |
HotRestartConfig.setHomeDir(File homeDir)
Sets home directory for all Hot Restart stores.
|
HotRestartConfig |
HotRestartConfig.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.setHotRestartConfig(HotRestartConfig hrConfig)
Sets hot restart configuration.
|
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.