Uses of Class
com.hazelcast.client.config.ClientIcmpPingConfig
Packages that use ClientIcmpPingConfig
Package
Description
Contains classes related to config for com.hazelcast.client
-
Uses of ClientIcmpPingConfig in com.hazelcast.client.config
Methods in com.hazelcast.client.config that return ClientIcmpPingConfigModifier and TypeMethodDescriptionClientNetworkConfig.getClientIcmpPingConfig()
ICMP ping is used to detect if machine that a remote hazelcast member runs on alive or notClientIcmpPingConfig.setEchoFailFastOnStartup
(boolean echoFailFastOnStartup) ClientIcmpPingConfig.setEnabled
(boolean enabled) ClientIcmpPingConfig.setIntervalMilliseconds
(int intervalMilliseconds) ClientIcmpPingConfig.setMaxAttempts
(int maxAttempts) ClientIcmpPingConfig.setTimeoutMilliseconds
(int timeoutMilliseconds) ClientIcmpPingConfig.setTtl
(int ttl) Methods in com.hazelcast.client.config with parameters of type ClientIcmpPingConfigModifier and TypeMethodDescriptionClientNetworkConfig.setClientIcmpPingConfig
(ClientIcmpPingConfig clientIcmpPingConfig) ICMP ping is used to detect if machine that a remote hazelcast member runs on alive or notConstructors in com.hazelcast.client.config with parameters of type ClientIcmpPingConfig