The heat.engine.sync_point Module¶
- 
heat.engine.sync_point.create(context, entity_id, traversal_id, is_update, stack_id)[source]¶
- Creates a sync point entry in DB. 
- 
heat.engine.sync_point.delete_all(context, stack_id, traversal_id)[source]¶
- Deletes all sync points of a stack associated with a traversal_id. 
- 
heat.engine.sync_point.get(context, entity_id, traversal_id, is_update)[source]¶
- Retrieves a sync point entry from DB.