Package | Description |
---|---|
com.hazelcast.client.impl |
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) |
QuorumConfig |
Config.findQuorumConfig(String name) |
QuorumConfig |
Config.getQuorumConfig(String name) |
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() |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addQuorumConfig(QuorumConfig quorumConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
Config.setQuorumConfigs(Map<String,QuorumConfig> quorumConfigs) |
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() |
Constructor and Description |
---|
QuorumImpl(QuorumConfig config,
NodeEngineImpl nodeEngine) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.