Uses of Class
com.hazelcast.config.WanConsumerConfig
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains the WAN replication API
-
Uses of WanConsumerConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionWanReplicationConfig.getConsumerConfig()
Returns theWAN consumer configuration
for this WAN replication.WanConsumerConfig.setClassName
(String className) Sets the fully qualified class name of the class implementingWanConsumer
.WanConsumerConfig.setImplementation
(WanConsumer implementation) Sets the implementation for this WAN consumer.WanConsumerConfig.setPersistWanReplicatedData
(boolean persistWanReplicatedData) WanConsumerConfig.setProperties
(Map<String, Comparable> properties) Sets the properties for the custom WAN consumer.Modifier and TypeMethodDescriptionWanReplicationConfig.setConsumerConfig
(WanConsumerConfig consumerConfig) Sets theWAN consumer configuration
for this WAN replication. -
Uses of WanConsumerConfig in com.hazelcast.wan
Modifier and TypeMethodDescriptionvoid
WanConsumer.init
(String wanReplicationName, WanConsumerConfig config) Initialize the WAN consumer.