Uses of Class
com.hazelcast.config.InterfacesConfig
-
Uses of InterfacesConfig in com.hazelcast.config
Modifier 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.Modifier 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)