Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
QuorumConfig |
QuorumConfig.addListenerConfig(QuorumListenerConfig listenerConfig) |
QuorumConfig |
RecentlyActiveQuorumConfigBuilder.build() |
abstract QuorumConfig |
QuorumConfigBuilder.build() |
QuorumConfig |
ProbabilisticQuorumConfigBuilder.build() |
QuorumConfig |
Config.findQuorumConfig(String name)
Returns a read-only split-brain protection configuration for the given
name.
|
QuorumConfig |
Config.getQuorumConfig(String name)
Returns the QuorumConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
|
QuorumConfig |
QuorumConfig.setEnabled(boolean enabled) |
QuorumConfig |
QuorumConfig.setListenerConfigs(List<QuorumListenerConfig> listenerConfigs) |
QuorumConfig |
QuorumConfig.setName(String name) |
QuorumConfig |
QuorumConfig.setQuorumFunctionClassName(String quorumFunctionClassName) |
QuorumConfig |
QuorumConfig.setQuorumFunctionImplementation(QuorumFunction quorumFunctionImplementation) |
QuorumConfig |
QuorumConfig.setSize(int size) |
QuorumConfig |
QuorumConfig.setType(QuorumType type) |
Modifier and Type | Method and Description |
---|---|
Map<String,QuorumConfig> |
Config.getQuorumConfigs()
Returns the map of split brain protection configurations, mapped by
config name.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.addQuorumConfig(QuorumConfig quorumConfig)
Adds the split-brain protection configuration.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setQuorumConfigs(Map<String,QuorumConfig> quorumConfigs)
Sets the map of split-brain protection configurations, mapped by config
name.
|
Constructor and Description |
---|
QuorumConfig(QuorumConfig quorumConfig) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.