congress.dse2.datasource_manager.
DSManagerEndpoints
(service)¶Bases: object
add_datasource
(context, items)¶delete_datasource
(context, datasource)¶congress.dse2.datasource_manager.
DSManagerService
(service_id)¶Bases: congress.dse2.data_service.DataService
A proxy service to datasource managing methods in dse_node.
add_datasource
(item, deleted=False, update_db=True)¶delete_datasource
(datasource, update_db=True)¶register_synchronizer
()¶start
()¶Start the DataService.
This method is called by a DseNode before any RPCs are invoked.
stop
()¶Stop the DataService.
This method is called by a DseNode when the DataService instance is no longer needed. No RPCs will invoked on stopped DataServices.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.