Class ClientIcmpPingConfig

java.lang.Object
com.hazelcast.client.config.ClientIcmpPingConfig

public class ClientIcmpPingConfig
extends Object
Configuration for icmp ping failure detector of clients. ICMP ping is used to detect if machine that a remote hazelcast member runs on alive or not ICMP Ping detector will attempt maxAttempts times, one every intervalMilliseconds. and will wait up-to timeoutMilliseconds. for each to complete. In each attempt icmp will go through maximum ttl hops. If, after maxAttempts. are made , there was no successful ping, the member will get suspected.