Uses of Class
com.hazelcast.config.WanCustomPublisherConfig
Packages that use WanCustomPublisherConfig
-
Uses of WanCustomPublisherConfig in com.hazelcast.config
Methods in com.hazelcast.config that return WanCustomPublisherConfigModifier and TypeMethodDescriptionWanCustomPublisherConfig.setClassName
(String className) WanCustomPublisherConfig.setImplementation
(WanPublisher implementation) WanCustomPublisherConfig.setProperties
(Map<String, Comparable> properties) WanCustomPublisherConfig.setPublisherId
(String publisherId) Methods in com.hazelcast.config that return types with arguments of type WanCustomPublisherConfigModifier and TypeMethodDescriptionWanReplicationConfig.getCustomPublisherConfigs()
Returns the list of custom WAN publisher implementations for this WAN replication.Methods in com.hazelcast.config with parameters of type WanCustomPublisherConfigModifier and TypeMethodDescriptionWanReplicationConfig.addCustomPublisherConfig
(WanCustomPublisherConfig config) Adds a custom WAN publisher implementation configuration to this WAN replication.Method parameters in com.hazelcast.config with type arguments of type WanCustomPublisherConfigModifier and TypeMethodDescriptionWanReplicationConfig.setCustomPublisherConfigs
(List<WanCustomPublisherConfig> customPublisherConfigs) Sets the list of custom WAN publisher implementations for this WAN replication.