public interface Constants
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ADDRESS_KEY |
static String |
ARGUMENTS
prefix of arguments router key
|
static String |
ATTRIBUTE_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 |
CONDITIONS_KEY |
static String |
CONFIG_VERSION_KEY |
static String |
CONSUMER_URL_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 |
DYNAMIC_KEY |
static String |
ENABLED_KEY |
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 |
KEY_KEY |
static String |
MOCK_PROTOCOL |
static String |
NEED_REEXPORT |
static String |
OVERRIDE_PROVIDERS_KEY |
static String |
PEER_KEY |
static String |
PRIORITY_KEY |
static String |
RAW_RULE_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 |
SCOPE_KEY |
static String |
SHORTEST_RESPONSE_SLIDE_PERIOD
The key of shortestResponseSlidePeriod
|
static String |
SHOULD_FAIL_FAST_KEY |
static String |
TAGS_KEY |
static String |
TYPE_KEY |
static String |
VALID_KEY |
static String |
WARMUP_KEY |
static String |
WEIGHT_KEY |
static final int DEFAULT_FAILBACK_TASKS
static final int DEFAULT_FORKS
static final int DEFAULT_WEIGHT
static final String CLUSTER_AVAILABLE_CHECK_KEY
static final boolean DEFAULT_CLUSTER_AVAILABLE_CHECK
CLUSTER_AVAILABLE_CHECK_KEY,
常量字段值static final String CLUSTER_STICKY_KEY
static final boolean DEFAULT_CLUSTER_STICKY
CLUSTER_STICKY_KEY,
常量字段值static final String INVOCATION_NEED_MOCK
static final String ROUTER_TYPE_CLEAR
static final int DEFAULT_WARMUP
static final String ROUTER_KEY
static final String REFER_KEY
static final String EXPORT_KEY
static final String SHORTEST_RESPONSE_SLIDE_PERIOD
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.