Uses of Class
com.hazelcast.config.EndpointConfig
-
Uses of EndpointConfig in com.hazelcast.config
Modifier and TypeClassDescriptionclass
Server socket endpoint config specialized for REST service Allows configuring access to REST groups similar toRestApiConfig
class
Endpoint configuration that defines a listening side (server)Modifier and TypeMethodDescriptionEndpointConfig.addOutboundPort
(int port) EndpointConfig.addOutboundPortDefinition
(String portDef) EndpointConfig.setInterfaces
(InterfacesConfig interfaces) EndpointConfig.setOutboundPortDefinitions
(Collection<String> outboundPortDefs) EndpointConfig.setOutboundPorts
(Collection<Integer> outboundPorts) EndpointConfig.setProtocolType
(com.hazelcast.instance.ProtocolType protocolType) EndpointConfig.setSocketBufferDirect
(boolean socketBufferDirect) EndpointConfig.setSocketConnectTimeoutSeconds
(int socketConnectTimeoutSeconds) EndpointConfig.setSocketInterceptorConfig
(SocketInterceptorConfig socketInterceptorConfig) Sets theSocketInterceptorConfig
.EndpointConfig.setSocketKeepAlive
(boolean socketKeepAlive) 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.setSocketKeepIdleSeconds
(int socketKeepIdleSeconds) Set the number of seconds a connection needs to be idle before TCP begins sending out keep-alive probes.EndpointConfig.setSocketKeepIntervalSeconds
(int socketKeepIntervalSeconds) Set the number of seconds between keep-alive probes.EndpointConfig.setSocketLingerSeconds
(int socketLingerSeconds) ServerSocketEndpointConfig.setSocketLingerSeconds
(int socketLingerSeconds) EndpointConfig.setSocketRcvBufferSizeKb
(int socketRcvBufferSizeKb) EndpointConfig.setSocketSendBufferSizeKb
(int socketSendBufferSizeKb) EndpointConfig.setSocketTcpNoDelay
(boolean socketTcpNoDelay) EndpointConfig.setSSLConfig
(SSLConfig sslConfig) Sets theSSLConfig
.EndpointConfig.setSymmetricEncryptionConfig
(SymmetricEncryptionConfig symmetricEncryptionConfig) Deprecated.since 4.2EndpointConfig.setTpcSocketConfig
(TpcSocketConfig tpcSocketConfig) Sets the TpcSocketConfig.Modifier and TypeMethodDescriptionMap<com.hazelcast.instance.EndpointQualifier,
EndpointConfig> AdvancedNetworkConfig.getEndpointConfigs()
Modifier and TypeMethodDescriptionAdvancedNetworkConfig.addWanEndpointConfig
(EndpointConfig endpointConfig) Adds the given WANEndpointConfig
to the endpoints configuration.static String
ConfigXmlGenerator.endpointConfigElementName
(EndpointConfig endpointConfig) Modifier and TypeMethodDescriptionAdvancedNetworkConfig.setEndpointConfigs
(Map<com.hazelcast.instance.EndpointQualifier, EndpointConfig> endpointConfigs)