| 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
|
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 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 © 2017. All Rights Reserved.