hpcflow.sdk.persistence.store_resource.StoreResource#
- class hpcflow.sdk.persistence.store_resource.StoreResource(app, name)#
Bases:
ABC
Class to represent a persistent resource within which store data lives.
A PersistentStore maps workflow data across zero or more store resources. Updates to persistent workflow data that live in the same store resource are performed together.
Methods
Close the store for a particular action.
Open the store.
Attributes
The logger.
- close(action)#
Close the store for a particular action.
- property logger#
The logger.