CN110389966B - Information processing method and device - Google Patents

Information processing method and device Download PDF

Info

Publication number
CN110389966B
CN110389966B CN201910574353.5A CN201910574353A CN110389966B CN 110389966 B CN110389966 B CN 110389966B CN 201910574353 A CN201910574353 A CN 201910574353A CN 110389966 B CN110389966 B CN 110389966B
Authority
CN
China
Prior art keywords
resource
name
information
module
target
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201910574353.5A
Other languages
Chinese (zh)
Other versions
CN110389966A (en
Inventor
邵宪津
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN201910574353.5A priority Critical patent/CN110389966B/en
Publication of CN110389966A publication Critical patent/CN110389966A/en
Application granted granted Critical
Publication of CN110389966B publication Critical patent/CN110389966B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2453Query optimisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Landscapes

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

Abstract

Disclosed herein are an information processing method and apparatus, including: the resource management module acquires information of resources to be inquired from the terminal inquiry module; the resource management module acquires target resource information corresponding to the information of the resource to be inquired from the stored resource information; the target resource information comprises target resource identification information and target resource content information; the resource management module sends a first acquisition request of a target resource name corresponding to the target resource identification information to the name query module; the name query module stores the corresponding relation between the resource identification information and the resource names of all the resource management modules; the resource management module receives the target resource name from the name inquiry module; and the resource management module returns the target resource name and the target resource content information to the terminal query module. According to the method and the device, other resource management modules are prevented from calling the database for query, so that the operation process is greatly simplified, and the information processing efficiency is improved.

Description

Information processing method and device
Technical Field
The present invention relates to the field of computer technologies, and in particular, to an information processing method and apparatus.
Background
In the cloud computing platform, all resource management modules are interconnected through a network, and stored resource information is independent.
In the related art, when a terminal queries resources from any one resource management module, the resource management module obtains resource information meeting query requirements from resource information stored in the resource management module, and then calls a module where the resource is located through an Application Programming Interface (API) to request for obtaining a resource name from the module where the resource is located according to resource identification information in the resource information (the resource identification information is a code used for identifying the resource inside a platform and does not have a display meaning).
However, this method makes other resource management modules to be requested to query and obtain the resource name from their own database, so the operation process is very troublesome and the information processing efficiency is low.
Disclosure of Invention
The embodiment of the invention provides an information processing method and device, which can greatly simplify the operation process and improve the information processing efficiency.
To achieve the object of the embodiment of the present invention, an embodiment of the present invention provides a processing method, including:
the resource management module acquires information of resources to be queried from the terminal query module;
the resource management module acquires target resource information corresponding to the information of the resource to be inquired from the stored resource information; the target resource information comprises target resource identification information and target resource content information;
the resource management module sends a first acquisition request of a target resource name corresponding to the target resource identification information to a name query module; the name query module stores the corresponding relation between the resource identification information and the resource names of all the resource management modules;
the resource management module receives a target resource name from the name query module;
and the resource management module returns the target resource name and the target resource content information to the terminal query module.
Before the resource management module sends a request for acquiring a target resource name corresponding to the target resource identification information to the name query module, the method further includes:
the resource management module receives a second acquisition request of the corresponding relation between the resource identification information and the resource name from the name inquiry module;
the resource management module acquires the corresponding relation between the resource identification information and the resource name from a database of the resource management module according to the second acquisition request;
and the resource management module sends the corresponding relation between the resource identification information and the resource name to the name query module.
The embodiment of the invention also provides an information processing method, which comprises the following steps:
the name query module receives a first acquisition request of a target resource name corresponding to the target resource identification information from the resource management module;
the name query module acquires the target resource name from a pre-stored corresponding relation between the resource identifier and the resource name according to the first acquisition request;
and the name inquiry module sends the target resource name to the resource management module.
Before the name query module obtains the target resource name from the pre-stored corresponding relationship between the resource identifier and the resource name according to the request, the name query module further includes:
the name query module sends a request for acquiring the corresponding relation between the resource identifier and the resource name to all the resource management modules;
the name query module receives the corresponding relation between the resource identification and the resource name acquired from the database of each resource management module;
and the name query module stores the obtained corresponding relation between the resource identification and the resource name.
Before or after the name query module receives the first acquisition request of the target resource name corresponding to the target resource identification information from the resource management module, the name query module further includes:
the name inquiry module receives modification information from the resource auditing module;
and the name query module modifies the corresponding relation between the resource identification and the resource name stored in the name query module according to the modification information.
The embodiment of the invention also provides an information processing method, which comprises the following steps:
the resource auditing module monitors modification operation aiming at the corresponding relation between the resource identification and the resource name in all the resource management modules;
when the corresponding relation between the resource identifier and the resource name in any one of the management modules is modified, the resource auditing module acquires modification information;
and the resource auditing module sends the obtained modification information to the name query module so that the name query module correspondingly modifies the corresponding relation between the resource identifier and the resource name stored in the name query module according to the modification information.
The modifying operation includes: deleting the corresponding relation between the resource identifier and the resource name, adding the corresponding relation between the resource identifier and the resource name, and modifying the resource name in the corresponding relation between the resource identifier and the resource name.
An embodiment of the present invention further provides a resource management module, including:
the first processing unit is used for acquiring the information of the resource to be inquired from the terminal inquiry module;
the first processing unit is further configured to acquire target resource information corresponding to the information of the resource to be queried from the resource information stored in the resource management module; the target resource information comprises target resource identification information and target resource content information;
a first sending unit, configured to send a first acquisition request for a target resource name corresponding to the target resource identification information to a name query module; the name query module stores the corresponding relation between the resource identification information and the resource names of all the resource management modules;
a first receiving unit, configured to receive a target resource name from the name query module;
the first sending unit is further configured to return the target resource name and the target resource content information to the terminal query module.
The embodiment of the present invention further provides a name query module, including:
the second receiving unit is used for receiving a first acquisition request of a target resource name corresponding to the target resource identification information from the resource management module;
the second processing unit is used for acquiring the target resource name from the corresponding relation between the resource identifiers and the resource names of all the pre-stored resource management modules according to the first acquisition request;
a second sending unit, configured to send the target resource name to the resource management module.
The embodiment of the invention also provides a resource auditing module, which comprises:
the third processing module is used for monitoring modification operation aiming at the corresponding relation between the resource identifier and the resource name in all the resource management modules;
the third processing module is further configured to, when the corresponding relationship between the resource identifier and the resource name in any one of the management modules is modified, obtain modification information by the resource auditing module;
and the third sending module is used for sending the obtained modification information to the name query module so that the name query module correspondingly modifies the corresponding relation between the resource identifiers and the resource names of all the resource management modules stored in the name query module according to the modification information.
Because the name query module stores the corresponding relation between the resource identification information and the resource name of all the resource management modules, when the resource management module needs to acquire the resource name corresponding to the resource identification information, the name query module can be requested, so that other resource management modules are prevented from calling the database for query, the operation process is greatly simplified, and the information processing efficiency is improved.
Additional features and advantages of embodiments of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of embodiments of the invention. The objectives and other advantages of the embodiments of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the embodiments of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the examples of the application do not constitute a limitation of the embodiments of the invention.
Fig. 1 is a schematic flowchart of an information processing method according to an embodiment of the present invention;
FIG. 2 is a flow chart illustrating another information processing method according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating another information processing method according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a resource management module according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a name query module according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a resource audit module according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
An embodiment of the present invention provides an information processing method, as shown in fig. 1, the method including:
step 101, the resource management module obtains information of resources to be queried from the terminal query module.
In an exemplary example, the information of the resource to be queried may be a hard disk, a motherboard, a display, a Central Processing Unit (CPU), a network card, and the like, and when the information of the resource to be queried is a hard disk, the information of the hard disk, the capacity of the hard disk, the user to which the hard disk belongs, and the like are to be queried.
Step 102, the resource management module obtains target resource information corresponding to the information of the resource to be queried from the resource information stored in the resource management module.
The target resource information comprises target resource identification information and target resource content information.
In an exemplary embodiment, the obtained resource information does not include a resource name, but includes identification information of the resource, such as an ID. The obtained resource information is taken as hard disk resource information as an example for explanation, although the obtained information includes a hard disk, the capacity of the hard disk, and a user to which the hard disk belongs, the obtained hard disk and the user to which the hard disk belongs are represented by identification information, and the identification information is used in the cloud computing platform and has no terminal-oriented display significance.
Step 103, the resource management module sends a first obtaining request of the target resource name corresponding to the target resource identification information to the name query module.
The name query module stores the corresponding relationship between the resource identification information of all the resource management modules and the resource names.
Step 104, the resource management module receives the target resource name from the name query module.
And 105, the resource management module returns the target resource name and the target resource content information to the terminal query module.
In an exemplary embodiment, before the resource management module sends, to the name query module, a request for obtaining a name of a target resource corresponding to target resource identification information, the method further includes:
firstly, the resource management module receives a second acquisition request of the corresponding relation between the resource identification information and the resource name from the name inquiry module.
And then, the resource management module acquires the corresponding relation between the resource identification information and the resource name from the database of the resource management module according to the second acquisition request.
And finally, the resource management module sends the corresponding relation between the resource identification information and the resource name to the name query module.
According to the information processing method provided by the embodiment of the invention, the name query module stores the corresponding relation between the resource identification information and the resource names of all the resource management modules, so that when the resource management modules need to acquire the resource names corresponding to the resource identification information, the name query module can be requested, and therefore, other resource management modules are prevented from calling the database for query, the operation process is greatly simplified, and the information processing efficiency is improved.
An embodiment of the present invention further provides an information processing method, as shown in fig. 2, the method includes:
in step 201, the name query module receives a first obtaining request of a target resource name corresponding to the target resource identification information from the resource management module.
In one illustrative example, the name querying module may be a distributed cluster that provides an interface to an external device for information queries when the name querying module is a distributed cluster.
Step 202, the name query module obtains the target resource name from the pre-stored corresponding relationship between the resource identifier and the resource name according to the first obtaining request.
Step 203, the name inquiry module sends the target resource name to the resource management module.
In an exemplary embodiment, before the name query module obtains the target resource name in the pre-stored correspondence between the resource identifier and the resource name according to the request, the name query module further includes:
firstly, the name inquiry module sends an acquisition request of the corresponding relation between the resource identification and the resource name to all the resource management modules.
Then, the name query module receives the corresponding relation between the resource identification and the resource name, which are obtained from the database of each resource management module.
And finally, the name query module stores the obtained corresponding relation between the resource identification and the resource name.
In an exemplary embodiment, before or after the name query module receives the first obtaining request of the target resource name corresponding to the target resource identification information from the resource management module, the name query module further includes:
first, the name inquiry module receives modification information from the resource audit module.
And secondly, the name query module modifies the corresponding relation between the resource identification and the resource name stored by the name query module according to the modification information.
In one illustrative example, the modification information includes: and adding modification information of the corresponding relation between the resource identifier and the resource name, and deleting the modification information of the corresponding relation between the resource identifier and the resource name and the modification information of the resource name in the corresponding relation between the modified resource identifier and the resource name.
In an exemplary embodiment, when the modification information is modification information for increasing the corresponding relationship between the resource identifier and the resource name, the name query module adds a new corresponding relationship between the resource identifier and the resource name in the corresponding relationship between the resource identifier and the resource name stored in the name query module according to the modification information; when the modification information is modification information for deleting the corresponding relation between the resource identifier and the resource name, the name inquiry module deletes the corresponding relation between the resource identifier and the resource name in the corresponding relation between the resource identifier and the resource name stored in the name inquiry module according to the modification information; when the modification information is modification information for modifying the resource name in the corresponding relationship between the resource identifier and the resource name, the name query module obtains the corresponding relationship between the corresponding resource identifier and the resource name from the corresponding relationship between the resource identifier and the resource name stored in the name query module according to the modification information, and then modifies the resource name.
According to the information processing method provided by the embodiment of the invention, the name query module stores the corresponding relation between the resource identification information and the resource names of all the resource management modules, so that when the resource management modules need to acquire the resource names corresponding to the resource identification information, the name query module can be requested, and therefore, other resource management modules are prevented from calling the database for query, the operation process is greatly simplified, and the information processing efficiency is improved.
An embodiment of the present invention further provides an information processing method, as shown in fig. 3, the method includes:
step 301, the resource auditing module monitors the modification operation of the corresponding relation between the resource identifier and the resource name in all the resource management modules.
In one illustrative example, the resource auditing module maintains a correspondence between the resource identification and the resource name in the name querying module.
In one illustrative example, the resource audit module, when recording resource attribute changes, records the following information: the latest basic information of the resource, the resource operation, the resource operator and the resource change information. The resource auditing module also maintains the corresponding relation between the resource type identification of each resource and the resource deleting operation, and when the resource is deleted, the resource auditing module clears the information of the resource from the distributed cache.
Step 302, when the corresponding relationship between the resource identifier and the resource name in any one management module is modified, the resource auditing module obtains the modification information.
Step 303, the resource auditing module sends the obtained modification information to the name querying module, so that the name querying module modifies the corresponding relationship between the resource identifier and the resource name stored in the name querying module according to the modification information.
In one exemplary embodiment, the modifying operation includes: deleting the corresponding relation between the resource identifier and the resource name, adding the corresponding relation between the resource identifier and the resource name, and modifying the resource name in the corresponding relation between the resource identifier and the resource name.
In the information processing method provided by the embodiment of the invention, because the name query module stores the corresponding relationship between the resource identification information and the resource names of all the resource management modules, when the resource audit module monitors that the corresponding relationship between the resource identification information and the resource names in any one resource management module is modified, the modification information is sent to the name query module, so that the name query module correspondingly modifies the corresponding relationship between the resource identification and the resource names stored in the name query module and the resource management module, and the synchronization of the corresponding relationship between the resource identification and the resource names in the name query module and the resource management module is realized, thereby improving the information processing efficiency.
An embodiment of the present invention provides a resource management module, as shown in fig. 4, where the resource management module 4 includes:
the first processing unit 41 is configured to obtain information of the resource to be queried from the terminal query module.
The first processing unit 41 is further configured to obtain target resource information corresponding to information of the resource to be queried from the resource information stored in the resource management module; the target resource information comprises target resource identification information and target resource content information.
A first sending unit 42, configured to send a first obtaining request of a target resource name corresponding to the target resource identification information to the name querying module; the name query module stores the corresponding relationship between the resource identification information and the resource names of all the resource management modules.
A first receiving unit 43, configured to receive the target resource name from the name query module.
The first sending unit 42 is further configured to return the target resource name and the target resource content information to the terminal query module.
In an exemplary example, the first receiving unit 43 is further configured to receive a second obtaining request of the correspondence between the resource identification information and the resource name from the name querying module.
The first processing unit 41 is further configured to obtain a corresponding relationship between the resource identification information and the resource name from its own database according to the second obtaining request.
The first sending unit 42 is further configured to send the corresponding relationship between the resource identification information and the resource name to the name querying module.
According to the resource management module provided by the embodiment of the invention, because the name query module stores the corresponding relation between the resource identification information and the resource name of all the resource management modules, when the resource management module needs to acquire the resource name corresponding to the resource identification information, a request can be made to the name query module, so that other resource management modules are prevented from calling a database for query, the operation process is greatly simplified, and the information processing efficiency is improved.
In practical applications, the first Processing Unit 41, the first transmitting Unit 42 and the first receiving Unit 43 are implemented by a Central Processing Unit (CPU), a microprocessor Unit (MPU), a Digital Signal Processor (DSP), a Field Programmable Gate Array (FPGA), or the like, which are located in the resource management module 4.
An embodiment of the present invention provides a name query module, as shown in fig. 5, where the name query module 5 includes:
a second receiving unit 51, configured to receive a first obtaining request of a target resource name corresponding to the target resource identification information from the resource management module.
The second processing unit 52 is configured to obtain a target resource name in the pre-stored correspondence between the resource identifiers of all the resource management modules and the resource names according to the first obtaining request.
A second sending unit 53, configured to send the target resource name to the resource management module.
In an exemplary example, the second sending unit 53 is further configured to send an obtaining request of the correspondence between the resource identifier and the resource name to all resource management modules.
The second receiving unit 51 is further configured to receive a corresponding relationship between the resource identifier and the resource name, which is obtained from the database of each resource management module.
The second processing unit 52 is further configured to store the obtained corresponding relationship between the resource identifier and the resource name.
In an exemplary embodiment, the second receiving unit 51 is further configured to receive modification information from the resource auditing module.
The second processing unit 52 is further configured to modify the corresponding relationship between the resource identifier and the resource name stored in the second processing unit according to the modification information.
The name query module provided by the embodiment of the invention stores the corresponding relation between the resource identification information and the resource names of all the resource management modules, so that when the resource management module needs to acquire the resource name corresponding to the resource identification information, a request can be made to the name query module, and therefore, other resource management modules are prevented from calling a database for query, the operation process is greatly simplified, and the information processing efficiency is improved.
In practical applications, the second receiving unit 51, the second processing unit 52 and the second sending unit 53 are implemented by a CPU, an MPU, a DSP or an FPGA located in the name query module 5.
An embodiment of the present invention provides a resource audit module, as shown in fig. 6, where the resource audit module 6 includes:
the third processing unit 61 is configured to monitor modification operations for the correspondence between the resource identifier and the resource name in all the resource management modules.
The third processing unit 61 is further configured to, when the corresponding relationship between the resource identifier and the resource name in any one of the management modules is modified, the resource auditing module obtains modification information.
A third sending unit 62, configured to send the obtained modification information to the name query module, so that the name query module correspondingly modifies, according to the modification information, the corresponding relationships between the resource identifiers and the resource names of all resource management modules stored in the name query module.
In one illustrative example, the modifying operation comprises: deleting the corresponding relation between the resource identifier and the resource name, adding the corresponding relation between the resource identifier and the resource name, and modifying the resource name in the corresponding relation between the resource identifier and the resource name.
In the resource auditing module provided by the embodiment of the invention, because the name inquiring module stores the corresponding relation between the resource identification information and the resource name of all the resource management modules, when the resource auditing module monitors that the corresponding relation between the resource identification information and the resource name in any one resource management module is modified, the modification information is sent to the name inquiring module, so that the name inquiring module correspondingly modifies the corresponding relation between the resource identification and the resource name stored in the name inquiring module and the resource management module, and therefore, the synchronization of the corresponding relation between the resource identification and the resource name in the name inquiring module and the resource management module is realized, and the information processing efficiency is improved.
In practical application, the third processing module 61 and the third sending module 62 are implemented by a CPU, an MPU, a DSP, or an FPGA located in the resource auditing module 6.
An embodiment of the present invention further provides an information processing apparatus, which includes a memory, a processor, and a computer program stored in the memory and executable by the processor, where the processor implements any one of the file detection methods in the foregoing embodiments when executing the computer program.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer-executable command is stored on the storage medium, and the computer-executable command is used to execute any one of the information processing methods in the foregoing embodiments.
The embodiment of the invention also provides an information processing system which comprises the name inquiry module, the resource audit module and a plurality of resource management modules.
Although the embodiments of the present invention have been described above, the descriptions are only used for understanding the embodiments of the present invention, and are not intended to limit the embodiments of the present invention. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the embodiments of the invention as defined by the appended claims.

Claims (7)

1. An information processing method characterized by comprising:
the resource management module acquires information of resources to be inquired from the terminal inquiry module;
the resource management module acquires target resource information corresponding to the information of the resource to be inquired from the stored resource information; the target resource information comprises target resource identification information and target resource content information;
the resource management module sends a first acquisition request of a target resource name corresponding to the target resource identification information to a name query module; wherein, the name inquiry module comprises: the name query module stores the corresponding relation between resource identification information and resource names which are sent to the name query module by all the resource management modules in advance;
the resource management module receives a target resource name from the name query module;
and the resource management module returns the target resource name and the target resource content information to the terminal query module.
2. The information processing method according to claim 1, wherein before the resource management module sends the request for obtaining the target resource name corresponding to the target resource identification information to the name query module, the method further comprises:
the resource management module receives a second acquisition request of the corresponding relation between the resource identification information and the resource name from the name inquiry module;
the resource management module acquires the corresponding relation between the resource identification information and the resource name from a database of the resource management module according to the second acquisition request;
and the resource management module sends the corresponding relation between the resource identification information and the resource name to the name query module.
3. An information processing method characterized by comprising:
the name query module receives a first acquisition request of a target resource name corresponding to the target resource identification information from the resource management module; wherein, the name inquiry module comprises: providing an interface for a distributed cluster for information query;
the name query module acquires the target resource name from a pre-stored corresponding relation between the resource identifier and the resource name according to the first acquisition request; the corresponding relation between the resource identification and the resource name is sent to the name query module by all resource management modules in advance;
and the name inquiry module sends the target resource name to the resource management module.
4. The information processing method according to claim 3, wherein before the name query module obtains the target resource name from the pre-stored correspondence between the resource identifier and the resource name according to the request, the method further comprises:
the name query module sends a request for acquiring the corresponding relation between the resource identifier and the resource name to all the resource management modules;
the name query module receives the corresponding relation between the resource identifier and the resource name acquired from the database of each resource management module;
and the name query module stores the obtained corresponding relation between the resource identification and the resource name.
5. The information processing method according to claim 3, wherein before or after the name query module receives the first acquisition request of the target resource name corresponding to the target resource identification information from the resource management module, the method further comprises:
the name inquiry module receives modification information from the resource auditing module;
and the name query module modifies the corresponding relation between the resource identifier and the resource name stored in the name query module according to the modification information.
6. A resource management module, comprising:
the first processing unit is used for acquiring the information of the resource to be inquired from the terminal inquiry module;
the first processing unit is further configured to acquire target resource information corresponding to the information of the resource to be queried from the resource information stored in the resource management module; wherein, the name inquiry module comprises: providing an interface for a distributed cluster for information query externally, wherein the target resource information comprises target resource identification information and target resource content information;
a first sending unit, configured to send a first acquisition request for a target resource name corresponding to the target resource identification information to a name query module; the name query module stores the corresponding relation between the resource identification information and the resource name which are sent to the name query module by all the resource management modules in advance;
a first receiving unit, configured to receive a target resource name from the name query module;
the first sending unit is further configured to return the target resource name and the target resource content information to the terminal query module.
7. A name query module, comprising:
the second receiving unit is used for receiving a first acquisition request of a target resource name corresponding to the target resource identification information from the resource management module; wherein, the name inquiry module comprises: providing an interface for a distributed cluster for information query;
the second processing unit is used for acquiring the target resource name in the pre-stored corresponding relation between the resource identifiers and the resource names of all the resource management modules according to the first acquisition request; the corresponding relation between the resource identification and the resource name is sent to the name query module by all the resource management modules in advance;
a second sending unit, configured to send the target resource name to the resource management module.
CN201910574353.5A 2019-06-28 2019-06-28 Information processing method and device Active CN110389966B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910574353.5A CN110389966B (en) 2019-06-28 2019-06-28 Information processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910574353.5A CN110389966B (en) 2019-06-28 2019-06-28 Information processing method and device

Publications (2)

Publication Number Publication Date
CN110389966A CN110389966A (en) 2019-10-29
CN110389966B true CN110389966B (en) 2022-07-12

Family

ID=68285903

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910574353.5A Active CN110389966B (en) 2019-06-28 2019-06-28 Information processing method and device

Country Status (1)

Country Link
CN (1) CN110389966B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111125234B (en) * 2019-11-29 2022-04-19 广东电网有限责任公司 Information monitoring device based on scheduling operation early reporting system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571405A (en) * 2010-12-31 2012-07-11 中国移动通信集团设计院有限公司 Method and device for acquiring resource information
CN103092988A (en) * 2013-02-07 2013-05-08 广州市久邦数码科技有限公司 Realizing method of directly managing mobile phone media resources on desktop
CN109543073A (en) * 2018-10-17 2019-03-29 深圳壹账通智能科技有限公司 Enterprise's supply and marketing relation map generation method, device and computer equipment

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105590178A (en) * 2014-10-21 2016-05-18 阿里巴巴集团控股有限公司 Resource processing method and resource processing device
US10120904B2 (en) * 2014-12-31 2018-11-06 Cloudera, Inc. Resource management in a distributed computing environment
CN107844274B (en) * 2017-11-17 2021-03-16 北京联想超融合科技有限公司 Hardware resource management method, device and terminal based on super-fusion storage system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571405A (en) * 2010-12-31 2012-07-11 中国移动通信集团设计院有限公司 Method and device for acquiring resource information
CN103092988A (en) * 2013-02-07 2013-05-08 广州市久邦数码科技有限公司 Realizing method of directly managing mobile phone media resources on desktop
CN109543073A (en) * 2018-10-17 2019-03-29 深圳壹账通智能科技有限公司 Enterprise's supply and marketing relation map generation method, device and computer equipment

Also Published As

Publication number Publication date
CN110389966A (en) 2019-10-29

Similar Documents

Publication Publication Date Title
CN102937980B (en) A kind of Cluster Database data enquire method
CN109299157B (en) Data export method and device for distributed big single table
CN109167840B (en) Task pushing method, node autonomous server and edge cache server
CN104216957A (en) Query system and query method for video metadata
CN111262726B (en) Configuration information updating method and device and computer readable storage medium
CN111797091A (en) Method and device for querying data in database, electronic equipment and storage medium
CN110837409A (en) Method and system for executing task regularly
CN111339171A (en) Data query method, device and equipment
CN111221469A (en) Method, device and system for synchronizing cache data
CN104423982A (en) Request processing method and device
CN108563776B (en) Offline data acquisition method and system, server and storage medium
CN111582824B (en) Cloud resource synchronization method, device, equipment and storage medium
CN111984849A (en) Information query method, device, equipment and medium
CN111737564A (en) Information query method, device, equipment and medium
CN113590433B (en) Data management method, data management system, and computer-readable storage medium
CN110389966B (en) Information processing method and device
CN113127477A (en) Method and device for accessing database, computer equipment and storage medium
CN113377789A (en) Processing method and device for database change data, computer equipment and medium
CN110798358B (en) Distributed service identification method and device, computer readable medium and electronic equipment
CN110688201B (en) Log management method and related equipment
CN113779326A (en) Data processing method, device, system and storage medium
US10114864B1 (en) List element query support and processing
CN113468275A (en) Data importing method and device of graph database, storage medium and electronic equipment
CN107124293B (en) Protocol management method and system of distributed network system
CN115694841B (en) Metadata circulation method, device and storage medium based on blockchain and IPFS network

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant