Uses of Class
com.hazelcast.config.EndpointConfig
Packages that use EndpointConfig
-
Uses of EndpointConfig in com.hazelcast.config
Subclasses of EndpointConfig in com.hazelcast.configModifier 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)Methods in com.hazelcast.config that return EndpointConfigModifier 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.Methods in com.hazelcast.config that return types with arguments of type EndpointConfigModifier and TypeMethodDescriptionMap<com.hazelcast.instance.EndpointQualifier,
EndpointConfig> AdvancedNetworkConfig.getEndpointConfigs()
Methods in com.hazelcast.config with parameters of type EndpointConfigModifier and TypeMethodDescriptionAdvancedNetworkConfig.addWanEndpointConfig
(EndpointConfig endpointConfig) Adds the given WANEndpointConfig
to the endpoints configuration.static String
ConfigXmlGenerator.endpointConfigElementName
(EndpointConfig endpointConfig) Method parameters in com.hazelcast.config with type arguments of type EndpointConfigModifier and TypeMethodDescriptionAdvancedNetworkConfig.setEndpointConfigs
(Map<com.hazelcast.instance.EndpointQualifier, EndpointConfig> endpointConfigs)