Uses of Class
com.hazelcast.config.NetworkConfig
-
Uses of NetworkConfig in com.hazelcast.config
Modifier and TypeClassDescriptionstatic class
Member endpoint decorated as aNetworkConfig
Facade used during bootstrap to hide if-logic between the two networking configuration approachesModifier and TypeMethodDescriptionAdvancedNetworkConfig.MemberNetworkingView.addOutboundPort
(int port) NetworkConfig.addOutboundPort
(int port) AdvancedNetworkConfig.MemberNetworkingView.addOutboundPortDefinition
(String portDef) NetworkConfig.addOutboundPortDefinition
(String portDef) static NetworkConfig
ConfigAccessor.getActiveMemberNetworkConfig
(Config config) Config.getNetworkConfig()
Returns the network configuration for this hazelcast instance.AdvancedNetworkConfig.MemberNetworkingView.setIcmpFailureDetectorConfig
(IcmpFailureDetectorConfig icmpFailureDetectorConfig) NetworkConfig.setIcmpFailureDetectorConfig
(IcmpFailureDetectorConfig icmpFailureDetectorConfig) Sets theIcmpFailureDetectorConfig
.AdvancedNetworkConfig.MemberNetworkingView.setInterfaces
(InterfacesConfig interfaces) NetworkConfig.setInterfaces
(InterfacesConfig interfaces) AdvancedNetworkConfig.MemberNetworkingView.setJoin
(JoinConfig join) NetworkConfig.setJoin
(JoinConfig join) AdvancedNetworkConfig.MemberNetworkingView.setMemberAddressProviderConfig
(MemberAddressProviderConfig memberAddressProviderConfig) NetworkConfig.setMemberAddressProviderConfig
(MemberAddressProviderConfig memberAddressProviderConfig) NetworkConfig.setMemcacheProtocolConfig
(MemcacheProtocolConfig memcacheProtocolConfig) AdvancedNetworkConfig.MemberNetworkingView.setOutboundPortDefinitions
(Collection<String> outboundPortDefs) NetworkConfig.setOutboundPortDefinitions
(Collection<String> outboundPortDefs) AdvancedNetworkConfig.MemberNetworkingView.setOutboundPorts
(Collection<Integer> outboundPorts) NetworkConfig.setOutboundPorts
(Collection<Integer> outboundPorts) AdvancedNetworkConfig.MemberNetworkingView.setPort
(int port) NetworkConfig.setPort
(int port) Sets the port the Hazelcast member will try to bind on.AdvancedNetworkConfig.MemberNetworkingView.setPortAutoIncrement
(boolean portAutoIncrement) NetworkConfig.setPortAutoIncrement
(boolean portAutoIncrement) Sets if a Hazelcast member is allowed to find a free port by incrementing the port number when it encounters an occupied port.AdvancedNetworkConfig.MemberNetworkingView.setPortCount
(int portCount) NetworkConfig.setPortCount
(int portCount) The maximum number of ports allowed to use.AdvancedNetworkConfig.MemberNetworkingView.setPublicAddress
(String publicAddress) NetworkConfig.setPublicAddress
(String publicAddress) Overrides the public address of a member.NetworkConfig.setRestApiConfig
(RestApiConfig restApiConfig) AdvancedNetworkConfig.MemberNetworkingView.setReuseAddress
(boolean reuseAddress) NetworkConfig.setReuseAddress
(boolean reuseAddress) Sets the reuse address.AdvancedNetworkConfig.MemberNetworkingView.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) NetworkConfig.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) Sets theSocketInterceptorConfig
.AdvancedNetworkConfig.MemberNetworkingView.setSSLConfig
(SSLConfig sslConfig) NetworkConfig.setSSLConfig
(SSLConfig sslConfig) Sets theSSLConfig
.AdvancedNetworkConfig.MemberNetworkingView.setSymmetricEncryptionConfig
(SymmetricEncryptionConfig symmetricEncryptionConfig) NetworkConfig.setSymmetricEncryptionConfig
(SymmetricEncryptionConfig symmetricEncryptionConfig) Deprecated.since 4.2NetworkConfig.setTpcSocketConfig
(TpcSocketConfig tpcSocketConfig) Sets the TpcSocketConfigModifier and TypeMethodDescriptionConfig.setNetworkConfig
(NetworkConfig networkConfig) Sets the network configuration for this hazelcast instance.