Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Field and Description |
---|---|
protected InterfacesConfig |
EndpointConfig.interfaces |
Modifier and Type | Method and Description |
---|---|
InterfacesConfig |
InterfacesConfig.addInterface(String ip)
Adds a new interface
|
InterfacesConfig |
InterfacesConfig.clear()
clears all interfaces.
|
InterfacesConfig |
AdvancedNetworkConfig.MemberNetworkingView.getInterfaces() |
InterfacesConfig |
EndpointConfig.getInterfaces() |
InterfacesConfig |
NetworkConfig.getInterfaces() |
InterfacesConfig |
InterfacesConfig.setEnabled(boolean enabled) |
InterfacesConfig |
InterfacesConfig.setInterfaces(Collection<String> interfaces)
Adds a collection of interfaces.
|
Modifier and Type | Method and Description |
---|---|
ServerSocketEndpointConfig |
ServerSocketEndpointConfig.setInterfaces(InterfacesConfig interfaces) |
NetworkConfig |
AdvancedNetworkConfig.MemberNetworkingView.setInterfaces(InterfacesConfig interfaces) |
EndpointConfig |
EndpointConfig.setInterfaces(InterfacesConfig interfaces) |
RestServerEndpointConfig |
RestServerEndpointConfig.setInterfaces(InterfacesConfig interfaces) |
NetworkConfig |
NetworkConfig.setInterfaces(InterfacesConfig interfaces) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.