| 程序包 | 说明 |
|---|---|
| com.qq.tars.support.config.prx |
| 限定符和类型 | 方法和说明 |
|---|---|
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_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_loadConfigByInfo(ConfigPrxCallback callback,
ConfigInfo configInfo)
Read configuration file
|
void |
ConfigPrx.async_loadConfigByInfo(ConfigPrxCallback callback,
ConfigInfo configInfo,
Map<String,String> ctx)
Read configuration file
|
int |
ConfigPrx.checkConfigByInfo(ConfigInfo configInfo,
Holder<String> result)
Check whether the configuration file conforms to the TC_Config format
|
int |
ConfigPrx.checkConfigByInfo(ConfigInfo configInfo,
Holder<String> result,
Map<String,String> ctx)
Check whether the configuration file conforms to the TC_Config format
|
int |
ConfigPrx.ListConfigByInfo(ConfigInfo configInfo,
Holder<List<String>> vf)
Read the configuration file list of the node where the service is located
|
int |
ConfigPrx.ListConfigByInfo(ConfigInfo configInfo,
Holder<List<String>> vf,
Map<String,String> ctx)
Read the configuration file list of the node where the service is located
|
int |
ConfigPrx.loadConfigByInfo(ConfigInfo configInfo,
Holder<String> config)
Read configuration file
|
int |
ConfigPrx.loadConfigByInfo(ConfigInfo configInfo,
Holder<String> config,
Map<String,String> ctx)
Read configuration file
|
Copyright © 2020. All Rights Reserved.