Skip to content

Commit

Permalink
queryF.tars support frameworkPro
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Dec 21, 2023
1 parent 0af01a8 commit 4543531
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions servant/QueryF.tars
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ module tars
*/
int findObjectByIdInSameSet(string id, string setId, out vector<EndpointF> activeEp, out vector<EndpointF> inactiveEp);

/** 查找某个obj部署在哪些节点上 (企业版功能)
*
* @param id obj名称
* @return: 0-成功 others-失败
*/
int findObjectNodeName(string id, out vector<string> nodeName);

/** 注册数据变化的通知, 通知变化内容(企业版功能)
*
* @param name 当前模块名称
Expand Down

0 comments on commit 4543531

Please sign in to comment.