PersistenceManager#
- class wattson.apps.vcc.persistence.persistence_manager.PersistenceManager(working_directory: Path, enabled: bool = True, asynchronous_write: bool = True)#
Bases:
object
Methods
clear_old_entries
enable
get_connection_event_history
get_data_point_history
get_data_points_history
store_command_reply
store_connection_event
store_data_point_update
- __init__(working_directory: Path, enabled: bool = True, asynchronous_write: bool = True)#