Package com.hazelcast.client.config
Class ClientFailoverConfigRecognizer
java.lang.Object
com.hazelcast.internal.config.AbstractConfigRecognizer
com.hazelcast.client.config.ClientFailoverConfigRecognizer
- All Implemented Interfaces:
ConfigRecognizer
public class ClientFailoverConfigRecognizer
extends com.hazelcast.internal.config.AbstractConfigRecognizer
ConfigRecognizer
implementation that recognizes Hazelcast
client failover declarative configurations based on an extensible set
of built-in ConfigRecognizer
implementations.-
Field Summary
Fields inherited from class com.hazelcast.internal.config.AbstractConfigRecognizer
recognizers
-
Constructor Summary
ConstructorDescriptionConstructs an instance with the built-in set ofConfigRecognizer
implementations only.ClientFailoverConfigRecognizer
(ConfigRecognizer... customRecognizers) Constructs an instance with the built-in set ofConfigRecognizer
implementations extended with ones provided incustomRecognizers
. -
Method Summary
Methods inherited from class com.hazelcast.internal.config.AbstractConfigRecognizer
isRecognized
-
Constructor Details
-
ClientFailoverConfigRecognizer
Constructs an instance with the built-in set ofConfigRecognizer
implementations only.- Throws:
Exception
- If there is an unexpected error occur during instantiation.
-
ClientFailoverConfigRecognizer
Constructs an instance with the built-in set ofConfigRecognizer
implementations extended with ones provided incustomRecognizers
.- Parameters:
customRecognizers
- The custom config recognizers to use besides the built-in ones.- Throws:
Exception
- If there is an unexpected error occur during instantiation.
-