public interface Constants
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDRESS_KEY |
static String |
ARGUMENTS
prefix of arguments router key
|
static String |
CLUSTER_AVAILABLE_CHECK_KEY
To decide whether to exclude unavailable invoker from the cluster
|
static String |
CLUSTER_STICKY_KEY
To decide whether to enable sticky strategy for cluster
|
static String |
CONFIG_VERSION_KEY |
static boolean |
DEFAULT_CLUSTER_AVAILABLE_CHECK
The default value of cluster.availablecheck
|
static boolean |
DEFAULT_CLUSTER_STICKY
The default value of sticky
|
static int |
DEFAULT_FAILBACK_TASKS |
static int |
DEFAULT_FORKS |
static String |
DEFAULT_SCRIPT_TYPE_KEY |
static int |
DEFAULT_WARMUP |
static int |
DEFAULT_WEIGHT |
static String |
EXPORT_KEY
The key name for export URL in register center
|
static String |
FAIL_BACK_TASKS_KEY |
static String |
FORCE_KEY |
static String |
INVOCATION_NEED_MOCK
When this attribute appears in invocation's attachment, mock invoker will be used
|
static String |
MOCK_PROTOCOL |
static String |
OVERRIDE_PROVIDERS_KEY |
static String |
PRIORITY_KEY |
static String |
REFER_KEY
The key name for reference URL in register center
|
static String |
ROUTER_KEY
key for router type, for e.g., "script"/"file", corresponding to ScriptRouterFactory.NAME, FileRouterFactory.NAME
|
static String |
ROUTER_TYPE_CLEAR
when ROUTER_KEY's value is set to ROUTER_TYPE_CLEAR, RegistryDirectory will clean all current routers
|
static String |
RULE_KEY |
static String |
RUNTIME_KEY |
static String |
TYPE_KEY |
static String |
WARMUP_KEY |
static String |
WEIGHT_KEY |
static final String FAIL_BACK_TASKS_KEY
static final int DEFAULT_FAILBACK_TASKS
static final int DEFAULT_FORKS
static final String WEIGHT_KEY
static final int DEFAULT_WEIGHT
static final String MOCK_PROTOCOL
static final String FORCE_KEY
static final String CLUSTER_AVAILABLE_CHECK_KEY
static final boolean DEFAULT_CLUSTER_AVAILABLE_CHECK
CLUSTER_AVAILABLE_CHECK_KEY,
Constant Field Valuesstatic final String CLUSTER_STICKY_KEY
static final boolean DEFAULT_CLUSTER_STICKY
CLUSTER_STICKY_KEY,
Constant Field Valuesstatic final String ADDRESS_KEY
static final String INVOCATION_NEED_MOCK
static final String ROUTER_TYPE_CLEAR
static final String DEFAULT_SCRIPT_TYPE_KEY
static final String PRIORITY_KEY
static final String RULE_KEY
static final String TYPE_KEY
static final String RUNTIME_KEY
static final String WARMUP_KEY
static final int DEFAULT_WARMUP
static final String CONFIG_VERSION_KEY
static final String OVERRIDE_PROVIDERS_KEY
static final String ROUTER_KEY
static final String REFER_KEY
static final String EXPORT_KEY
static final String ARGUMENTS
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.