Class MemberAddressProviderConfig


  • public final class MemberAddressProviderConfig
    extends java.lang.Object
    Configuration for a custom MemberAddressProvider strategy.

    The member address provider allows you to plug your own strategy to customize:

    • What address Hazelcast will bind to
    • What address Hazelcast will advertise to other members on which they can bind to
    In most environments you don't need to customize this and the default strategy will work just fine. However in some cloud environments the default strategy does not make the right choice and the member address provider delegates the process of address picking to external code.
    • Constructor Detail

      • MemberAddressProviderConfig

        public MemberAddressProviderConfig()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • getClassName

        public java.lang.String getClassName()
      • getProperties

        public java.util.Properties getProperties()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object