Uses of Interface
com.hazelcast.config.properties.PropertyDefinition
Package
Description
Provides interfaces/classes for Hazelcast AWS.
Provides interfaces/classes for Hazelcast Azure Discovery Provider
This package contains the public API for properties defined in the XML configuration.
Provides interfaces/classes for Hazelcast GCP.
Provides interfaces/classes for Hazelcast Kubernetes Discovery Plugin
This package contains the public SPI for vendors and users to implement their
custom node / IP discovery strategy.
Contains the hazelcast multicast plugin classes
-
Uses of PropertyDefinition in com.hazelcast.aws
-
Uses of PropertyDefinition in com.hazelcast.azure
-
Uses of PropertyDefinition in com.hazelcast.config.properties
Modifier and TypeClassDescriptionclass
Simple immutable implementation ofPropertyDefinition
for convenience of implementors. -
Uses of PropertyDefinition in com.hazelcast.gcp
-
Uses of PropertyDefinition in com.hazelcast.kubernetes
Modifier and TypeFieldDescriptionstatic final PropertyDefinition
KubernetesProperties.EXPOSE_EXTERNALLY
Configuration key:expose-externally
static final PropertyDefinition
KubernetesProperties.KUBERNETES_API_RETIRES
Configuration key:kubernetes-api-retries
static final PropertyDefinition
KubernetesProperties.KUBERNETES_API_TOKEN
Configuration key:api-token
static final PropertyDefinition
KubernetesProperties.KUBERNETES_CA_CERTIFICATE
Configuration key:ca-certificate
CA Authority certificate from Kubernetes Master, defaults to reading the certificate from the auto-injected file at:/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
static final PropertyDefinition
KubernetesProperties.KUBERNETES_MASTER_URL
Configuration key:kubernetes-master
static final PropertyDefinition
KubernetesProperties.NAMESPACE
Configuration key:namespace
static final PropertyDefinition
KubernetesProperties.POD_LABEL_NAME
Configuration key:pod-label-name
static final PropertyDefinition
KubernetesProperties.POD_LABEL_VALUE
Configuration key:pod-label-value
static final PropertyDefinition
KubernetesProperties.RESOLVE_NOT_READY_ADDRESSES
Configuration key:resolve-not-ready-addresses
static final PropertyDefinition
KubernetesProperties.SERVICE_DNS
Configuration key:service-dns
static final PropertyDefinition
KubernetesProperties.SERVICE_DNS_TIMEOUT
Configuration key:service-dns-timeout
static final PropertyDefinition
KubernetesProperties.SERVICE_LABEL_NAME
Configuration key:service-label-name
static final PropertyDefinition
KubernetesProperties.SERVICE_LABEL_VALUE
Configuration key:service-label-value
static final PropertyDefinition
KubernetesProperties.SERVICE_NAME
Configuration key:service-name
static final PropertyDefinition
KubernetesProperties.SERVICE_PER_POD_LABEL_NAME
Configuration key:service-per-pod-label-name
static final PropertyDefinition
KubernetesProperties.SERVICE_PER_POD_LABEL_VALUE
Configuration key:service-per-pod-label-value
static final PropertyDefinition
KubernetesProperties.SERVICE_PORT
Configuration key:service-port
static final PropertyDefinition
KubernetesProperties.USE_NODE_NAME_AS_EXTERNAL_ADDRESS
Configuration key:use-node-name-as-external-address
Modifier and TypeMethodDescriptionHazelcastKubernetesDiscoveryStrategyFactory.getConfigurationProperties()
-
Uses of PropertyDefinition in com.hazelcast.spi.discovery
Modifier and TypeMethodDescriptionDiscoveryStrategyFactory.getConfigurationProperties()
Returns a set of the expected configuration properties.Modifier and TypeMethodDescriptionprotected <T extends Comparable>
TAbstractDiscoveryStrategy.getOrDefault
(PropertyDefinition property, T defaultValue) Returns the value of the requestedPropertyDefinition
if available in the declarative or programmatic configuration (XML or Config API), otherwise it will return the givendefaultValue
.protected <T extends Comparable>
TAbstractDiscoveryStrategy.getOrDefault
(String prefix, PropertyDefinition property, T defaultValue) Returns the value of the requestedPropertyDefinition
if available in the declarative or programmatic configuration (XML or Config API), can be found in the system's environment, or passed as a JVM property. otherwise it will return the givendefaultValue
.protected <T extends Comparable>
TAbstractDiscoveryStrategy.getOrNull
(PropertyDefinition property) Returns the value of the requestedPropertyDefinition
if available in the declarative or programmatic configuration (XML or Config API), otherwise it will returnnull
.protected <T extends Comparable>
TAbstractDiscoveryStrategy.getOrNull
(String prefix, PropertyDefinition property) Returns the value of the requestedPropertyDefinition
if available in the declarative or programmatic configuration (XML or Config API), can be found in the system's environment, or passed as a JVM property. -
Uses of PropertyDefinition in com.hazelcast.spi.discovery.multicast
Modifier and TypeFieldDescriptionstatic final PropertyDefinition
MulticastProperties.GROUP
Property used to define zones for node filtering.static final PropertyDefinition
MulticastProperties.PORT
Property used to define multicast port.static final PropertyDefinition
MulticastProperties.SAFE_SERIALIZATION
Property which determines if Java Serialization is used (false
) or rather the safer and portable one (true
).