You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

  1. Compare Active Subscriptions (DB) with the current request
    1. Find delta
      • we have the same subscription if we have the same combination of 
        1. cmhandle AND xpath filter AND datastore
    2. Create structure to hold all 'PENDING' subscriptions
      1. HZ map
    3. Update when there's overlapping
      • updating the status in the HZ map from 'PENDING' for duplicated request(s)

A:

Wide Net → Narrow Net method


B:  

 IMap<String, CmSubscriptionCacheObject> pendingCmSubscriptions

Map of Subscription Id and  CmSubscriptionCacheObject


C: 

  • No labels