| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.internal.management.dto | 
 These contain the DTO object to exchange information with the management center. 
 | 
| com.hazelcast.wan | 
 This package contains the WAN replication API 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WanPublisherConfig | 
WanPublisherConfig.setClassName(String className)
Set the name of the class implementing the WanReplicationEndpoint. 
 | 
WanPublisherConfig | 
WanPublisherConfig.setGroupName(String groupName)  | 
WanPublisherConfig | 
WanPublisherConfig.setImplementation(Object implementation)
Set the implementation of the WanReplicationEndpoint. 
 | 
WanPublisherConfig | 
WanPublisherConfig.setProperties(Map<String,Comparable> properties)  | 
WanPublisherConfig | 
WanPublisherConfig.setQueueCapacity(int queueCapacity)
Set the capacity of the queue for WAN replication events. 
 | 
WanPublisherConfig | 
WanPublisherConfig.setQueueFullBehavior(WANQueueFullBehavior queueFullBehavior)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<WanPublisherConfig> | 
WanReplicationConfig.getWanPublisherConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
WanReplicationConfig | 
WanReplicationConfig.addWanPublisherConfig(WanPublisherConfig wanPublisherConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WanReplicationConfig.setWanPublisherConfigs(List<WanPublisherConfig> wanPublisherConfigs)  | 
| Modifier and Type | Method and Description | 
|---|---|
WanPublisherConfig | 
WanPublisherConfigDTO.getConfig()  | 
| Constructor and Description | 
|---|
WanPublisherConfigDTO(WanPublisherConfig config)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WanReplicationEndpoint.init(Node node,
    WanReplicationConfig wanReplicationConfig,
    WanPublisherConfig publisherConfig)
Initializes the endpoint using the given arguments. 
 | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.