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.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 |
---|---|
void |
WanReplicationService.addWanReplicationConfig(WanReplicationConfig wanConfig)
Adds a new
WanReplicationConfig to this member and creates the WanReplicationPublisher s specified
in the config. |
void |
WanReplicationEndpoint.init(com.hazelcast.instance.Node node,
WanReplicationConfig wanReplicationConfig,
WanPublisherConfig publisherConfig)
Initializes the endpoint using the given arguments.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.