WO2016062144A1 - Application node management method, system, and aggregation node - Google Patents

Application node management method, system, and aggregation node Download PDF

Info

Publication number
WO2016062144A1
WO2016062144A1 PCT/CN2015/085458 CN2015085458W WO2016062144A1 WO 2016062144 A1 WO2016062144 A1 WO 2016062144A1 CN 2015085458 W CN2015085458 W CN 2015085458W WO 2016062144 A1 WO2016062144 A1 WO 2016062144A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
node
application node
user equipment
message
Prior art date
Application number
PCT/CN2015/085458
Other languages
French (fr)
Chinese (zh)
Inventor
卞登奎
邓爱华
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2016062144A1 publication Critical patent/WO2016062144A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Definitions

  • the present invention relates to the field of communications, and in particular, to a method, system, and summary node for managing an application node.
  • the interaction between the application node and the summary node mostly uses Representational State Transfer (REST) message communication.
  • REST Representational State Transfer
  • the summary data displayed by the summary node may be lacking or directly lost; when some REST message queries take a long time, the user experience may not be ideal; Most of the data synchronization processing will adopt the mechanism of timing synchronization, but if the amount of data is large, it will cause great pressure on the system, and at the same time, many message interactions are wasted.
  • the embodiment of the invention provides a method, a system and a summary node for managing an application node, and aims to at least solve the technical problem of a large number of interaction information between the application node and the summary node.
  • an embodiment of the present invention provides a method for managing an application node, where the method includes:
  • Receiving a first data request sent by the user equipment and sending, according to the stored data and the first data request, data corresponding to the first data request to the user equipment.
  • the method further includes:
  • the method further includes:
  • an embodiment of the present invention provides a method for managing an application node, where the method includes:
  • the summary node sends a first message to the application node, where the first message is used to obtain data of the application node;
  • the summary node receives data sent by the application node, and stores the data
  • the summary node receives the first data request sent by the user equipment, and sends the data corresponding to the first data request to the user equipment according to the stored data and the first data request.
  • the summary node After the summary node receives the data request sent by the user equipment, and after sending the data to the user equipment according to the stored data and the data request, the summary node further includes:
  • the summary node sends a second message to the application node, where the second message is used to obtain the latest data of the application node;
  • the summary node receives the latest data sent by the application node and stores the latest data.
  • the method further includes:
  • the summary node receives the data and transmits the data to the user equipment.
  • the embodiment of the present invention provides a summary node, where the summary node includes:
  • a first sending unit configured to send a first message to the application node, where the first message is used to acquire data of the application node;
  • a first receiving unit configured to receive data sent by the application node, and store the data
  • the second receiving unit is configured to receive the first data request sent by the user equipment, and send the data corresponding to the first data request to the user equipment according to the stored data and the first data request.
  • an update unit configured to determine, according to a preset time, whether the stored data is the latest data; if the stored data is not the latest data, send a second message to the application node, where the second message is used to obtain The latest data of the application node; receiving the latest data sent by the application node, and storing the latest data.
  • the summary node further includes a third receiving unit and a second sending unit;
  • the third receiving unit is configured to receive a second data request sent by the user equipment
  • the second sending unit is configured to send the second data request to the application node
  • the third receiving unit is further configured to receive data corresponding to the second data request sent by the application node;
  • the second sending unit is further configured to send the data corresponding to the second data request to the user equipment.
  • an embodiment of the present invention provides a system for managing an application node, where the system includes a summary node and at least one application node, and the summary node and the application node transfer a REST interface through a representational state. Connected, the summary node includes the summary node described above.
  • the first message is sent to the application node, where the first message is used to acquire data of the application node; the data sent by the application node is received, and the data is stored; and the first message sent by the user equipment is received.
  • Data request sending data corresponding to the first data request to the user equipment according to the stored data and the first data request, thereby reducing frequent interaction between the summary node and the application node, and the summary node may save
  • the data of the application node can be affected by other factors when the user queries.
  • FIG. 1 is a schematic flowchart of a first embodiment of a method for managing an application node according to the present invention
  • FIG. 2 is a schematic flowchart diagram of a second embodiment of a method for managing an application node according to the present invention
  • FIG. 3 is a schematic flowchart of a third embodiment of a method for managing an application node according to the present invention.
  • FIG. 4 is a schematic diagram of a method for managing an application node provided by the present invention.
  • FIG. 5 is a schematic flowchart diagram of a fourth embodiment of a method for managing an application node according to the present invention.
  • FIG. 6 is a schematic flowchart diagram of a fifth embodiment of a method for managing an application node according to the present invention.
  • FIG. 7 is a schematic flowchart diagram of a sixth embodiment of a method for managing an application node according to the present invention.
  • FIG. 8 is a schematic diagram of functional modules of a first embodiment of a summary node according to the present invention.
  • FIG. 9 is a schematic diagram of functional modules of a second embodiment of a summary node according to the present invention.
  • FIG. 10 is a schematic diagram of functional modules of a third embodiment of a summary node according to the present invention.
  • FIG. 11 is a schematic diagram of functional modules of a system for managing an application node according to the present invention.
  • the present invention provides a method of managing an application node.
  • FIG. 1 is a schematic flowchart diagram of a first embodiment of a method for managing an application node according to the present invention.
  • the method for managing an application node includes:
  • Step 101 Send a first message to an application node, where the first message is used to obtain data of the application node.
  • the summary node first sends a message to each application node, requests to query the latest data of each application node, and summarizes the data information of each application node and the basic data information of each application node service or other data information of each application node. .
  • Step 102 Receive data sent by the application node, and store the data.
  • the summary node saves the data information in a database, so that the user can request to view data information of each application node.
  • Step 103 Receive a first data request sent by the user equipment, and send data corresponding to the first data request to the user equipment according to the stored data and the first data request.
  • the user equipment when the user equipment requests the summary node to view data of each application node, the user equipment sends a data request to the summary node.
  • the summary node obtains corresponding data from a pre-stored database and sends the data to the user equipment in the form of a page.
  • the first message is sent to the application node, where the first message is used to acquire data of the application node; the data sent by the application node is received, and the data is stored; and the first message sent by the user equipment is received.
  • Data request sending data corresponding to the first data request to the user equipment according to the stored data and the first data request, thereby reducing frequent interaction between the summary node and the application node, and the summary node may save
  • the data of the application node can be affected by other factors when the user queries.
  • FIG. 2 is a schematic flowchart diagram of a second embodiment of a method for managing an application node according to the present invention.
  • step 103 further includes steps 104-106;
  • Step 104 Determine, according to a preset time, whether the stored data is the latest data
  • the summary node checks whether the result of the application node N is the latest one. If 30 minutes is a preset time, it can be checked whether the acquired data of the application node N is within 30 minutes.
  • Step 105 If the stored data is not the latest data, send a second message to the application node, where the second message is used to obtain latest data of the application node;
  • the summary node sends a message to the application node N to request the latest data.
  • Step 106 Receive latest data sent by the application node, and store the latest data.
  • the summary node saves the latest data in a database.
  • FIG. 3 is a schematic flowchart diagram of a third embodiment of a method for managing an application node according to the present invention. Based on the first embodiment or the second embodiment, steps 107-108 are further included.
  • Step 107 Receive a second data request sent by the user equipment, and send the second data request to the application node.
  • the user equipment sends a data request to the summary node; the summary node forwards the data request to the application node, and requests to query the application node. The latest data. Receiving data corresponding to the second data request sent by the application node, and sending the data corresponding to the second data request to the user equipment.
  • the application node In the case that the application node returns a data message, the application node sends the data information to the summary node, so that the summary node directly sends the data message to the user equipment, and does not save the database; The data message is sent to the user equipment in the form of a page.
  • FIG. 4 is a schematic diagram of a method for managing an application node provided by the present invention.
  • Step 401 When the system is initialized, the summary node first sends a message to each application node, requests to query the latest data of each application node, and summarizes the data information of each application node and the basic data information of each application node service or other data information of each application node. ;
  • Step 402 After the data information is returned, the summary node saves the data information in a database, so that the user can request to view data information of each application node.
  • Step 403 When the user equipment requests the summary node to view data of each application node, the user equipment sends a data request to the summary node.
  • Step 404 The summary node acquires corresponding data from a pre-stored database and sends the data to the user equipment in the form of a page.
  • Step 405 The summary node checks whether the result of the application node N is the latest one, and assumes that 30 minutes is a preset time, and can check whether the acquired data of the application node N is within 30 minutes;
  • Step 406 If the data of the application node N is not the latest data, the summary node sends a message to the application node N to request the latest data.
  • Step 407 After the latest message is returned, the summary node saves the latest data in a database
  • Step 408 When the user requests to view basic information of each application node, the user equipment sends a data request to the summary node.
  • Step 409 The summary node forwards the data request to the application node, and requests to query the latest data of the application node.
  • Step 410 In the case that the application node returns a data message, the application node sends the data information to the summary node, so that the summary node directly sends the data message to the user equipment, and does not save the database.
  • Step 411 The summary node sends the data message to the user equipment in the form of a page.
  • the solution provided by the embodiment of the present invention is to provide a mechanism for combining real-time messages and databases, and the information of the summary class and the information that takes a long time are saved in the database after querying the REST interface, and automatically synchronize the latest data after a fixed time. Other basic information is queried through real-time messages.
  • the advantage of this approach is that it reduces message interaction, and there is no message interaction when the user is not using the summary node.
  • the data is not up to date, and the latest data is automatically synchronized.
  • the latest data is sent to the user, and the user does not need to wait for synchronization.
  • the update time is set so that the user can see the next visit.
  • the latest data for the application node When the application node stops running or the network is interrupted, it does not affect the access of the summary node because some summary information is stored in the database.
  • FIG. 5 is a schematic flowchart diagram of a fourth embodiment of a method for managing an application node according to the present invention.
  • the method for managing an application node includes:
  • Step 501 The summary node sends a first message to the application node, where the first message is used to obtain data of the application node.
  • the summary node first sends a message to each application node, requests to query the latest data of each application node, and summarizes the data information of each application node and the basic data information of each application node service or other data information of each application node. .
  • Step 502 The summary node receives data sent by the application node, and stores the data.
  • the summary node saves the data information in a database, so that the user can request to view data information of each application node.
  • Step 503 The user equipment sends a first data request to the summary node.
  • the user equipment when the user equipment requests the summary node to view data of each application node, the user equipment sends a data request to the summary node.
  • Step 504 The summary node receives the first data request sent by the user equipment, and sends data corresponding to the first data request to the user equipment according to the stored data and the first data request.
  • the summary node acquires corresponding data from a pre-stored database and sends the data to the user equipment in the form of a page.
  • the first message is sent to the application node, where the first message is used to acquire data of the application node; the data sent by the application node is received, and the data is stored; and the first message sent by the user equipment is received.
  • Data request sending data corresponding to the first data request to the user equipment according to the stored data and the first data request, thereby reducing frequent interaction between the summary node and the application node, and the summary node may save
  • the data of the application node can be affected by other factors when the user queries.
  • FIG. 6 is a schematic flowchart diagram of a fifth embodiment of a method for managing an application node according to the present invention.
  • step 504 further includes steps 505-507;
  • Step 505 The summary node determines, according to a preset time, whether the stored data is the latest data.
  • the summary node checks whether the result of the application node N is the latest one. If 30 minutes is a preset time, it can be checked whether the acquired data of the application node N is within 30 minutes.
  • Step 506 If the stored data is not the latest data, the summary node sends a second message to the application node, where the second message is used to obtain the latest data of the application node.
  • the summary node sends a message to the application node N to request the latest data.
  • Step 507 The summary node receives the latest data sent by the application node, and stores the latest data.
  • the summary node saves the latest data in a database.
  • FIG. 7 is a schematic flowchart diagram of a sixth embodiment of a method for managing an application node according to the present invention. Based on the fourth embodiment or the fifth embodiment, step 508-step 511 is further included.
  • Step 508 The user equipment sends a second data request for accessing the application node to the summary node.
  • the user equipment sends a data request to the summary node.
  • Step 509 The summary node receives the second data request, and sends the second data request to the application node.
  • the summary node forwards the data request to the application node, and requests to query the latest data of the application node.
  • Step 510 The application node sends data to the summary node according to the second data request.
  • the application node sends the data information to the summary node, so that the summary node directly sends the data message to the user equipment, and does not save the database.
  • Step 511 The summary node receives the data, and sends the data to the user equipment.
  • the summary node sends the data message to the user equipment in the form of a page.
  • the solution provided by the embodiment of the present invention is to provide a mechanism for combining real-time messages and databases, and the information of the summary class and the information that takes a long time are saved in the database after querying the REST interface, and automatically synchronize the latest data after a fixed time. Other basic information is queried through real-time messages.
  • the advantage of this approach is that it reduces message interaction, and there is no message interaction when the user is not using the summary node.
  • the data is not up to date, and the latest data is automatically synchronized.
  • the latest data is sent to the user, and the user does not need to wait for synchronization.
  • the update time is set so that the user can see the next visit.
  • the latest data for the application node When the application node stops running or the network is interrupted, it does not affect the access of the summary node because some summary information is stored in the database.
  • the embodiment of the invention further provides a summary node.
  • FIG. 8 is a schematic diagram of functional modules of a first embodiment of a summary node according to the present invention.
  • the summary node includes:
  • the first sending unit 801 is configured to send a first message to the application node, where the first message is used to acquire data of the application node;
  • the summary node first sends a message to each application node, requests to query the latest data of each application node, and summarizes the data information of each application node and the basic data information of each application node service or other data information of each application node. .
  • the first receiving unit 802 is configured to receive data sent by the application node, and store the data
  • the summary node saves the data information in a database, so that the user can request to view data information of each application node.
  • the second receiving unit 803 is configured to receive a first data request sent by the user equipment, and send data corresponding to the first data request to the user equipment according to the stored data and the first data request.
  • the user equipment when the user equipment requests the summary node to view data of each application node, the user equipment sends a data request to the summary node;
  • the summary node obtains corresponding data from a pre-stored database and sends the data to the user equipment in the form of a page.
  • the first message is sent to the application node, where the first message is used to acquire data of the application node; the data sent by the application node is received, and the data is stored; and the first message sent by the user equipment is received.
  • Data request sending data corresponding to the first data request to the user equipment according to the stored data and the first data request, thereby reducing frequent interaction between the summary node and the application node, and the summary node may save
  • the data of the application node can be affected by other factors when the user queries.
  • FIG. 9 is a schematic diagram of functional modules of a second embodiment of a summary node according to the present invention.
  • the summary node further includes an update unit 804;
  • the updating unit 804 is configured to determine, according to a preset time, whether the stored data is the latest data; if the stored data is not the latest data, send a second message to the application node, the second message And acquiring latest data of the application node; receiving latest data sent by the application node, and storing the latest data.
  • the summary node checks whether the result of the application node N is the latest one, and assumes that 30 minutes is a preset time, and can check whether the acquired data of the application node N is within 30 minutes;
  • the summary node sends a message to the application node N to request the latest data
  • the summary node saves the latest data in a database.
  • FIG. 10 is a schematic diagram of functional modules of a third embodiment of a summary node according to the present invention.
  • a third receiving unit 805 and a second transmitting unit 806 are further included.
  • the third receiving unit 805 is configured to receive a second data request sent by the user equipment
  • the user equipment sends a data request to the summary node.
  • the second sending unit 806 is configured to send the second data request to the application node
  • the summary node forwards the data request to the application node, and requests to query the latest data of the application node.
  • the third receiving unit 805 is further configured to receive data corresponding to the second data request sent by the application node;
  • the application node sends the data information to the summary node, so that the summary node directly sends the data message to the user equipment, and does not save the database.
  • the second sending unit 806 is further configured to send the data corresponding to the second data request to the user equipment.
  • the summary node sends the data message to the user equipment in the form of a page.
  • the solution provided by the embodiment of the present invention is to provide a mechanism for combining real-time messages and databases, and the information of the summary class and the information that takes a long time are saved in the database after querying the REST interface, and automatically synchronize the latest data after a fixed time. Other basic information is queried through real-time messages.
  • the advantage of this approach is that it reduces message interaction, and there is no message interaction when the user is not using the summary node.
  • the data is not up to date, and the latest data is automatically synchronized.
  • the latest data is sent to the user, and the user does not need to wait for synchronization.
  • the update time is set so that the user can see the next visit.
  • the latest data for the application node When the application node stops running or the network is interrupted, it does not affect the access of the summary node because some summary information is stored in the database.
  • Embodiments of the present invention provide a system for managing an application node.
  • FIG. 11 is a schematic diagram of functional modules of a system for managing an application node according to the present invention.
  • the system for managing an application node includes:
  • the system includes a summary node 1101 and at least one application node 1102, and the summary node 1101 and the application node 1102 are connected by a representational state transition REST interface, and the summary node 1101 includes the summary described in FIGS. 8-10. Node 1101.
  • the first message is sent to the application node, where the first message is used to acquire data of the application node; the data sent by the application node is received, and the data is stored; and the first message sent by the user equipment is received.
  • a data request sending the first to the user equipment according to the stored data and the first data request
  • the data requests the corresponding data, thereby reducing the frequent interaction between the summary node and the application node, and the summary node can save the data of the application node, and the user can be influenced by other factors when querying.
  • the method, system, and summary node for managing an application node have the following beneficial effects: the first message is used to obtain the application node by sending a first message to the application node. And receiving the data sent by the application node, and storing the data; receiving a first data request sent by the user equipment, and sending the first message to the user equipment according to the stored data and the first data request.
  • the data requests the corresponding data, thereby reducing the frequent interaction between the summary node and the application node, and the summary node can save the data of the application node, and the user can be influenced by other factors when querying.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Disclosed is an application node management method, the method comprising: transmitting a first message to an application node, the first message being used for obtaining data of the application node; receiving and storing data transmitted by the application node; receiving a first data request transmitted by a user equipment, and according to the stored data and the first data request, transmitting data corresponding to the first data request to the user equipment. Also disclosed are an aggregation node and a system for managing an application node, thus reducing frequent interaction between the aggregation node and the application node, and enabling the aggregation node to save data of the application node, and avoiding the influence of other factors during a user query.

Description

管理应用节点的方法、系统及汇总节点Method, system and summary node for managing application nodes 技术领域Technical field
本发明涉及通信领域,尤其涉及到一种管理应用节点的方法、系统及汇总节点。The present invention relates to the field of communications, and in particular, to a method, system, and summary node for managing an application node.
背景技术Background technique
一般情况下,应用节点和汇总节点之间的交互多数采用表述性状态转移(Representational State Transfer,REST)消息通讯。当网络中断、或者应用节点停止工作的情况下,汇总节点显示的汇总数据会有所欠缺或者直接丢失;当某些REST消息查询耗时较长的情况下,对用户的体验会不理想;针对数据的同步处理大多数会采用定时同步的机制,但如果数据量较庞大,会造成系统很大压力,同时,很多的消息交互是浪费的。In general, the interaction between the application node and the summary node mostly uses Representational State Transfer (REST) message communication. When the network is interrupted or the application node stops working, the summary data displayed by the summary node may be lacking or directly lost; when some REST message queries take a long time, the user experience may not be ideal; Most of the data synchronization processing will adopt the mechanism of timing synchronization, but if the amount of data is large, it will cause great pressure on the system, and at the same time, many message interactions are wasted.
发明内容Summary of the invention
本发明实施例提供了一种管理应用节点的方法、系统及汇总节点,旨在至少解决应用节点及汇总节点之间交互信息繁多的技术问题。The embodiment of the invention provides a method, a system and a summary node for managing an application node, and aims to at least solve the technical problem of a large number of interaction information between the application node and the summary node.
为至少实现上述目的,本发明实施例提供了一种管理应用节点的方法,所述方法包括:To achieve at least the above object, an embodiment of the present invention provides a method for managing an application node, where the method includes:
向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;Sending a first message to the application node, where the first message is used to acquire data of the application node;
接收所述应用节点发送的数据,并存储所述数据;Receiving data sent by the application node, and storing the data;
接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据。Receiving a first data request sent by the user equipment, and sending, according to the stored data and the first data request, data corresponding to the first data request to the user equipment.
所述接收用户设备发送的数据请求,根据存储的所述数据和所述数据请求向所述用户设备发送数据之后,还包括:After the data request sent by the user equipment is sent to the user equipment according to the stored data and the data request, the method further includes:
根据预先设置的时间判断存储的所述数据是否为最新数据;Determining whether the stored data is the latest data according to a preset time;
若存储的所述数据不是最新数据,则向所述应用节点发送第二消息,所述第二消息用于获取所述应用节点的最新数据; Sending, to the application node, a second message, where the stored data is not the latest data, where the second message is used to obtain latest data of the application node;
接收所述应用节点发送的最新数据,并存储所述最新数据。Receiving the latest data sent by the application node and storing the latest data.
所述方法还包括:The method further includes:
接收所述用户设备发送的第二数据请求,并将所述第二数据请求发送给所述应用节点;Receiving a second data request sent by the user equipment, and sending the second data request to the application node;
接收所述应用节点发送的与所述第二数据请求对应的数据,并将所述与所述第二数据请求对应的数据发送给所述用户设备。Receiving data corresponding to the second data request sent by the application node, and sending the data corresponding to the second data request to the user equipment.
为至少实现上述目的,本发明实施例提供了一种管理应用节点的方法,所述方法包括:To achieve at least the above object, an embodiment of the present invention provides a method for managing an application node, where the method includes:
汇总节点向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;The summary node sends a first message to the application node, where the first message is used to obtain data of the application node;
所述汇总节点接收所述应用节点发送的数据,并存储所述数据;The summary node receives data sent by the application node, and stores the data;
所述汇总节点接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据。The summary node receives the first data request sent by the user equipment, and sends the data corresponding to the first data request to the user equipment according to the stored data and the first data request.
所述汇总节点接收所述用户设备发送的数据请求,根据存储的所述数据和所述数据请求向所述用户设备发送数据之后,还包括:After the summary node receives the data request sent by the user equipment, and after sending the data to the user equipment according to the stored data and the data request, the summary node further includes:
所述汇总节点根据预先设置的时间判断存储的所述数据是否为最新数据;Determining, by the summary node, whether the stored data is the latest data according to a preset time;
若存储的所述数据不是最新数据,则所述汇总节点向所述应用节点发送第二消息,所述第二消息用于获取所述应用节点的最新数据;If the stored data is not the latest data, the summary node sends a second message to the application node, where the second message is used to obtain the latest data of the application node;
所述汇总节点接收所述应用节点发送的最新数据,并存储所述最新数据。The summary node receives the latest data sent by the application node and stores the latest data.
所述方法还包括:The method further includes:
所述汇总节点接收到所述用户设备发送的访问所述应用节点的第二数据请求,并将所述第二数据请求发送给所述应用节点;Receiving, by the user equipment, a second data request sent by the user equipment to access the application node, and sending the second data request to the application node;
所述应用节点根据所述第二数据请求向所述汇总节点发送数据;Sending, by the application node, data to the summary node according to the second data request;
所述汇总节点接收所述数据,并将所述数据发送给所述用户设备。The summary node receives the data and transmits the data to the user equipment.
为至少实现上述目的,本发明实施例提供了一种汇总节点,所述汇总节点包括: In order to achieve at least the foregoing, the embodiment of the present invention provides a summary node, where the summary node includes:
第一发送单元,设置为向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;a first sending unit, configured to send a first message to the application node, where the first message is used to acquire data of the application node;
第一接收单元,设置为接收所述应用节点发送的数据,并存储所述数据;a first receiving unit, configured to receive data sent by the application node, and store the data;
第二接收单元,设置为接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据。The second receiving unit is configured to receive the first data request sent by the user equipment, and send the data corresponding to the first data request to the user equipment according to the stored data and the first data request.
所述汇总节点还包括:The summary node further includes:
更新单元,设置为根据预先设置的时间判断存储的所述数据是否为最新数据;若存储的所述数据不是最新数据,则向所述应用节点发送第二消息,所述第二消息用于获取所述应用节点的最新数据;接收所述应用节点发送的最新数据,并存储所述最新数据。And an update unit, configured to determine, according to a preset time, whether the stored data is the latest data; if the stored data is not the latest data, send a second message to the application node, where the second message is used to obtain The latest data of the application node; receiving the latest data sent by the application node, and storing the latest data.
所述汇总节点还包括第三接收单元和第二发送单元;The summary node further includes a third receiving unit and a second sending unit;
所述第三接收单元,设置为接收所述用户设备发送的第二数据请求;The third receiving unit is configured to receive a second data request sent by the user equipment;
所述第二发送单元,设置为将所述第二数据请求发送给所述应用节点;The second sending unit is configured to send the second data request to the application node;
所述第三接收单元,还设置为接收所述应用节点发送的与所述第二数据请求对应的数据;The third receiving unit is further configured to receive data corresponding to the second data request sent by the application node;
所述第二发送单元,还设置为将所述与所述第二数据请求对应的数据发送给所述用户设备。The second sending unit is further configured to send the data corresponding to the second data request to the user equipment.
为至少实现上述目的,本发明实施例提供了一种管理应用节点的系统,所述系统包括汇总节点和至少一个应用节点,所述汇总节点和所述应用节点之间通过表述性状态转移REST接口连接,所述汇总节点包括上述的汇总节点。In order to achieve at least the above object, an embodiment of the present invention provides a system for managing an application node, where the system includes a summary node and at least one application node, and the summary node and the application node transfer a REST interface through a representational state. Connected, the summary node includes the summary node described above.
本发明实施例通过向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;接收所述应用节点发送的数据,并存储所述数据;接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据,从而减少汇总节点和应用节点之间的频繁交互,并且汇总节点可以保存应用节点的数据,用户查询时可以不受其他因数影响。 In the embodiment of the present invention, the first message is sent to the application node, where the first message is used to acquire data of the application node; the data sent by the application node is received, and the data is stored; and the first message sent by the user equipment is received. Data request, sending data corresponding to the first data request to the user equipment according to the stored data and the first data request, thereby reducing frequent interaction between the summary node and the application node, and the summary node may save The data of the application node can be affected by other factors when the user queries.
附图说明DRAWINGS
图1为本发明提供的管理应用节点的方法第一实施例的流程示意图;1 is a schematic flowchart of a first embodiment of a method for managing an application node according to the present invention;
图2为本发明提供的管理应用节点的方法第二实施例的流程示意图;2 is a schematic flowchart diagram of a second embodiment of a method for managing an application node according to the present invention;
图3为本发明提供的管理应用节点的方法第三实施例的流程示意图;3 is a schematic flowchart of a third embodiment of a method for managing an application node according to the present invention;
图4是本发明提供的管理应用节点的方法示意图;4 is a schematic diagram of a method for managing an application node provided by the present invention;
图5为本发明提供的管理应用节点的方法第四实施例的流程示意图;FIG. 5 is a schematic flowchart diagram of a fourth embodiment of a method for managing an application node according to the present invention;
图6为本发明提供的管理应用节点的方法第五实施例的流程示意图;FIG. 6 is a schematic flowchart diagram of a fifth embodiment of a method for managing an application node according to the present invention;
图7为本发明提供的管理应用节点的方法第六实施例的流程示意图;FIG. 7 is a schematic flowchart diagram of a sixth embodiment of a method for managing an application node according to the present invention;
图8为本发明提供的汇总节点第一实施例的功能模块示意图;FIG. 8 is a schematic diagram of functional modules of a first embodiment of a summary node according to the present invention; FIG.
图9为本发明提供的汇总节点第二实施例的功能模块示意图;FIG. 9 is a schematic diagram of functional modules of a second embodiment of a summary node according to the present invention; FIG.
图10为本发明提供的汇总节点第三实施例的功能模块示意图;FIG. 10 is a schematic diagram of functional modules of a third embodiment of a summary node according to the present invention; FIG.
图11为本发明提供的管理应用节点的系统的功能模块示意图。FIG. 11 is a schematic diagram of functional modules of a system for managing an application node according to the present invention.
本发明目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。The implementation, functional features, and advantages of the present invention will be further described in conjunction with the embodiments.
具体实施方式detailed description
应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
本发明提供一种管理应用节点的方法。The present invention provides a method of managing an application node.
参照图1,图1为本发明提供的管理应用节点的方法第一实施例的流程示意图。Referring to FIG. 1, FIG. 1 is a schematic flowchart diagram of a first embodiment of a method for managing an application node according to the present invention.
在第一实施例中,该管理应用节点的方法包括:In the first embodiment, the method for managing an application node includes:
步骤101,向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;Step 101: Send a first message to an application node, where the first message is used to obtain data of the application node.
具体的,系统初始化时,汇总节点先发消息给各个应用节点,请求查询各个应用节点的最新数据,汇总各应用节点的数据信息以及各应用节点业务的基本数据信息或者各个应用节点的其他数据信息。 Specifically, when the system is initialized, the summary node first sends a message to each application node, requests to query the latest data of each application node, and summarizes the data information of each application node and the basic data information of each application node service or other data information of each application node. .
步骤102,接收所述应用节点发送的数据,并存储所述数据;Step 102: Receive data sent by the application node, and store the data.
具体的,在所述数据信息返回后,汇总节点将所述数据信息保存于数据库,使得用户可以请求查看各应用节点的数据信息。Specifically, after the data information is returned, the summary node saves the data information in a database, so that the user can request to view data information of each application node.
步骤103,接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据。Step 103: Receive a first data request sent by the user equipment, and send data corresponding to the first data request to the user equipment according to the stored data and the first data request.
具体的,在用户设备向所述汇总节点请求查看各个应用节点的数据时,所述用户设备向所述汇总节点发送数据请求。Specifically, when the user equipment requests the summary node to view data of each application node, the user equipment sends a data request to the summary node.
所述汇总节点从预先存储的数据库中获取相应的数据并将所述数据以页面的形式发送给所述用户设备。The summary node obtains corresponding data from a pre-stored database and sends the data to the user equipment in the form of a page.
传统的汇总节点不保留任何数据,所有数据直接通过表述性状态转移(Representational State Transfer,REST)接口获取。若某些REST接口耗时较长,用户体验不好,当网络不稳定或者应用节点停止的情况下显示会有欠缺或者查询不到数据,且每次访问都需要通过频繁的消息交互,该方法优点在于获取的数据都是实时数据。若汇总节点将数据保留在数据库中,汇总节点定时获取应用节点的数据,该方法缺点在于实时性不好,且消息会有大量浪费。首先如果需要获取消息的种类较多的情况下,定时获取数据会相当麻烦;如果消息种类较少,消息也会有浪费,比如平常汇总节点没有查看数据的情况也需要定时同步,该方法的优点在于数据均已保存至汇总节点,查询不受其他因数影响。Traditional summary nodes do not retain any data, and all data is directly obtained through the Representational State Transfer (REST) interface. If some REST interfaces take a long time, the user experience is not good. When the network is unstable or the application node stops, the display may be lacking or the data cannot be queried, and each visit requires frequent message interaction. The advantage is that the acquired data is real-time data. If the summary node keeps the data in the database, the summary node periodically acquires the data of the application node. The disadvantage of this method is that the real-time performance is not good, and the message is a lot of waste. First, if you need to obtain a large number of messages, it may be quite troublesome to obtain data at regular intervals. If there are fewer types of messages, the messages will be wasted. For example, if the normal summary node does not view the data, timing synchronization is also required. The advantages of this method Because the data has been saved to the summary node, the query is not affected by other factors.
本发明实施例通过向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;接收所述应用节点发送的数据,并存储所述数据;接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据,从而减少汇总节点和应用节点之间的频繁交互,并且汇总节点可以保存应用节点的数据,用户查询时可以不受其他因数影响。In the embodiment of the present invention, the first message is sent to the application node, where the first message is used to acquire data of the application node; the data sent by the application node is received, and the data is stored; and the first message sent by the user equipment is received. Data request, sending data corresponding to the first data request to the user equipment according to the stored data and the first data request, thereby reducing frequent interaction between the summary node and the application node, and the summary node may save The data of the application node can be affected by other factors when the user queries.
参照图2,图2为本发明提供的管理应用节点的方法第二实施例的流程示意图。在第一实施例的基础上,步骤103之后还包括步骤104-步骤106;Referring to FIG. 2, FIG. 2 is a schematic flowchart diagram of a second embodiment of a method for managing an application node according to the present invention. On the basis of the first embodiment, step 103 further includes steps 104-106;
步骤104,根据预先设置的时间判断存储的所述数据是否为最新数据;Step 104: Determine, according to a preset time, whether the stored data is the latest data;
具体的,汇总节点检查应用节点N的结果是否是最新的,假设30分钟为预先设置的时间,可以检查获取的应用节点N的数据是否是30分钟以内。 Specifically, the summary node checks whether the result of the application node N is the latest one. If 30 minutes is a preset time, it can be checked whether the acquired data of the application node N is within 30 minutes.
步骤105,若存储的所述数据不是最新数据,则向所述应用节点发送第二消息,所述第二消息用于获取所述应用节点的最新数据;Step 105: If the stored data is not the latest data, send a second message to the application node, where the second message is used to obtain latest data of the application node;
具体的,若所述应用节点N的数据不是最新数据,则所述汇总节点向所述应用节点N发消息,请求最新数据。Specifically, if the data of the application node N is not the latest data, the summary node sends a message to the application node N to request the latest data.
步骤106,接收所述应用节点发送的最新数据,并存储所述最新数据。Step 106: Receive latest data sent by the application node, and store the latest data.
具体的,在所述最新消息返回后,所述汇总节点将所述最新数据保存在数据库中。Specifically, after the latest message is returned, the summary node saves the latest data in a database.
参照图3,图3为本发明提供的管理应用节点的方法第三实施例的流程示意图。在第一实施例或者第二实施例的基础上,还包括步骤107-步骤108。Referring to FIG. 3, FIG. 3 is a schematic flowchart diagram of a third embodiment of a method for managing an application node according to the present invention. Based on the first embodiment or the second embodiment, steps 107-108 are further included.
步骤107,接收所述用户设备发送的第二数据请求,并将所述第二数据请求发送给所述应用节点;Step 107: Receive a second data request sent by the user equipment, and send the second data request to the application node.
具体的,在用户请求查看各个应用节点的基本信息的情况下,所述用户设备向所述汇总节点发送数据请求;所述汇总节点向应用节点转发所述数据请求,请求查询所述应用节点的最新数据。接收所述应用节点发送的与所述第二数据请求对应的数据,并将所述与所述第二数据请求对应的数据发送给所述用户设备。Specifically, in a case that the user requests to view basic information of each application node, the user equipment sends a data request to the summary node; the summary node forwards the data request to the application node, and requests to query the application node. The latest data. Receiving data corresponding to the second data request sent by the application node, and sending the data corresponding to the second data request to the user equipment.
在所述应用节点返回数据消息的情况下,应用节点将所述数据信息发送给汇总节点,以使得所述汇总节点直接将所述数据消息发送给用户设备,并且不保存数据库;所述汇总节点将所述数据消息以页面的形式发给所述用户设备。In the case that the application node returns a data message, the application node sends the data information to the summary node, so that the summary node directly sends the data message to the user equipment, and does not save the database; The data message is sent to the user equipment in the form of a page.
参考图4,图4是本发明提供的管理应用节点的方法示意图。Referring to FIG. 4, FIG. 4 is a schematic diagram of a method for managing an application node provided by the present invention.
步骤401、系统初始化时,汇总节点先发消息给各个应用节点,请求查询各个应用节点的最新数据,汇总各应用节点的数据信息以及各应用节点业务的基本数据信息或者各个应用节点的其他数据信息;Step 401: When the system is initialized, the summary node first sends a message to each application node, requests to query the latest data of each application node, and summarizes the data information of each application node and the basic data information of each application node service or other data information of each application node. ;
步骤402、在所述数据信息返回后,汇总节点将所述数据信息保存于数据库,使得用户可以请求查看各应用节点的数据信息;Step 402: After the data information is returned, the summary node saves the data information in a database, so that the user can request to view data information of each application node.
步骤403、在用户设备向所述汇总节点请求查看各个应用节点的数据时,所述用户设备向所述汇总节点发送数据请求;Step 403: When the user equipment requests the summary node to view data of each application node, the user equipment sends a data request to the summary node.
步骤404、所述汇总节点从预先存储的数据库中获取相应的数据并将所述数据以页面的形式发送给所述用户设备; Step 404: The summary node acquires corresponding data from a pre-stored database and sends the data to the user equipment in the form of a page.
步骤405、汇总节点检查应用节点N的结果是否是最新的,假设30分钟为预先设置的时间,可以检查获取的应用节点N的数据是否是30分钟以内;Step 405: The summary node checks whether the result of the application node N is the latest one, and assumes that 30 minutes is a preset time, and can check whether the acquired data of the application node N is within 30 minutes;
步骤406、若所述应用节点N的数据不是最新数据,则所述汇总节点向所述应用节点N发消息,请求最新数据;Step 406: If the data of the application node N is not the latest data, the summary node sends a message to the application node N to request the latest data.
步骤407、在所述最新消息返回后,所述汇总节点将所述最新数据保存在数据库中;Step 407: After the latest message is returned, the summary node saves the latest data in a database;
步骤408、在用户请求查看各个应用节点的基本信息的情况下,所述用户设备向所述汇总节点发送数据请求;Step 408: When the user requests to view basic information of each application node, the user equipment sends a data request to the summary node.
步骤409、所述汇总节点向应用节点转发所述数据请求,请求查询所述应用节点的最新数据;Step 409: The summary node forwards the data request to the application node, and requests to query the latest data of the application node.
步骤410、在所述应用节点返回数据消息的情况下,应用节点将所述数据信息发送给汇总节点,以使得所述汇总节点直接将所述数据消息发送给用户设备,并且不保存数据库;Step 410: In the case that the application node returns a data message, the application node sends the data information to the summary node, so that the summary node directly sends the data message to the user equipment, and does not save the database.
步骤411、所述汇总节点将所述数据消息以页面的形式发给所述用户设备。Step 411: The summary node sends the data message to the user equipment in the form of a page.
本发明实施例提供的方案是提供实时消息和数据库结合的机制,将汇总类的信息和耗时较长的信息通过查询REST接口后保存于数据库,并且超过固定时间后自动同步最新的数据。其他基本信息通过实时消息查询。该方法的优点在于减少消息交互,当用户未使用汇总节点时,就不存在消息交互。用户第一次查询数据后发现数据不是最新的,会自动同步最新的数据,此时已将最新数据发送给用户,不需要用户同步等待,同时,设置更新时间,使得用户在下一次访问时看到应用节点的最新数据。在应用节点停止运行或者网络中断时,也不会影响汇总节点的访问,因为某些汇总信息是保存在数据库中的。The solution provided by the embodiment of the present invention is to provide a mechanism for combining real-time messages and databases, and the information of the summary class and the information that takes a long time are saved in the database after querying the REST interface, and automatically synchronize the latest data after a fixed time. Other basic information is queried through real-time messages. The advantage of this approach is that it reduces message interaction, and there is no message interaction when the user is not using the summary node. After the user queries the data for the first time, the data is not up to date, and the latest data is automatically synchronized. At this time, the latest data is sent to the user, and the user does not need to wait for synchronization. At the same time, the update time is set so that the user can see the next visit. The latest data for the application node. When the application node stops running or the network is interrupted, it does not affect the access of the summary node because some summary information is stored in the database.
参照图5,图5为本发明提供的管理应用节点的方法第四实施例的流程示意图。Referring to FIG. 5, FIG. 5 is a schematic flowchart diagram of a fourth embodiment of a method for managing an application node according to the present invention.
在第四实施例中,该管理应用节点的方法包括:In a fourth embodiment, the method for managing an application node includes:
步骤501,汇总节点向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据; Step 501: The summary node sends a first message to the application node, where the first message is used to obtain data of the application node.
具体的,系统初始化时,汇总节点先发消息给各个应用节点,请求查询各个应用节点的最新数据,汇总各应用节点的数据信息以及各应用节点业务的基本数据信息或者各个应用节点的其他数据信息。Specifically, when the system is initialized, the summary node first sends a message to each application node, requests to query the latest data of each application node, and summarizes the data information of each application node and the basic data information of each application node service or other data information of each application node. .
步骤502,所述汇总节点接收所述应用节点发送的数据,并存储所述数据;Step 502: The summary node receives data sent by the application node, and stores the data.
具体的,在所述数据信息返回后,汇总节点将所述数据信息保存于数据库,使得用户可以请求查看各应用节点的数据信息。Specifically, after the data information is returned, the summary node saves the data information in a database, so that the user can request to view data information of each application node.
步骤503,所述用户设备向所述汇总节点发送第一数据请求;Step 503: The user equipment sends a first data request to the summary node.
具体的,在用户设备向所述汇总节点请求查看各个应用节点的数据时,所述用户设备向所述汇总节点发送数据请求。Specifically, when the user equipment requests the summary node to view data of each application node, the user equipment sends a data request to the summary node.
步骤504,所述汇总节点接收所述用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据。Step 504: The summary node receives the first data request sent by the user equipment, and sends data corresponding to the first data request to the user equipment according to the stored data and the first data request.
具体的,所述汇总节点从预先存储的数据库中获取相应的数据并将所述数据以页面的形式发送给所述用户设备。Specifically, the summary node acquires corresponding data from a pre-stored database and sends the data to the user equipment in the form of a page.
传统的汇总节点不保留任何数据,所有数据直接通过表述性状态转移(Representational State Transfer,REST)接口获取。若某些REST接口耗时较长,用户体验不好,当网络不稳定或者应用节点停止的情况下显示会有欠缺或者查询不到数据,且每次访问都需要通过频繁的消息交互,该方法优点在于获取的数据都是实时数据。若汇总节点将数据保留在数据库中,汇总节点定时获取应用节点的数据,该方法缺点在于实时性不好,且消息会有大量浪费。首先如果需要获取消息的种类较多的情况下,定时获取数据会相当麻烦;如果消息种类较少,消息也会有浪费,比如平常汇总节点没有查看数据的情况也需要定时同步,该方法的优点在于数据均已保存至汇总节点,查询不受其他因数影响。Traditional summary nodes do not retain any data, and all data is directly obtained through the Representational State Transfer (REST) interface. If some REST interfaces take a long time, the user experience is not good. When the network is unstable or the application node stops, the display may be lacking or the data cannot be queried, and each visit requires frequent message interaction. The advantage is that the acquired data is real-time data. If the summary node keeps the data in the database, the summary node periodically acquires the data of the application node. The disadvantage of this method is that the real-time performance is not good, and the message is a lot of waste. First, if you need to obtain a large number of messages, it may be quite troublesome to obtain data at regular intervals. If there are fewer types of messages, the messages will be wasted. For example, if the normal summary node does not view the data, timing synchronization is also required. The advantages of this method Because the data has been saved to the summary node, the query is not affected by other factors.
本发明实施例通过向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;接收所述应用节点发送的数据,并存储所述数据;接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据,从而减少汇总节点和应用节点之间的频繁交互,并且汇总节点可以保存应用节点的数据,用户查询时可以不受其他因数影响。In the embodiment of the present invention, the first message is sent to the application node, where the first message is used to acquire data of the application node; the data sent by the application node is received, and the data is stored; and the first message sent by the user equipment is received. Data request, sending data corresponding to the first data request to the user equipment according to the stored data and the first data request, thereby reducing frequent interaction between the summary node and the application node, and the summary node may save The data of the application node can be affected by other factors when the user queries.
参照图6,图6为本发明提供的管理应用节点的方法第五实施例的流程示意图。在第四实施例的基础上,步骤504之后还包括步骤505-步骤507; Referring to FIG. 6, FIG. 6 is a schematic flowchart diagram of a fifth embodiment of a method for managing an application node according to the present invention. On the basis of the fourth embodiment, step 504 further includes steps 505-507;
步骤505、所述汇总节点根据预先设置的时间判断存储的所述数据是否为最新数据;Step 505: The summary node determines, according to a preset time, whether the stored data is the latest data.
具体的,汇总节点检查应用节点N的结果是否是最新的,假设30分钟为预先设置的时间,可以检查获取的应用节点N的数据是否是30分钟以内。Specifically, the summary node checks whether the result of the application node N is the latest one. If 30 minutes is a preset time, it can be checked whether the acquired data of the application node N is within 30 minutes.
步骤506、若存储的所述数据不是最新数据,则所述汇总节点向所述应用节点发送第二消息,所述第二消息用于获取所述应用节点的最新数据;Step 506: If the stored data is not the latest data, the summary node sends a second message to the application node, where the second message is used to obtain the latest data of the application node.
具体的,若所述应用节点N的数据不是最新数据,则所述汇总节点向所述应用节点N发消息,请求最新数据。Specifically, if the data of the application node N is not the latest data, the summary node sends a message to the application node N to request the latest data.
步骤507、所述汇总节点接收所述应用节点发送的最新数据,并存储所述最新数据。Step 507: The summary node receives the latest data sent by the application node, and stores the latest data.
具体的,在所述最新消息返回后,所述汇总节点将所述最新数据保存在数据库中。Specifically, after the latest message is returned, the summary node saves the latest data in a database.
参照图7,图7为本发明提供的管理应用节点的方法第六实施例的流程示意图。在第四实施例或者第五实施例的基础上,还包括步骤508-步骤511。Referring to FIG. 7, FIG. 7 is a schematic flowchart diagram of a sixth embodiment of a method for managing an application node according to the present invention. Based on the fourth embodiment or the fifth embodiment, step 508-step 511 is further included.
步骤508、所述用户设备向所述汇总节点发送访问所述应用节点的第二数据请求;Step 508: The user equipment sends a second data request for accessing the application node to the summary node.
具体的,在用户请求查看各个应用节点的基本信息的情况下,所述用户设备向所述汇总节点发送数据请求。Specifically, in a case that the user requests to view basic information of each application node, the user equipment sends a data request to the summary node.
步骤509、所述汇总节点接收到所述第二数据请求,并将所述第二数据请求发送给所述应用节点;Step 509: The summary node receives the second data request, and sends the second data request to the application node.
具体的,所述汇总节点向应用节点转发所述数据请求,请求查询所述应用节点的最新数据。Specifically, the summary node forwards the data request to the application node, and requests to query the latest data of the application node.
步骤510、所述应用节点根据所述第二数据请求向所述汇总节点发送数据;Step 510: The application node sends data to the summary node according to the second data request.
具体的,在所述应用节点返回数据消息的情况下,应用节点将所述数据信息发送给汇总节点,以使得所述汇总节点直接将所述数据消息发送给用户设备,并且不保存数据库。Specifically, in a case that the application node returns a data message, the application node sends the data information to the summary node, so that the summary node directly sends the data message to the user equipment, and does not save the database.
步骤511、所述汇总节点接收所述数据,并将所述数据发送给所述用户设备。Step 511: The summary node receives the data, and sends the data to the user equipment.
具体的,所述汇总节点将所述数据消息以页面的形式发给所述用户设备。 Specifically, the summary node sends the data message to the user equipment in the form of a page.
本发明实施例提供的方案是提供实时消息和数据库结合的机制,将汇总类的信息和耗时较长的信息通过查询REST接口后保存于数据库,并且超过固定时间后自动同步最新的数据。其他基本信息通过实时消息查询。该方法的优点在于减少消息交互,当用户未使用汇总节点时,就不存在消息交互。用户第一次查询数据后发现数据不是最新的,会自动同步最新的数据,此时已将最新数据发送给用户,不需要用户同步等待,同时,设置更新时间,使得用户在下一次访问时看到应用节点的最新数据。在应用节点停止运行或者网络中断时,也不会影响汇总节点的访问,因为某些汇总信息是保存在数据库中的。The solution provided by the embodiment of the present invention is to provide a mechanism for combining real-time messages and databases, and the information of the summary class and the information that takes a long time are saved in the database after querying the REST interface, and automatically synchronize the latest data after a fixed time. Other basic information is queried through real-time messages. The advantage of this approach is that it reduces message interaction, and there is no message interaction when the user is not using the summary node. After the user queries the data for the first time, the data is not up to date, and the latest data is automatically synchronized. At this time, the latest data is sent to the user, and the user does not need to wait for synchronization. At the same time, the update time is set so that the user can see the next visit. The latest data for the application node. When the application node stops running or the network is interrupted, it does not affect the access of the summary node because some summary information is stored in the database.
本发明实施例还提供一种汇总节点。The embodiment of the invention further provides a summary node.
参照图8,图8为本发明提供的汇总节点第一实施例的功能模块示意图。Referring to FIG. 8, FIG. 8 is a schematic diagram of functional modules of a first embodiment of a summary node according to the present invention.
在第一实施例中,该汇总节点包括:In the first embodiment, the summary node includes:
第一发送单元801,设置为向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;The first sending unit 801 is configured to send a first message to the application node, where the first message is used to acquire data of the application node;
具体的,系统初始化时,汇总节点先发消息给各个应用节点,请求查询各个应用节点的最新数据,汇总各应用节点的数据信息以及各应用节点业务的基本数据信息或者各个应用节点的其他数据信息。Specifically, when the system is initialized, the summary node first sends a message to each application node, requests to query the latest data of each application node, and summarizes the data information of each application node and the basic data information of each application node service or other data information of each application node. .
第一接收单元802,设置为接收所述应用节点发送的数据,并存储所述数据;The first receiving unit 802 is configured to receive data sent by the application node, and store the data;
具体的,在所述数据信息返回后,汇总节点将所述数据信息保存于数据库,使得用户可以请求查看各应用节点的数据信息。Specifically, after the data information is returned, the summary node saves the data information in a database, so that the user can request to view data information of each application node.
第二接收单元803,设置为接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据。The second receiving unit 803 is configured to receive a first data request sent by the user equipment, and send data corresponding to the first data request to the user equipment according to the stored data and the first data request.
具体的,在用户设备向所述汇总节点请求查看各个应用节点的数据时,所述用户设备向所述汇总节点发送数据请求;Specifically, when the user equipment requests the summary node to view data of each application node, the user equipment sends a data request to the summary node;
所述汇总节点从预先存储的数据库中获取相应的数据并将所述数据以页面的形式发送给所述用户设备。The summary node obtains corresponding data from a pre-stored database and sends the data to the user equipment in the form of a page.
传统的汇总节点不保留任何数据,所有数据直接通过表述性状态转移(Representational State Transfer,REST)接口获取。若某些REST接口耗时较长,用户体验不好,当网络不稳定或者应用节点停止的情况下显示会有欠缺或者查询不到数 据,且每次访问都需要通过频繁的消息交互,该方法优点在于获取的数据都是实时数据。若汇总节点将数据保留在数据库中,汇总节点定时获取应用节点的数据,该方法缺点在于实时性不好,且消息会有大量浪费。首先如果需要获取消息的种类较多的情况下,定时获取数据会相当麻烦;如果消息种类较少,消息也会有浪费,比如平常汇总节点没有查看数据的情况也需要定时同步,该方法的优点在于数据均已保存至汇总节点,查询不受其他因数影响。Traditional summary nodes do not retain any data, and all data is directly obtained through the Representational State Transfer (REST) interface. If some REST interfaces take a long time, the user experience is not good. When the network is unstable or the application node stops, the display may be lacking or the number of queries may be insufficient. According to this, and each visit requires frequent message interaction, the advantage of this method is that the acquired data is real-time data. If the summary node keeps the data in the database, the summary node periodically acquires the data of the application node. The disadvantage of this method is that the real-time performance is not good, and the message is a lot of waste. First, if you need to obtain a large number of messages, it may be quite troublesome to obtain data at regular intervals. If there are fewer types of messages, the messages will be wasted. For example, if the normal summary node does not view the data, timing synchronization is also required. The advantages of this method Because the data has been saved to the summary node, the query is not affected by other factors.
本发明实施例通过向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;接收所述应用节点发送的数据,并存储所述数据;接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据,从而减少汇总节点和应用节点之间的频繁交互,并且汇总节点可以保存应用节点的数据,用户查询时可以不受其他因数影响。In the embodiment of the present invention, the first message is sent to the application node, where the first message is used to acquire data of the application node; the data sent by the application node is received, and the data is stored; and the first message sent by the user equipment is received. Data request, sending data corresponding to the first data request to the user equipment according to the stored data and the first data request, thereby reducing frequent interaction between the summary node and the application node, and the summary node may save The data of the application node can be affected by other factors when the user queries.
参照图9,图9为本发明提供的汇总节点第二实施例的功能模块示意图。在第一实施例的基础上,汇总节点还包括更新单元804;Referring to FIG. 9, FIG. 9 is a schematic diagram of functional modules of a second embodiment of a summary node according to the present invention. On the basis of the first embodiment, the summary node further includes an update unit 804;
所述更新单元804,设置为根据预先设置的时间判断存储的所述数据是否为最新数据;若存储的所述数据不是最新数据,则向所述应用节点发送第二消息,所述第二消息用于获取所述应用节点的最新数据;接收所述应用节点发送的最新数据,并存储所述最新数据。The updating unit 804 is configured to determine, according to a preset time, whether the stored data is the latest data; if the stored data is not the latest data, send a second message to the application node, the second message And acquiring latest data of the application node; receiving latest data sent by the application node, and storing the latest data.
具体的,汇总节点检查应用节点N的结果是否是最新的,假设30分钟为预先设置的时间,可以检查获取的应用节点N的数据是否是30分钟以内;Specifically, the summary node checks whether the result of the application node N is the latest one, and assumes that 30 minutes is a preset time, and can check whether the acquired data of the application node N is within 30 minutes;
若所述应用节点N的数据不是最新数据,则所述汇总节点向所述应用节点N发消息,请求最新数据;If the data of the application node N is not the latest data, the summary node sends a message to the application node N to request the latest data;
在所述最新消息返回后,所述汇总节点将所述最新数据保存在数据库中。After the latest message is returned, the summary node saves the latest data in a database.
参照图10,图10为本发明提供的汇总节点第三实施例的功能模块示意图。在第一实施例或者第二实施例的基础上,还包括第三接收单元805和第二发送单元806。Referring to FIG. 10, FIG. 10 is a schematic diagram of functional modules of a third embodiment of a summary node according to the present invention. On the basis of the first embodiment or the second embodiment, a third receiving unit 805 and a second transmitting unit 806 are further included.
所述第三接收单元805,设置为接收所述用户设备发送的第二数据请求;The third receiving unit 805 is configured to receive a second data request sent by the user equipment;
具体的,在用户请求查看各个应用节点的基本信息的情况下,所述用户设备向所述汇总节点发送数据请求。Specifically, in a case that the user requests to view basic information of each application node, the user equipment sends a data request to the summary node.
所述第二发送单元806,设置为将所述第二数据请求发送给所述应用节点; The second sending unit 806 is configured to send the second data request to the application node;
具体的,所述汇总节点向应用节点转发所述数据请求,请求查询所述应用节点的最新数据。Specifically, the summary node forwards the data request to the application node, and requests to query the latest data of the application node.
所述第三接收单元805,还设置为接收所述应用节点发送的与所述第二数据请求对应的数据;The third receiving unit 805 is further configured to receive data corresponding to the second data request sent by the application node;
具体的,在所述应用节点返回数据消息的情况下,应用节点将所述数据信息发送给汇总节点,以使得所述汇总节点直接将所述数据消息发送给用户设备,并且不保存数据库。Specifically, in a case that the application node returns a data message, the application node sends the data information to the summary node, so that the summary node directly sends the data message to the user equipment, and does not save the database.
所述第二发送单元806,还设置为将所述与所述第二数据请求对应的数据发送给所述用户设备。The second sending unit 806 is further configured to send the data corresponding to the second data request to the user equipment.
具体的,所述汇总节点将所述数据消息以页面的形式发给所述用户设备。Specifically, the summary node sends the data message to the user equipment in the form of a page.
本发明实施例提供的方案是提供实时消息和数据库结合的机制,将汇总类的信息和耗时较长的信息通过查询REST接口后保存于数据库,并且超过固定时间后自动同步最新的数据。其他基本信息通过实时消息查询。该方法的优点在于减少消息交互,当用户未使用汇总节点时,就不存在消息交互。用户第一次查询数据后发现数据不是最新的,会自动同步最新的数据,此时已将最新数据发送给用户,不需要用户同步等待,同时,设置更新时间,使得用户在下一次访问时看到应用节点的最新数据。在应用节点停止运行或者网络中断时,也不会影响汇总节点的访问,因为某些汇总信息是保存在数据库中的。The solution provided by the embodiment of the present invention is to provide a mechanism for combining real-time messages and databases, and the information of the summary class and the information that takes a long time are saved in the database after querying the REST interface, and automatically synchronize the latest data after a fixed time. Other basic information is queried through real-time messages. The advantage of this approach is that it reduces message interaction, and there is no message interaction when the user is not using the summary node. After the user queries the data for the first time, the data is not up to date, and the latest data is automatically synchronized. At this time, the latest data is sent to the user, and the user does not need to wait for synchronization. At the same time, the update time is set so that the user can see the next visit. The latest data for the application node. When the application node stops running or the network is interrupted, it does not affect the access of the summary node because some summary information is stored in the database.
本发明实施例提供一种管理应用节点的系统。Embodiments of the present invention provide a system for managing an application node.
参照图11,图11为本发明提供的管理应用节点的系统的功能模块示意图。Referring to FIG. 11, FIG. 11 is a schematic diagram of functional modules of a system for managing an application node according to the present invention.
在第一实施例中,该管理应用节点的系统包括:In the first embodiment, the system for managing an application node includes:
所述系统包括汇总节点1101和至少一个应用节点1102,所述汇总节点1101和所述应用节点1102之间通过表述性状态转移REST接口连接,所述汇总节点1101包括图8-10所述的汇总节点1101。The system includes a summary node 1101 and at least one application node 1102, and the summary node 1101 and the application node 1102 are connected by a representational state transition REST interface, and the summary node 1101 includes the summary described in FIGS. 8-10. Node 1101.
本发明实施例通过向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;接收所述应用节点发送的数据,并存储所述数据;接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一 数据请求对应的数据,从而减少汇总节点和应用节点之间的频繁交互,并且汇总节点可以保存应用节点的数据,用户查询时可以不受其他因数影响。In the embodiment of the present invention, the first message is sent to the application node, where the first message is used to acquire data of the application node; the data sent by the application node is received, and the data is stored; and the first message sent by the user equipment is received. a data request, sending the first to the user equipment according to the stored data and the first data request The data requests the corresponding data, thereby reducing the frequent interaction between the summary node and the application node, and the summary node can save the data of the application node, and the user can be influenced by other factors when querying.
以上仅为本发明的优选实施例,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。The above are only the preferred embodiments of the present invention, and are not intended to limit the scope of the invention, and the equivalent structure or equivalent process transformations made by the description of the present invention and the drawings are directly or indirectly applied to other related technical fields. The same is included in the scope of patent protection of the present invention.
工业实用性Industrial applicability
如上所述,本发明实施例提供的一种管理应用节点的方法、系统及汇总节点,具有以下有益效果:通过向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;接收所述应用节点发送的数据,并存储所述数据;接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据,从而减少汇总节点和应用节点之间的频繁交互,并且汇总节点可以保存应用节点的数据,用户查询时可以不受其他因数影响。 As described above, the method, system, and summary node for managing an application node provided by the embodiment of the present invention have the following beneficial effects: the first message is used to obtain the application node by sending a first message to the application node. And receiving the data sent by the application node, and storing the data; receiving a first data request sent by the user equipment, and sending the first message to the user equipment according to the stored data and the first data request. The data requests the corresponding data, thereby reducing the frequent interaction between the summary node and the application node, and the summary node can save the data of the application node, and the user can be influenced by other factors when querying.

Claims (10)

  1. 一种管理应用节点的方法,所述方法包括:A method of managing an application node, the method comprising:
    向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;Sending a first message to the application node, where the first message is used to acquire data of the application node;
    接收所述应用节点发送的数据,并存储所述数据;Receiving data sent by the application node, and storing the data;
    接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据。Receiving a first data request sent by the user equipment, and sending, according to the stored data and the first data request, data corresponding to the first data request to the user equipment.
  2. 根据权利要求1所述的方法,其中,所述接收用户设备发送的数据请求,根据存储的所述数据和所述数据请求向所述用户设备发送数据之后,还包括:The method of claim 1, wherein the receiving a data request sent by the user equipment, after transmitting the data to the user equipment according to the stored data and the data request, further comprising:
    根据预先设置的时间判断存储的所述数据是否为最新数据;Determining whether the stored data is the latest data according to a preset time;
    若存储的所述数据不是最新数据,则向所述应用节点发送第二消息,所述第二消息用于获取所述应用节点的最新数据;Sending, to the application node, a second message, where the stored data is not the latest data, where the second message is used to obtain latest data of the application node;
    接收所述应用节点发送的最新数据,并存储所述最新数据。Receiving the latest data sent by the application node and storing the latest data.
  3. 根据权利要求1或2所述的方法,其中,所述方法还包括:The method of claim 1 or 2, wherein the method further comprises:
    接收所述用户设备发送的第二数据请求,并将所述第二数据请求发送给所述应用节点;Receiving a second data request sent by the user equipment, and sending the second data request to the application node;
    接收所述应用节点发送的与所述第二数据请求对应的数据,并将所述与所述第二数据请求对应的数据发送给所述用户设备。Receiving data corresponding to the second data request sent by the application node, and sending the data corresponding to the second data request to the user equipment.
  4. 一种管理应用节点的方法,所述方法包括:A method of managing an application node, the method comprising:
    汇总节点向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;The summary node sends a first message to the application node, where the first message is used to obtain data of the application node;
    所述汇总节点接收所述应用节点发送的数据,并存储所述数据;The summary node receives data sent by the application node, and stores the data;
    所述汇总节点接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据。The summary node receives the first data request sent by the user equipment, and sends the data corresponding to the first data request to the user equipment according to the stored data and the first data request.
  5. 根据权利要求4所述的方法,其中,所述汇总节点接收所述用户设备发送的数据请求,根据存储的所述数据和所述数据请求向所述用户设备发送数据之后,还包括: The method of claim 4, wherein the summary node receives the data request sent by the user equipment, and after the data is sent to the user equipment according to the stored data and the data request, the summary node further includes:
    所述汇总节点根据预先设置的时间判断存储的所述数据是否为最新数据;Determining, by the summary node, whether the stored data is the latest data according to a preset time;
    若存储的所述数据不是最新数据,则所述汇总节点向所述应用节点发送第二消息,所述第二消息用于获取所述应用节点的最新数据;If the stored data is not the latest data, the summary node sends a second message to the application node, where the second message is used to obtain the latest data of the application node;
    所述汇总节点接收所述应用节点发送的最新数据,并存储所述最新数据。The summary node receives the latest data sent by the application node and stores the latest data.
  6. 根据权利要求4或5所述的方法,其中,所述方法还包括:The method of claim 4 or 5, wherein the method further comprises:
    所述汇总节点接收所述用户设备发送的访问所述应用节点的第二数据请求,并将所述第二数据请求发送给所述应用节点;Receiving, by the user equipment, a second data request sent by the user equipment to access the application node, and sending the second data request to the application node;
    所述应用节点根据所述第二数据请求向所述汇总节点发送数据;Sending, by the application node, data to the summary node according to the second data request;
    所述汇总节点接收所述数据,并将所述数据发送给所述用户设备。The summary node receives the data and transmits the data to the user equipment.
  7. 一种汇总节点,所述汇总节点包括:A summary node, the summary node includes:
    第一发送单元,设置为向应用节点发送第一消息,所述第一消息用于获取所述应用节点的数据;a first sending unit, configured to send a first message to the application node, where the first message is used to acquire data of the application node;
    第一接收单元,设置为接收所述应用节点发送的数据,并存储所述数据;a first receiving unit, configured to receive data sent by the application node, and store the data;
    第二接收单元,设置为接收用户设备发送的第一数据请求,根据存储的所述数据和所述第一数据请求向所述用户设备发送所述第一数据请求对应的数据。The second receiving unit is configured to receive the first data request sent by the user equipment, and send the data corresponding to the first data request to the user equipment according to the stored data and the first data request.
  8. 根据权利要求7所述的汇总节点,其中,所述汇总节点还包括:The summary node of claim 7, wherein the summary node further comprises:
    更新单元,设置为根据预先设置的时间判断存储的所述数据是否为最新数据;若存储的所述数据不是最新数据,则向所述应用节点发送第二消息,所述第二消息用于获取所述应用节点的最新数据;接收所述应用节点发送的最新数据,并存储所述最新数据。And an update unit, configured to determine, according to a preset time, whether the stored data is the latest data; if the stored data is not the latest data, send a second message to the application node, where the second message is used to obtain The latest data of the application node; receiving the latest data sent by the application node, and storing the latest data.
  9. 根据权利要求7或8所述的汇总节点,其中,所述汇总节点还包括第三接收单元和第二发送单元;The summary node according to claim 7 or 8, wherein the summary node further comprises a third receiving unit and a second sending unit;
    所述第三接收单元,设置为接收所述用户设备发送的第二数据请求;The third receiving unit is configured to receive a second data request sent by the user equipment;
    所述第二发送单元,设置为将所述第二数据请求发送给所述应用节点;The second sending unit is configured to send the second data request to the application node;
    所述第三接收单元,还设置为接收所述应用节点发送的与所述第二数据请求对应的数据; The third receiving unit is further configured to receive data corresponding to the second data request sent by the application node;
    所述第二发送单元,还设置为将所述与所述第二数据请求对应的数据发送给所述用户设备。The second sending unit is further configured to send the data corresponding to the second data request to the user equipment.
  10. 一种管理应用节点的系统,所述系统包括汇总节点和至少一个应用节点,所述汇总节点和所述应用节点之间通过表述性状态转移REST接口连接,所述汇总节点包括权利要求7至9中任意一项所述的汇总节点。 A system for managing an application node, the system comprising a summary node and at least one application node, the summary node and the application node being connected by a representational state transfer REST interface, the summary node comprising claims 7-9 A summary node as described in any of the items.
PCT/CN2015/085458 2014-10-24 2015-07-29 Application node management method, system, and aggregation node WO2016062144A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410579985.8 2014-10-24
CN201410579985.8A CN105589889A (en) 2014-10-24 2014-10-24 Method and system for managing application node and summary node

Publications (1)

Publication Number Publication Date
WO2016062144A1 true WO2016062144A1 (en) 2016-04-28

Family

ID=55760254

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/085458 WO2016062144A1 (en) 2014-10-24 2015-07-29 Application node management method, system, and aggregation node

Country Status (2)

Country Link
CN (1) CN105589889A (en)
WO (1) WO2016062144A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7917495B1 (en) * 2004-06-11 2011-03-29 Seisint, Inc. System and method for processing query requests in a database system
CN102546782A (en) * 2011-12-28 2012-07-04 北京奇虎科技有限公司 Distribution system and data operation method thereof
CN103116661A (en) * 2013-03-20 2013-05-22 广东宜通世纪科技股份有限公司 Data processing method of database

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101477596A (en) * 2009-02-02 2009-07-08 中国网络通信集团公司 Medical data center system
CN102148850B (en) * 2010-08-09 2014-08-06 华为软件技术有限公司 Cluster system and service processing method thereof
CN103297528B (en) * 2013-06-05 2016-08-24 北京奇虎科技有限公司 A kind of method and apparatus obtaining ticket information
CN103888545A (en) * 2014-04-14 2014-06-25 北京搜狐新媒体信息技术有限公司 Method and device for processing global data in distributed system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7917495B1 (en) * 2004-06-11 2011-03-29 Seisint, Inc. System and method for processing query requests in a database system
CN102546782A (en) * 2011-12-28 2012-07-04 北京奇虎科技有限公司 Distribution system and data operation method thereof
CN103116661A (en) * 2013-03-20 2013-05-22 广东宜通世纪科技股份有限公司 Data processing method of database

Also Published As

Publication number Publication date
CN105589889A (en) 2016-05-18

Similar Documents

Publication Publication Date Title
CN106453288B (en) A kind of distributed micro services frame system that supporting asynchronous mode and its implementation
US10241839B2 (en) Method and system for generating a virtual device resource accessible by an application
US7899935B2 (en) Method and system for data synchronization
WO2018040722A1 (en) Table data query method and device
CN103297529B (en) Based on the tree-type structure data synchronous method of timestamp
CN102333029B (en) Routing method in server cluster system
CN109639750B (en) Service data processing method and device
CN103312751A (en) Instant messaging method based on browser
CN109547512A (en) A kind of method and device of the distributed Session management based on NoSQL
CN103761102B (en) A kind of uniform data service platform and its implementation
CN102882974A (en) Method for saving website access resource by website identification version number
CN103019803B (en) A kind of virtual environment system processing grid node for remote sensing satellite ground data
US10474185B2 (en) Timestamp alignment across a plurality of computing devices
WO2016110078A1 (en) Data acquisition method and apparatus, and storage medium
CN104509029B (en) The method and device of personal information is updated in a communications system
US11218371B2 (en) Method and apparatus for performing communication in internet of things
CN104320447A (en) Medium and small-sized cloud stored data synchronization method, compute readable medium and system
CN106569929A (en) Real-time data access method and system for monitoring system
WO2018153127A1 (en) Device resource collection method based on 485 time-sharing communication
CN100423514C (en) Data synchronization method in distributed equipment according to address resolution protocol
WO2016062144A1 (en) Application node management method, system, and aggregation node
CN204204033U (en) Based on the e-commerce system of wireless network
WO2016161680A1 (en) Traffic data update method, traffic data update system and terminal
CN102752144A (en) Method and device for processing topology change in soft restart in-service software upgrade process
CN103873564A (en) Method for realizing SignalR duplex communication under balanced load condition of multiple servers

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15853252

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15853252

Country of ref document: EP

Kind code of ref document: A1