| Modifier and Type | Field and Description |
|---|---|
static String |
EUREKA_ONE_SYSTEM_PREFIX
Configuration System Environment Prefix: hazelcast.eurekaone.
|
static com.hazelcast.config.properties.PropertyDefinition |
NAMESPACE
Configuration key: namespace
|
static com.hazelcast.config.properties.PropertyDefinition |
SELF_REGISTRATION
Configuration key: self-registration
|
static com.hazelcast.config.properties.PropertyDefinition |
USE_CLASSPATH_EUREKA_CLIENT_PROPS
Configuration key: use-classpath-eureka-client-props
|
public static final String EUREKA_ONE_SYSTEM_PREFIX
Configuration System Environment Prefix: hazelcast.eurekaone.
Defines the prefix for system environment variables and JVM command line parameters.SELF_REGISTRATION will be:
-Dhazelcast.eurekaone.self-registration=value
Example: NAMESPACE will be:
-Dhazelcast.eurekaone.namespace=value
public static final com.hazelcast.config.properties.PropertyDefinition USE_CLASSPATH_EUREKA_CLIENT_PROPS
Configuration key: use-classpath-eureka-client-props
Defines if the Discovery SPI plugin will use the standard Eureka eureka.client.props
If true, the classpath-based Eureka properties file will be used, otherwise the plugin will use properties defined in the discovery-strategy config itself.
The default value is: true
public static final com.hazelcast.config.properties.PropertyDefinition SELF_REGISTRATION
Configuration key: self-registration
Defines if the Discovery SPI plugin will register itself with the Eureka 1 service discovery.
The default value is: true
public static final com.hazelcast.config.properties.PropertyDefinition NAMESPACE
Configuration key: namespace
Definition for providing different namespaces in order to not collide with other service registry clients in eureka-client.properties file.
The default value is: hazelcast
Copyright © 2018. All Rights Reserved.