Class BaseHazelcastProperties

    • Field Detail

      • SHUT_DOWN_HOOK_ENABLED_PROP

        public static final java.lang.String SHUT_DOWN_HOOK_ENABLED_PROP
        Whether shut down hook is enabled.
        See Also:
        Constant Field Values
      • SOCKET_BIND_ANY_PROP

        public static final java.lang.String SOCKET_BIND_ANY_PROP
        Boolean value to indicate socket bind config.
        See Also:
        Constant Field Values
      • LOGGING_TYPE_PROP

        public static final java.lang.String LOGGING_TYPE_PROP
        Logging type property name.
        See Also:
        Constant Field Values
      • HAZELCAST_DISCOVERY_ENABLED_PROP

        public static final java.lang.String HAZELCAST_DISCOVERY_ENABLED_PROP
        Enable discovery.
        See Also:
        Constant Field Values
      • HAZELCAST_LOCAL_ADDRESS_PROP

        public static final java.lang.String HAZELCAST_LOCAL_ADDRESS_PROP
        It is an overrider property for the default server socket listener's IP address. If this property is set, then this is the address where the server socket is bound to.
        See Also:
        Constant Field Values
      • HAZELCAST_PUBLIC_ADDRESS_PROP

        public static final java.lang.String HAZELCAST_PUBLIC_ADDRESS_PROP
        It is an overrider property for the default public address to be advertised to other cluster members and clients.
        See Also:
        Constant Field Values
      • MAX_HEARTBEAT_SECONDS_PROP

        public static final java.lang.String MAX_HEARTBEAT_SECONDS_PROP
        Max num of seconds for heartbeat property name.
        See Also:
        Constant Field Values
      • IPV4_STACK_PROP

        public static final java.lang.String IPV4_STACK_PROP
        Ipv4 protocol stack.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BaseHazelcastProperties

        public BaseHazelcastProperties()