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.
|
com.hazelcast.quorum.impl |
Contains cluster quorum implementation classes.
|
Modifier and Type | Method and Description |
---|---|
QuorumConfig |
ClientDynamicClusterConfig.findQuorumConfig(String name) |
QuorumConfig |
ClientDynamicClusterConfig.getQuorumConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,QuorumConfig> |
ClientDynamicClusterConfig.getQuorumConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.addQuorumConfig(QuorumConfig quorumConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.setQuorumConfigs(Map<String,QuorumConfig> quorumConfigs) |
Modifier and Type | Method and Description |
---|---|
QuorumConfig |
QuorumConfig.addListenerConfig(QuorumListenerConfig listenerConfig) |
abstract QuorumConfig |
QuorumConfigBuilder.build() |
QuorumConfig |
RecentlyActiveQuorumConfigBuilder.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) |
Modifier and Type | Method and Description |
---|---|
QuorumConfig |
DynamicConfigurationAwareConfig.findQuorumConfig(String name) |
QuorumConfig |
DynamicConfigurationAwareConfig.getQuorumConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,QuorumConfig> |
DynamicConfigurationAwareConfig.getQuorumConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.addQuorumConfig(QuorumConfig quorumConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.setQuorumConfigs(Map<String,QuorumConfig> quorumConfigs) |
Modifier and Type | Method and Description |
---|---|
QuorumConfig |
QuorumImpl.getConfig() |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.