Uses of Class
com.hazelcast.config.WanReplicationConfig
Packages that use WanReplicationConfig
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains the WAN replication API
-
Uses of WanReplicationConfig in com.hazelcast.config
Methods in com.hazelcast.config that return WanReplicationConfigModifier and TypeMethodDescriptionWanReplicationConfig.addBatchReplicationPublisherConfig
(WanBatchPublisherConfig config) Adds a WAN publisher configuration using the built-in batching WAN implementation to this WAN replication.WanReplicationConfig.addCustomPublisherConfig
(WanCustomPublisherConfig config) Adds a custom WAN publisher implementation configuration to this WAN replication.Config.getWanReplicationConfig
(String name) Returns the WAN replication configuration with the givenname
.WanReplicationConfig.setBatchPublisherConfigs
(List<WanBatchPublisherConfig> batchPublisherConfigs) Sets the list of WAN publisher configurations using the built-in batching WAN implementation for this WAN replication.WanReplicationConfig.setConsumerConfig
(WanConsumerConfig consumerConfig) Sets theWAN consumer configuration
for this WAN replication.WanReplicationConfig.setCustomPublisherConfigs
(List<WanCustomPublisherConfig> customPublisherConfigs) Sets the list of custom WAN publisher implementations for this WAN replication.Sets the name of this WAN replication config.Methods in com.hazelcast.config that return types with arguments of type WanReplicationConfigModifier and TypeMethodDescriptionConfig.getWanReplicationConfigs()
Returns the map of WAN replication configurations, mapped by config name.Methods in com.hazelcast.config with parameters of type WanReplicationConfigModifier and TypeMethodDescriptionConfig.addWanReplicationConfig
(WanReplicationConfig wanReplicationConfig) Adds the WAN replication config under the name defined bygetName()
.Method parameters in com.hazelcast.config with type arguments of type WanReplicationConfigModifier and TypeMethodDescriptionConfig.setWanReplicationConfigs
(Map<String, WanReplicationConfig> wanReplicationConfigs) Sets the map of WAN replication configurations, mapped by config name. -
Uses of WanReplicationConfig in com.hazelcast.wan
Methods in com.hazelcast.wan with parameters of type WanReplicationConfigModifier and TypeMethodDescriptionvoid
WanPublisher.init
(WanReplicationConfig wanReplicationConfig, AbstractWanPublisherConfig publisherConfig) Initializes the publisher.