Uses of Class
com.hazelcast.config.InterfacesConfig
Packages that use InterfacesConfig
-
Uses of InterfacesConfig in com.hazelcast.config
Fields in com.hazelcast.config declared as InterfacesConfigMethods in com.hazelcast.config that return InterfacesConfigModifier and TypeMethodDescriptionInterfacesConfig.addInterface
(String ip) Adds a new interfaceInterfacesConfig.clear()
clears all interfaces.AdvancedNetworkConfig.MemberNetworkingView.getInterfaces()
EndpointConfig.getInterfaces()
NetworkConfig.getInterfaces()
InterfacesConfig.setEnabled
(boolean enabled) InterfacesConfig.setInterfaces
(Collection<String> interfaces) Adds a collection of interfaces.Methods in com.hazelcast.config with parameters of type InterfacesConfigModifier and TypeMethodDescriptionAdvancedNetworkConfig.MemberNetworkingView.setInterfaces
(InterfacesConfig interfaces) EndpointConfig.setInterfaces
(InterfacesConfig interfaces) NetworkConfig.setInterfaces
(InterfacesConfig interfaces) RestServerEndpointConfig.setInterfaces
(InterfacesConfig interfaces) Deprecated, for removal: This API element is subject to removal in a future version.ServerSocketEndpointConfig.setInterfaces
(InterfacesConfig interfaces)