Uses of Package
com.hazelcast.config.properties

Packages that use com.hazelcast.config.properties 
Package Description
com.hazelcast.aws
Provides interfaces/classes for Hazelcast AWS.
com.hazelcast.azure
Provides interfaces/classes for Hazelcast Azure Discovery Provider
com.hazelcast.config.properties
This package contains the public API for properties defined in the XML configuration.
com.hazelcast.gcp
Provides interfaces/classes for Hazelcast GCP.
com.hazelcast.kubernetes
Provides interfaces/classes for Hazelcast Kubernetes Discovery Plugin
com.hazelcast.spi.discovery
This package contains the public SPI for vendors and users to implement their custom node / IP discovery strategy.
com.hazelcast.spi.discovery.multicast
Contains the hazelcast multicast plugin classes
  • Classes in com.hazelcast.config.properties used by com.hazelcast.aws 
    Class Description
    PropertyDefinition
    This interface describes an extended approach of the currently available pure property based configuration inside Hazelcast and helps implementing an automatic and transparent way to verify configuration as well as converting types based on provided validators and converters.
  • Classes in com.hazelcast.config.properties used by com.hazelcast.azure 
    Class Description
    PropertyDefinition
    This interface describes an extended approach of the currently available pure property based configuration inside Hazelcast and helps implementing an automatic and transparent way to verify configuration as well as converting types based on provided validators and converters.
  • Classes in com.hazelcast.config.properties used by com.hazelcast.config.properties 
    Class Description
    PropertyDefinition
    This interface describes an extended approach of the currently available pure property based configuration inside Hazelcast and helps implementing an automatic and transparent way to verify configuration as well as converting types based on provided validators and converters.
    PropertyTypeConverter
    This enum class contains basic TypeConverter implementations to convert strings to all common basic Java types.
    ValidationException
    This exception is thrown from ValueValidator implementations whenever the validation has not succeed for any reason.
    ValueValidator
    This interface defines a certain validation logic implementation to test if a given value is expected to be correct or not.
  • Classes in com.hazelcast.config.properties used by com.hazelcast.gcp 
    Class Description
    PropertyDefinition
    This interface describes an extended approach of the currently available pure property based configuration inside Hazelcast and helps implementing an automatic and transparent way to verify configuration as well as converting types based on provided validators and converters.
  • Classes in com.hazelcast.config.properties used by com.hazelcast.kubernetes 
    Class Description
    PropertyDefinition
    This interface describes an extended approach of the currently available pure property based configuration inside Hazelcast and helps implementing an automatic and transparent way to verify configuration as well as converting types based on provided validators and converters.
  • Classes in com.hazelcast.config.properties used by com.hazelcast.spi.discovery 
    Class Description
    PropertyDefinition
    This interface describes an extended approach of the currently available pure property based configuration inside Hazelcast and helps implementing an automatic and transparent way to verify configuration as well as converting types based on provided validators and converters.
  • Classes in com.hazelcast.config.properties used by com.hazelcast.spi.discovery.multicast 
    Class Description
    PropertyDefinition
    This interface describes an extended approach of the currently available pure property based configuration inside Hazelcast and helps implementing an automatic and transparent way to verify configuration as well as converting types based on provided validators and converters.