| 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.internal.management.dto | 
 These contain the DTO object to exchange information with the management center. 
 | 
| com.hazelcast.internal.management.operation | 
 Contains operations that are called from Management Center. 
 | 
| com.hazelcast.wan | 
 This package contains the WAN replication API 
 | 
| com.hazelcast.wan.impl | 
 This package contains the opensource implementation of WAN replication 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WanReplicationConfig | 
ClientDynamicClusterConfig.getWanReplicationConfig(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,WanReplicationConfig> | 
ClientDynamicClusterConfig.getWanReplicationConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
ClientDynamicClusterConfig.addWanReplicationConfig(WanReplicationConfig wanReplicationConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
ClientDynamicClusterConfig.setWanReplicationConfigs(Map<String,WanReplicationConfig> wanReplicationConfigs)  | 
| Modifier and Type | Method and Description | 
|---|---|
WanReplicationConfig | 
WanReplicationConfig.addWanPublisherConfig(WanPublisherConfig wanPublisherConfig)
Adds a WAN publisher configuration to this WAN replication. 
 | 
WanReplicationConfig | 
Config.getWanReplicationConfig(String name)
Returns the WAN replication configuration with the given  
name. | 
WanReplicationConfig | 
WanReplicationConfig.setName(String name)
Sets the name of this WAN replication config. 
 | 
WanReplicationConfig | 
WanReplicationConfig.setWanConsumerConfig(WanConsumerConfig wanConsumerConfig)
Sets the  
WAN consumer configuration for this
 WAN replication. | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,WanReplicationConfig> | 
Config.getWanReplicationConfigs()
Returns the map of WAN replication configurations, mapped by config
 name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.addWanReplicationConfig(WanReplicationConfig wanReplicationConfig)
Adds the WAN replication config under the name defined by
  
getName(). | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.setWanReplicationConfigs(Map<String,WanReplicationConfig> wanReplicationConfigs)
Sets the map of WAN replication configurations, mapped by config name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WanReplicationConfig | 
DynamicConfigurationAwareConfig.getWanReplicationConfig(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,WanReplicationConfig> | 
DynamicConfigurationAwareConfig.getWanReplicationConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
DynamicConfigurationAwareConfig.addWanReplicationConfig(WanReplicationConfig wanReplicationConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
DynamicConfigurationAwareConfig.setWanReplicationConfigs(Map<String,WanReplicationConfig> wanReplicationConfigs)  | 
| Modifier and Type | Method and Description | 
|---|---|
WanReplicationConfig | 
WanReplicationConfigDTO.getConfig()  | 
| Constructor and Description | 
|---|
WanReplicationConfigDTO(WanReplicationConfig config)  | 
| Constructor and Description | 
|---|
AddWanConfigOperation(WanReplicationConfig wanReplicationConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WanReplicationService.addWanReplicationConfig(WanReplicationConfig wanConfig)
Adds a new  
WanReplicationConfig to this member and creates the WanReplicationPublishers specified
 in the config. | 
void | 
WanReplicationEndpoint.init(Node node,
    WanReplicationConfig wanReplicationConfig,
    WanPublisherConfig publisherConfig)
Initializes the endpoint using the given arguments. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WanReplicationServiceImpl.addWanReplicationConfig(WanReplicationConfig wanConfig)  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.