Uses of Class
com.hazelcast.config.NetworkConfig

Packages that use NetworkConfig
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of NetworkConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return NetworkConfig
 NetworkConfig NetworkConfig.addOutboundPort(int port)
           
 NetworkConfig NetworkConfig.addOutboundPortDefinition(String portDef)
           
 NetworkConfig Config.getNetworkConfig()
           
 NetworkConfig NetworkConfig.setInterfaces(InterfacesConfig interfaces)
           
 NetworkConfig NetworkConfig.setJoin(JoinConfig join)
           
 NetworkConfig NetworkConfig.setOutboundPortDefinitions(Collection<String> outboundPortDefs)
           
 NetworkConfig NetworkConfig.setOutboundPorts(Collection<Integer> outboundPorts)
           
 NetworkConfig NetworkConfig.setPort(int port)
          Sets the port the Hazelcast member is going to try to bind on.
 NetworkConfig 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.
 NetworkConfig NetworkConfig.setPublicAddress(String publicAddress)
           
 NetworkConfig NetworkConfig.setReuseAddress(boolean reuseAddress)
          Sets the reuse address.
 NetworkConfig NetworkConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)
          Sets the SocketInterceptorConfig.
 NetworkConfig NetworkConfig.setSSLConfig(SSLConfig sslConfig)
          Sets the SSLConfig.
 NetworkConfig NetworkConfig.setSymmetricEncryptionConfig(SymmetricEncryptionConfig symmetricEncryptionConfig)
          Sets the SymmetricEncryptionConfig.
 

Methods in com.hazelcast.config with parameters of type NetworkConfig
 Config Config.setNetworkConfig(NetworkConfig networkConfig)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.