Uses of Class
com.hazelcast.config.AdvancedNetworkConfig
Packages that use AdvancedNetworkConfig
-
Uses of AdvancedNetworkConfig in com.hazelcast.config
Methods in com.hazelcast.config that return AdvancedNetworkConfigModifier and TypeMethodDescriptionAdvancedNetworkConfig.addWanEndpointConfig(EndpointConfig endpointConfig) Adds the given WANEndpointConfigto the endpoints configuration.Config.getAdvancedNetworkConfig()Returns the advanced network configuration for this Hazelcast instance.AdvancedNetworkConfig.setClientEndpointConfig(ServerSocketEndpointConfig serverSocketEndpointConfig) Sets the server socket endpoint config forCLIENTprotocol.AdvancedNetworkConfig.setEnabled(boolean enabled) Enables or disables advanced networking.AdvancedNetworkConfig.setEndpointConfigs(Map<com.hazelcast.instance.EndpointQualifier, EndpointConfig> endpointConfigs) Replaces all endpoint configurations with the entries in the given map.AdvancedNetworkConfig.setIcmpFailureDetectorConfig(IcmpFailureDetectorConfig icmpFailureDetectorConfig) Sets theIcmpFailureDetectorConfig.AdvancedNetworkConfig.setJoin(JoinConfig join) Sets the configuration that defines how this member discovers and joins the cluster.AdvancedNetworkConfig.setMemberAddressProviderConfig(MemberAddressProviderConfig memberAddressProviderConfig) Sets the configuration for the provider of the member's bind and public addresses.AdvancedNetworkConfig.setMemberEndpointConfig(ServerSocketEndpointConfig serverSocketEndpointConfig) Sets the server socket endpoint config forMEMBERprotocol.AdvancedNetworkConfig.setMemcacheEndpointConfig(ServerSocketEndpointConfig memcacheEndpointConfig) Sets the server socket endpoint config formemcacheprotocol.AdvancedNetworkConfig.setRestEndpointConfig(RestServerEndpointConfig restServerEndpointConfig) Deprecated, for removal: This API element is subject to removal in a future version.use RestConfig instead.Methods in com.hazelcast.config with parameters of type AdvancedNetworkConfigModifier and TypeMethodDescriptionConfig.setAdvancedNetworkConfig(AdvancedNetworkConfig advancedNetworkConfig) Sets the advanced network configuration for this Hazelcast instance.