Class ClientFailoverConfig

java.lang.Object
com.hazelcast.client.config.ClientFailoverConfig
Direct Known Subclasses:
ClientFailoverClasspathXmlConfig, ClientFailoverClasspathYamlConfig

public class ClientFailoverConfig
extends Object
Config class to configure multiple client configs to be used by single client instance The client will try to connect them in given order. When the connected cluster fails or the client blacklisted from the cluster via the management center, the client will search for alternative clusters with given configs.