接口 Constants
-
- 所有已知实现类:
Constants
public interface Constants
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringADMIN_PROTOCOLstatic StringCONDITION_PROTOCOLstatic StringCONFIGURATORS_SUFFIXstatic StringCONSUMER_PROTOCOLstatic StringDEFAULT_REGISTRYstatic intDEFAULT_REGISTRY_RECONNECT_PERIODstatic intDEFAULT_REGISTRY_RETRY_PERIODDefault value for the period of retry interval in milliseconds: 5000static intDEFAULT_REGISTRY_RETRY_TIMESDefault value for the times of retry: 3static intDEFAULT_SESSION_TIMEOUTstatic StringPROVIDER_PROTOCOLstatic StringREGISTERstatic StringREGISTER_IP_KEYstatic StringREGISTER_KEYstatic StringREGISTRY__LOCAL_FILE_CACHE_ENABLEDWhether to cache locally, default is truestatic StringREGISTRY_FILESAVE_SYNC_KEYTo decide whether register center saves file synchronously, the default value is asynchronouslystatic StringREGISTRY_RECONNECT_PERIOD_KEYReconnection period in milliseconds for register centerstatic StringREGISTRY_RETRY_PERIOD_KEYPeriod of registry center's retry intervalstatic StringREGISTRY_RETRY_TIMES_KEYMost retry timesstatic StringSCRIPT_PROTOCOLstatic StringSESSION_TIMEOUT_KEYstatic StringSIMPLIFIED_KEYsimple the registry for provider.static StringSUBSCRIBEstatic StringSUBSCRIBE_KEYstatic StringTRACE_PROTOCOLstatic StringUNREGISTERstatic StringUNSUBSCRIBE
-
-
-
字段详细资料
-
SIMPLIFIED_KEY
static final String SIMPLIFIED_KEY
simple the registry for provider.- 从以下版本开始:
- 2.7.0
- 另请参阅:
- 常量字段值
-
REGISTRY_FILESAVE_SYNC_KEY
static final String REGISTRY_FILESAVE_SYNC_KEY
To decide whether register center saves file synchronously, the default value is asynchronously- 另请参阅:
- 常量字段值
-
REGISTRY__LOCAL_FILE_CACHE_ENABLED
static final String REGISTRY__LOCAL_FILE_CACHE_ENABLED
Whether to cache locally, default is true- 另请参阅:
- 常量字段值
-
REGISTRY_RECONNECT_PERIOD_KEY
static final String REGISTRY_RECONNECT_PERIOD_KEY
Reconnection period in milliseconds for register center- 另请参阅:
- 常量字段值
-
DEFAULT_SESSION_TIMEOUT
static final int DEFAULT_SESSION_TIMEOUT
- 另请参阅:
- 常量字段值
-
DEFAULT_REGISTRY_RETRY_TIMES
static final int DEFAULT_REGISTRY_RETRY_TIMES
Default value for the times of retry: 3- 另请参阅:
- 常量字段值
-
DEFAULT_REGISTRY_RECONNECT_PERIOD
static final int DEFAULT_REGISTRY_RECONNECT_PERIOD
- 另请参阅:
- 常量字段值
-
DEFAULT_REGISTRY_RETRY_PERIOD
static final int DEFAULT_REGISTRY_RETRY_PERIOD
Default value for the period of retry interval in milliseconds: 5000- 另请参阅:
- 常量字段值
-
REGISTRY_RETRY_PERIOD_KEY
static final String REGISTRY_RETRY_PERIOD_KEY
Period of registry center's retry interval- 另请参阅:
- 常量字段值
-
-