Uses of Class
com.hazelcast.config.EurekaConfig
Packages that use EurekaConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of EurekaConfig in com.hazelcast.client.config
Methods in com.hazelcast.client.config that return EurekaConfigModifier and TypeMethodDescriptionClientNetworkConfig.getEurekaConfig()
Returns the currentEurekaConfig
.Methods in com.hazelcast.client.config with parameters of type EurekaConfigModifier and TypeMethodDescriptionClientNetworkConfig.setEurekaConfig
(EurekaConfig eurekaConfig) Sets configuration to connect nodes in Eureka environment. -
Uses of EurekaConfig in com.hazelcast.config
Methods in com.hazelcast.config that return EurekaConfigModifier and TypeMethodDescriptionJoinConfig.getEurekaConfig()
WanBatchPublisherConfig.getEurekaConfig()
Returns theEurekaConfig
used by the discovery mechanism for this WAN publisher.Methods in com.hazelcast.config with parameters of type EurekaConfigModifier and TypeMethodDescriptionJoinConfig.setEurekaConfig
(EurekaConfig eurekaConfig) WanBatchPublisherConfig.setEurekaConfig
(EurekaConfig eurekaConfig) Sets theEurekaConfig
used by the discovery mechanism for this WAN publisher.Constructors in com.hazelcast.config with parameters of type EurekaConfig