接口 Constants
-
public interface Constants
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringADDRESS_KEYstatic StringARGUMENTSprefix of arguments router keystatic StringATTRIBUTE_KEYstatic StringCLUSTER_AVAILABLE_CHECK_KEYTo decide whether to exclude unavailable invoker from the clusterstatic StringCLUSTER_STICKY_KEYTo decide whether to enable sticky strategy for clusterstatic StringCONFIG_VERSION_KEYstatic StringCONSUMER_URL_KEYstatic booleanDEFAULT_CLUSTER_AVAILABLE_CHECKThe default value of cluster.availablecheckstatic booleanDEFAULT_CLUSTER_STICKYThe default value of stickystatic intDEFAULT_FAILBACK_TASKSstatic intDEFAULT_FORKSstatic StringDEFAULT_SCRIPT_TYPE_KEYstatic intDEFAULT_WARMUPstatic intDEFAULT_WEIGHTstatic StringEXPORT_KEYThe key name for export URL in register centerstatic StringFAIL_BACK_TASKS_KEYstatic StringFORCE_KEYstatic StringINVOCATION_NEED_MOCKWhen this attribute appears in invocation's attachment, mock invoker will be usedstatic StringMOCK_PROTOCOLstatic StringOVERRIDE_PROVIDERS_KEYstatic StringPEER_KEYstatic StringPRIORITY_KEYstatic StringREFER_KEYThe key name for reference URL in register centerstatic StringROUTER_KEYkey for router type, for e.g., "script"/"file", corresponding to ScriptRouterFactory.NAME, FileRouterFactory.NAMEstatic StringROUTER_TYPE_CLEARwhen ROUTER_KEY's value is set to ROUTER_TYPE_CLEAR, RegistryDirectory will clean all current routersstatic StringRULE_KEYstatic StringRUNTIME_KEYstatic StringTYPE_KEYstatic StringWARMUP_KEYstatic StringWEIGHT_KEY
-
-
-
字段详细资料
-
DEFAULT_FAILBACK_TASKS
static final int DEFAULT_FAILBACK_TASKS
- 另请参阅:
- 常量字段值
-
DEFAULT_FORKS
static final int DEFAULT_FORKS
- 另请参阅:
- 常量字段值
-
DEFAULT_WEIGHT
static final int DEFAULT_WEIGHT
- 另请参阅:
- 常量字段值
-
CLUSTER_AVAILABLE_CHECK_KEY
static final String CLUSTER_AVAILABLE_CHECK_KEY
To decide whether to exclude unavailable invoker from the cluster- 另请参阅:
- 常量字段值
-
DEFAULT_CLUSTER_AVAILABLE_CHECK
static final boolean DEFAULT_CLUSTER_AVAILABLE_CHECK
The default value of cluster.availablecheck- 另请参阅:
CLUSTER_AVAILABLE_CHECK_KEY, 常量字段值
-
CLUSTER_STICKY_KEY
static final String CLUSTER_STICKY_KEY
To decide whether to enable sticky strategy for cluster- 另请参阅:
- 常量字段值
-
DEFAULT_CLUSTER_STICKY
static final boolean DEFAULT_CLUSTER_STICKY
The default value of sticky- 另请参阅:
CLUSTER_STICKY_KEY, 常量字段值
-
INVOCATION_NEED_MOCK
static final String INVOCATION_NEED_MOCK
When this attribute appears in invocation's attachment, mock invoker will be used- 另请参阅:
- 常量字段值
-
ROUTER_TYPE_CLEAR
static final String ROUTER_TYPE_CLEAR
when ROUTER_KEY's value is set to ROUTER_TYPE_CLEAR, RegistryDirectory will clean all current routers- 另请参阅:
- 常量字段值
-
DEFAULT_WARMUP
static final int DEFAULT_WARMUP
- 另请参阅:
- 常量字段值
-
ROUTER_KEY
static final String ROUTER_KEY
key for router type, for e.g., "script"/"file", corresponding to ScriptRouterFactory.NAME, FileRouterFactory.NAME- 另请参阅:
- 常量字段值
-
REFER_KEY
static final String REFER_KEY
The key name for reference URL in register center- 另请参阅:
- 常量字段值
-
EXPORT_KEY
static final String EXPORT_KEY
The key name for export URL in register center- 另请参阅:
- 常量字段值
-
-