Uses of Class
com.hazelcast.config.WanCustomPublisherConfig
-
Uses of WanCustomPublisherConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionWanCustomPublisherConfig.setClassName
(String className) WanCustomPublisherConfig.setImplementation
(WanPublisher implementation) WanCustomPublisherConfig.setProperties
(Map<String, Comparable> properties) WanCustomPublisherConfig.setPublisherId
(String publisherId) Modifier and TypeMethodDescriptionWanReplicationConfig.getCustomPublisherConfigs()
Returns the list of custom WAN publisher implementations for this WAN replication.Modifier and TypeMethodDescriptionWanReplicationConfig.addCustomPublisherConfig
(WanCustomPublisherConfig config) Adds a custom WAN publisher implementation configuration to this WAN replication.Modifier and TypeMethodDescriptionWanReplicationConfig.setCustomPublisherConfigs
(List<WanCustomPublisherConfig> customPublisherConfigs) Sets the list of custom WAN publisher implementations for this WAN replication.