| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.wan | This package contains the WAN replication API | 
| Modifier and Type | Method and Description | 
|---|---|
| WanReplicationConfig | WanReplicationConfig. addBatchReplicationPublisherConfig(WanBatchPublisherConfig config)Adds a WAN publisher configuration using the built-in batching WAN
 implementation to this WAN replication. | 
| WanReplicationConfig | WanReplicationConfig. addCustomPublisherConfig(WanCustomPublisherConfig config)Adds a custom WAN publisher implementation configuration to this WAN
 replication. | 
| WanReplicationConfig | Config. getWanReplicationConfig(String name)Returns the WAN replication configuration with the given  name. | 
| WanReplicationConfig | WanReplicationConfig. setBatchPublisherConfigs(List<WanBatchPublisherConfig> batchPublisherConfigs)Sets the list of WAN publisher configurations using the built-in
 batching WAN implementation for this WAN replication. | 
| WanReplicationConfig | WanReplicationConfig. setConsumerConfig(WanConsumerConfig consumerConfig)Sets the  WAN consumer configurationfor this
 WAN replication. | 
| WanReplicationConfig | WanReplicationConfig. setCustomPublisherConfigs(List<WanCustomPublisherConfig> customPublisherConfigs)Sets the list of custom WAN publisher implementations for this WAN
 replication. | 
| WanReplicationConfig | WanReplicationConfig. setName(String name)Sets the name of this WAN replication config. | 
| 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 | 
|---|---|
| void | WanPublisher. init(WanReplicationConfig wanReplicationConfig,
    AbstractWanPublisherConfig publisherConfig)Initializes the publisher. | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.