| 限定符和类型 | 类和说明 |
|---|---|
class |
TarsAbstractCallback |
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LogPrx.async_logger(LogPrxCallback callback,
String app,
String server,
String file,
String format,
List<String> buffer)
Record remote logs
|
void |
LogPrx.async_logger(LogPrxCallback callback,
String app,
String server,
String file,
String format,
List<String> buffer,
Map<String,String> ctx)
Record remote logs
|
void |
LogPrx.async_loggerbyInfo(LogPrxCallback callback,
LogInfo info,
List<String> buffer)
Record remote logs
|
void |
LogPrx.async_loggerbyInfo(LogPrxCallback callback,
LogInfo info,
List<String> buffer,
Map<String,String> ctx)
Record remote logs
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ServerFPrx.async_keepAlive(ServerFPrxCallback callback,
ServerInfo serverInfo)
Report serverInfo to node regularly
|
void |
ServerFPrx.async_keepAlive(ServerFPrxCallback callback,
ServerInfo serverInfo,
Map<String,String> ctx)
Report serverInfo to node regularly
|
void |
ServerFPrx.async_reportVersion(ServerFPrxCallback callback,
String app,
String serverName,
String version)
Report TARS version information to node
|
void |
ServerFPrx.async_reportVersion(ServerFPrxCallback callback,
String app,
String serverName,
String version,
Map<String,String> ctx)
Report TARS version information to node
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NotifyPrx.async_getNotifyInfo(NotifyPrxCallback callback,
NotifyKey stKey)
Get report information
|
void |
NotifyPrx.async_getNotifyInfo(NotifyPrxCallback callback,
NotifyKey stKey,
Map<String,String> ctx)
Get report information
|
void |
NotifyPrx.async_notifyServer(NotifyPrxCallback callback,
String sServerName,
int level,
String sMessage)
Business reported information, used for alarm
|
void |
NotifyPrx.async_notifyServer(NotifyPrxCallback callback,
String sServerName,
int level,
String sMessage,
Map<String,String> ctx)
Business reported information, used for alarm
|
void |
NotifyPrx.async_reportNotifyInfo(NotifyPrxCallback callback,
ReportInfo info) |
void |
NotifyPrx.async_reportNotifyInfo(NotifyPrxCallback callback,
ReportInfo info,
Map<String,String> ctx) |
void |
NotifyPrx.async_reportServer(NotifyPrxCallback callback,
String sServerName,
String sThreadId,
String sMessage)
The information reported by the framework is stored in the database
|
void |
NotifyPrx.async_reportServer(NotifyPrxCallback callback,
String sServerName,
String sThreadId,
String sMessage,
Map<String,String> ctx)
The information reported by the framework is stored in the database
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PropertyFPrx.async_reportPropMsg(PropertyFPrxCallback callback,
Map<StatPropMsgHead,StatPropMsgBody> statmsg)
Report attribute statistics information Prop = property
|
void |
PropertyFPrx.async_reportPropMsg(PropertyFPrxCallback callback,
Map<StatPropMsgHead,StatPropMsgBody> statmsg,
Map<String,String> ctx)
Report attribute statistics information Prop = property
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
QueryFPrx.async_findObjectById(QueryFPrxCallback callback,
String id)
Get the object by id
|
void |
QueryFPrx.async_findObjectById(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Get the object by id
|
void |
QueryFPrx.async_findObjectById4All(QueryFPrxCallback callback,
String id)
Get all endpoint lists of objects according to id, the function is the same as findObjectByIdInSameGroup
|
void |
QueryFPrx.async_findObjectById4All(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Get all endpoint lists of objects according to id, the function is the same as findObjectByIdInSameGroup
|
void |
QueryFPrx.async_findObjectById4Any(QueryFPrxCallback callback,
String id)
Gets all objects by id, both active and inactive
|
void |
QueryFPrx.async_findObjectById4Any(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Gets all objects by id, both active and inactive
|
void |
QueryFPrx.async_findObjectByIdInSameGroup(QueryFPrxCallback callback,
String id)
Get the same group endpoint list of objects according to id
|
void |
QueryFPrx.async_findObjectByIdInSameGroup(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Get the same group endpoint list of objects according to id
|
void |
QueryFPrx.async_findObjectByIdInSameSet(QueryFPrxCallback callback,
String id,
String setId)
Get the same group endpoint list of objects according to id
|
void |
QueryFPrx.async_findObjectByIdInSameSet(QueryFPrxCallback callback,
String id,
String setId,
Map<String,String> ctx)
Get the same group endpoint list of objects according to id
|
void |
QueryFPrx.async_findObjectByIdInSameStation(QueryFPrxCallback callback,
String id,
String sStation)
Get the endpoint list of the specified home location of the object according to id
|
void |
QueryFPrx.async_findObjectByIdInSameStation(QueryFPrxCallback callback,
String id,
String sStation,
Map<String,String> ctx)
Get the endpoint list of the specified home location of the object according to id
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StatFPrx.async_reportMicMsg(StatFPrxCallback callback,
Map<StatMicMsgHead,StatMicMsgBody> msg,
boolean bFromClient)
Report calling information between modules Mic = module interval call
|
void |
StatFPrx.async_reportMicMsg(StatFPrxCallback callback,
Map<StatMicMsgHead,StatMicMsgBody> msg,
boolean bFromClient,
Map<String,String> ctx)
Report calling information between modules Mic = module interval call
|
void |
StatFPrx.async_reportSampleMsg(StatFPrxCallback callback,
List<StatSampleMsg> msg)
上报模块间调用采样信息 Mic = module interval call
|
void |
StatFPrx.async_reportSampleMsg(StatFPrxCallback callback,
List<StatSampleMsg> msg,
Map<String,String> ctx)
上报模块间调用采样信息 Mic = module interval call
|
Copyright © 2020. All Rights Reserved.