| 程序包 | 说明 |
|---|---|
| com.qq.tars.support.config.prx |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ConfigPrx.async_checkConfig(ConfigPrxCallback callback,
String appServerName,
String filename,
String host)
Check whether the configuration file conforms to the TC_Config format
|
void |
ConfigPrx.async_checkConfig(ConfigPrxCallback callback,
String appServerName,
String filename,
String host,
Map<String,String> ctx)
Check whether the configuration file conforms to the TC_Config format
|
void |
ConfigPrx.async_checkConfigByInfo(ConfigPrxCallback callback,
ConfigInfo configInfo)
Check whether the configuration file conforms to the TC_Config format
|
void |
ConfigPrx.async_checkConfigByInfo(ConfigPrxCallback callback,
ConfigInfo configInfo,
Map<String,String> ctx)
Check whether the configuration file conforms to the TC_Config format
|
void |
ConfigPrx.async_ListConfig(ConfigPrxCallback callback,
String app,
String server)
Read the configuration file list
|
void |
ConfigPrx.async_ListConfig(ConfigPrxCallback callback,
String app,
String server,
Map<String,String> ctx)
Read the configuration file list
|
void |
ConfigPrx.async_ListConfigByInfo(ConfigPrxCallback callback,
ConfigInfo configInfo)
Read the configuration file list of the node where the service is located
|
void |
ConfigPrx.async_ListConfigByInfo(ConfigPrxCallback callback,
ConfigInfo configInfo,
Map<String,String> ctx)
Read the configuration file list of the node where the service is located
|
void |
ConfigPrx.async_loadConfig(ConfigPrxCallback callback,
String app,
String server,
String filename)
Read the configuration file list
|
void |
ConfigPrx.async_loadConfig(ConfigPrxCallback callback,
String app,
String server,
String filename,
Map<String,String> ctx)
Read the configuration file list
|
void |
ConfigPrx.async_loadConfigByHost(ConfigPrxCallback callback,
String appServerName,
String filename,
String host)
Read file according to host
|
void |
ConfigPrx.async_loadConfigByHost(ConfigPrxCallback callback,
String appServerName,
String filename,
String host,
Map<String,String> ctx)
Read file according to host
|
void |
ConfigPrx.async_loadConfigByInfo(ConfigPrxCallback callback,
ConfigInfo configInfo)
Read configuration file
|
void |
ConfigPrx.async_loadConfigByInfo(ConfigPrxCallback callback,
ConfigInfo configInfo,
Map<String,String> ctx)
Read configuration file
|
Copyright © 2020. All Rights Reserved.