Class MemberConfigRecognizer

  • All Implemented Interfaces:
    ConfigRecognizer

    public class MemberConfigRecognizer
    extends com.hazelcast.internal.config.AbstractConfigRecognizer
    ConfigRecognizer implementation that recognizes Hazelcast member declarative configurations based on an extensible set of built-in ConfigRecognizer implementations.
    • Field Summary

      • Fields inherited from class com.hazelcast.internal.config.AbstractConfigRecognizer

        recognizers
    • Method Summary

      • Methods inherited from class com.hazelcast.internal.config.AbstractConfigRecognizer

        isRecognized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MemberConfigRecognizer

        public MemberConfigRecognizer()
                               throws java.lang.Exception
        Constructs an instance with the built-in set of ConfigRecognizer implementations only.
        Throws:
        java.lang.Exception - If there is an unexpected error occur during instantiation.
      • MemberConfigRecognizer

        public MemberConfigRecognizer​(ConfigRecognizer... customRecognizers)
                               throws java.lang.Exception
        Constructs an instance with the built-in set of ConfigRecognizer implementations extended with ones provided in customRecognizers.
        Parameters:
        customRecognizers - The custom config recognizers to use besides the built-in ones.
        Throws:
        java.lang.Exception - If there is an unexpected error occur during instantiation.