WO2019211644A2 - Event publisher module for in-memory hash map - Google Patents

Event publisher module for in-memory hash map Download PDF

Info

Publication number
WO2019211644A2
WO2019211644A2 PCT/IB2018/052966 IB2018052966W WO2019211644A2 WO 2019211644 A2 WO2019211644 A2 WO 2019211644A2 IB 2018052966 W IB2018052966 W IB 2018052966W WO 2019211644 A2 WO2019211644 A2 WO 2019211644A2
Authority
WO
WIPO (PCT)
Prior art keywords
hash map
event
publisher module
key
event publisher
Prior art date
Application number
PCT/IB2018/052966
Other languages
French (fr)
Inventor
Pratik Sharma
Original Assignee
Pratik Sharma
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 Pratik Sharma filed Critical Pratik Sharma
Priority to PCT/IB2018/052966 priority Critical patent/WO2019211644A2/en
Publication of WO2019211644A2 publication Critical patent/WO2019211644A2/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/14Details of searching files based on file metadata
    • G06F16/148File search processing
    • G06F16/152File search processing using file content signatures, e.g. hash values
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2255Hash tables

Definitions

  • Hash Map in main memory of the system
  • Event Publisher module in the Hash Map which is invoked when a key-value pair of objects in the Hash Map gets added, updated or deleted.
  • Event Publisher module maintains a list of subscribers for all kinds of events like addition, update or deletion on different entries in the Hash Map and pushes the key- value pair of objects for the entry in the Hash Map which got inserted, updated or deleted to the list of subscribers subscribed with the Event Publisher module for insertion, update or deletion events respectively.
  • Event Publisher Module maintains a Look Up Table with event like insertion, update or delete as the key and value as list of subscribers for the event.
  • different Hash Map entries might have expiry timers or Time To Live (TTL) which on expiry invoke the Event Publisher Module to publish to a list of subscribers expiry or delete event for the key- value pair of objects expired or getting deleted.
  • TTL Time To Live

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)
  • Software Systems (AREA)
  • Library & Information Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

Event Publisher Module for In-memory Hash Map
In this invention we have an In-memory Hash Map (or Hash Map in main memory of the system) where key- value pairs of objects can be added, updated and deleted at any time. Here we have an Event Publisher module in the Hash Map which is invoked when a key-value pair of objects in the Hash Map gets added, updated or deleted. Event Publisher module maintains a list of subscribers for all kinds of events like addition, update or deletion on different entries in the Hash Map and pushes the key- value pair of objects for the entry in the Hash Map which got inserted, updated or deleted to the list of subscribers subscribed with the Event Publisher module for insertion, update or deletion events respectively. Event Publisher Module maintains a Look Up Table with event like insertion, update or delete as the key and value as list of subscribers for the event. Also here different Hash Map entries might have expiry timers or Time To Live (TTL) which on expiry invoke the Event Publisher Module to publish to a list of subscribers expiry or delete event for the key- value pair of objects expired or getting deleted.

Claims

Claims Following is the claim for this invention: -
1 . In this invention we have an In-memory Hash Map (or Hash Map in main memory of the system) where key- value pairs of objects can be added, updated and deleted at any time. Here we have an Event Publisher module in the Hash Map which is invoked when a key-value pair of objects in the Hash Map gets added, updated or deleted. Event Publisher module maintains a list of subscribers for all kinds of events like addition, update or deletion on different entries in the Hash Map and pushes the key- value pair of objects for the entry in the Hash Map which got inserted, updated or deleted to the list of subscribers subscribed with the Event Publisher module for insertion, update or deletion events respectively. Event Publisher Module maintains a Look Up Table with event like insertion, update or delete as the key and value as list of subscribers for the event. Also here different Hash Map entries might have expiry timers or Time To Live (TTL) which on expiry invoke the Event Publisher Module to publish to a list of subscribers expiry or delete event for the key- value pair of objects expired or getting deleted. The above novel technique of providing Event Publisher Module for various kinds of operations like insertion, update or deletion on the Hash Map is the claim for this invention.
PCT/IB2018/052966 2018-04-29 2018-04-29 Event publisher module for in-memory hash map WO2019211644A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/IB2018/052966 WO2019211644A2 (en) 2018-04-29 2018-04-29 Event publisher module for in-memory hash map

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/IB2018/052966 WO2019211644A2 (en) 2018-04-29 2018-04-29 Event publisher module for in-memory hash map

Publications (1)

Publication Number Publication Date
WO2019211644A2 true WO2019211644A2 (en) 2019-11-07

Family

ID=68387083

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2018/052966 WO2019211644A2 (en) 2018-04-29 2018-04-29 Event publisher module for in-memory hash map

Country Status (1)

Country Link
WO (1) WO2019211644A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111078718A (en) * 2019-12-30 2020-04-28 广州酷狗计算机科技有限公司 Frequency control method, device, equipment and computer storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111078718A (en) * 2019-12-30 2020-04-28 广州酷狗计算机科技有限公司 Frequency control method, device, equipment and computer storage medium
CN111078718B (en) * 2019-12-30 2023-04-07 广州酷狗计算机科技有限公司 Frequency control method, device, equipment and computer storage medium

Similar Documents

Publication Publication Date Title
CN107623729B (en) Caching method, caching equipment and caching service system
CN104268015B (en) The implementation method and timer of embedded device high availability timer
CN108228646B (en) Method and electronic device for accessing data
PH12020551558A1 (en) Access node selection in 5g network for non-3gpp and non-cellular access, also indicating regional requirement according to lawful interception
WO2001077858A3 (en) System and method for synchronizing data records between multiple databases
US20230153211A1 (en) Method, electronic device and computer program product for storage management
WO2019211644A2 (en) Event publisher module for in-memory hash map
US20170193070A1 (en) System and method for a distributed replication lock for active-active geo-redundant systems
CN101399738B (en) Method for providing download recommendation service, structured peer-to-peer network and node therein
EP4236512A3 (en) Short message service ability updating method, device and apparatus
CN106657433B (en) Naming method and device for physical network card in multi-network snap ring environment
CN111737711B (en) Time-limited user temporary role management method and device
US20170318521A1 (en) Method for realizing resource attribute notification, and common service entity
CN103634935A (en) WPS (Wi-Fi protected setup) or QSS (quick secure setup)-based network accessing method and device
WO2019175617A1 (en) Data redundancy and elimination module
MXPA02010667A (en) Access control system in seamless communication with personnel management systems and the like.
US11093334B2 (en) Method, device and computer program product for data processing
CN104580183A (en) Cross-cluster data synchronization method and device
WO2002097553A3 (en) System and method for delivery and updating of data transmitted to a mobile terminal
WO2007149332A3 (en) Methods and system to provide references associated with data streams
WO2006138168A3 (en) Techniques for handling lock-related inconsistencies
WO2012006399A4 (en) Publish and subscribe data delivery system and method using keys
WO2019171129A1 (en) Collision-free hash map
CN113934742B (en) Data updating method, node information storage method, electronic device and medium
WO2019171136A2 (en) Acquired locks table for transactions

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18917104

Country of ref document: EP

Kind code of ref document: A2