| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RestServerEndpointConfig
Server socket endpoint config specialized for REST service
 Allows configuring access to REST groups similar to  
RestApiConfig | 
class  | 
ServerSocketEndpointConfig
Endpoint configuration that defines a listening side (server) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EndpointConfig | 
EndpointConfig.addOutboundPort(int port)  | 
EndpointConfig | 
EndpointConfig.addOutboundPortDefinition(String portDef)  | 
EndpointConfig | 
EndpointConfig.setInterfaces(InterfacesConfig interfaces)  | 
EndpointConfig | 
EndpointConfig.setName(String name)  | 
EndpointConfig | 
EndpointConfig.setOutboundPortDefinitions(Collection<String> outboundPortDefs)  | 
EndpointConfig | 
EndpointConfig.setOutboundPorts(Collection<Integer> outboundPorts)  | 
EndpointConfig | 
EndpointConfig.setProtocolType(com.hazelcast.instance.ProtocolType protocolType)  | 
EndpointConfig | 
EndpointConfig.setSocketBufferDirect(boolean socketBufferDirect)  | 
EndpointConfig | 
EndpointConfig.setSocketConnectTimeoutSeconds(int socketConnectTimeoutSeconds)  | 
EndpointConfig | 
EndpointConfig.setSocketInterceptorConfig(SocketInterceptorConfig socketInterceptorConfig)
Sets the  
SocketInterceptorConfig. | 
EndpointConfig | 
EndpointConfig.setSocketKeepAlive(boolean socketKeepAlive)  | 
EndpointConfig | 
EndpointConfig.setSocketKeepCount(int socketKeepCount)
Set the maximum number of TCP keep-alive probes to send before giving up and closing the connection if no
 response is obtained from the other side. 
 | 
EndpointConfig | 
EndpointConfig.setSocketKeepIdleSeconds(int socketKeepIdleSeconds)
Set the number of seconds a connection needs to be idle before TCP begins sending out keep-alive probes. 
 | 
EndpointConfig | 
EndpointConfig.setSocketKeepIntervalSeconds(int socketKeepIntervalSeconds)
Set the number of seconds between keep-alive probes. 
 | 
EndpointConfig | 
ServerSocketEndpointConfig.setSocketLingerSeconds(int socketLingerSeconds)  | 
EndpointConfig | 
EndpointConfig.setSocketLingerSeconds(int socketLingerSeconds)  | 
EndpointConfig | 
EndpointConfig.setSocketRcvBufferSizeKb(int socketRcvBufferSizeKb)  | 
EndpointConfig | 
EndpointConfig.setSocketSendBufferSizeKb(int socketSendBufferSizeKb)  | 
EndpointConfig | 
EndpointConfig.setSocketTcpNoDelay(boolean socketTcpNoDelay)  | 
EndpointConfig | 
EndpointConfig.setSSLConfig(SSLConfig sslConfig)
Sets the  
SSLConfig. | 
EndpointConfig | 
EndpointConfig.setSymmetricEncryptionConfig(SymmetricEncryptionConfig symmetricEncryptionConfig)
Deprecated. 
 
since 4.2 
 | 
EndpointConfig | 
EndpointConfig.setTpcSocketConfig(TpcSocketConfig tpcSocketConfig)
Sets the TpcSocketConfig. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<com.hazelcast.instance.EndpointQualifier,EndpointConfig> | 
AdvancedNetworkConfig.getEndpointConfigs()  | 
| Modifier and Type | Method and Description | 
|---|---|
AdvancedNetworkConfig | 
AdvancedNetworkConfig.addWanEndpointConfig(EndpointConfig endpointConfig)
Adds the given WAN  
EndpointConfig to the endpoints configuration. | 
static String | 
ConfigXmlGenerator.endpointConfigElementName(EndpointConfig endpointConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
AdvancedNetworkConfig | 
AdvancedNetworkConfig.setEndpointConfigs(Map<com.hazelcast.instance.EndpointQualifier,EndpointConfig> endpointConfigs)  | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.