Uses of Class
com.hazelcast.config.AbstractWanPublisherConfig
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains the WAN replication API
-
Uses of AbstractWanPublisherConfig in com.hazelcast.config
Modifier and TypeClassDescriptionclass
Configuration object for the built-in WAN publisher (available in Hazelcast Enterprise).class
Configuration object for a custom WAN publisher.Modifier and TypeMethodDescriptionAbstractWanPublisherConfig.setClassName
(String className) Sets the name of the class implementingWanPublisher
.AbstractWanPublisherConfig.setImplementation
(WanPublisher implementation) Sets the implementation ofWanPublisher
.AbstractWanPublisherConfig.setProperties
(Map<String, Comparable> properties) Sets the WAN publisher properties.AbstractWanPublisherConfig.setPublisherId
(String publisherId) Sets the publisher ID used for identifying the publisher in aWanReplicationConfig
. -
Uses of AbstractWanPublisherConfig in com.hazelcast.wan
Modifier and TypeMethodDescriptionvoid
WanPublisher.init
(WanReplicationConfig wanReplicationConfig, AbstractWanPublisherConfig publisherConfig) Initializes the publisher.