Skip to content

Commit

Permalink
update tarscpp, update 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 2944aa9 commit a41ce19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RegistryServer/QueryImp.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ class QueryImp: public QueryF
*/
Int32 findObjectByIdInSameSet(const std::string & id,const std::string & setId,vector<EndpointF> &activeEp,vector<EndpointF> &inactiveEp, CurrentPtr current);

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

/** 注册数据通知, 同时上报本地缓存数据的最后时间, 如果服务端发现变化则全量推送(企业版功能)
*
* @param timestamp <数据类型, 最后数据时间戳>
Expand Down
2 changes: 1 addition & 1 deletion tarscpp

0 comments on commit a41ce19

Please sign in to comment.