class documentation
class MongoExecutionStoreRepo(ExecutionStoreRepo): (source)
Constructor: MongoExecutionStoreRepo(collection, dataset_id)
MongoDB implementation of execution store repository.
Method | __init__ |
Undocumented |
Method | _create |
Undocumented |
Inherited from ExecutionStoreRepo
:
Method | cleanup |
Deletes all stores and keys associated with the current context. |
Method | count |
Counts the keys in the specified store. |
Method | count |
Counts the stores associated with the current context. |
Method | count |
Counts stores across all datasets and the global context. |
Method | create |
Creates a store associated with the current context. |
Method | delete |
Deletes the document that matches the store name and key, if one exists. |
Method | delete |
Deletes the specified store. |
Method | delete |
Deletes the specified store across all datasets and the global context. |
Method | get |
Gets a key from the specified store. |
Method | get |
Gets a store associated with the current context. |
Method | has |
Determines whether a key exists in the specified store. |
Method | has |
Checks whether a store with the given name exists in the current context. |
Method | has |
Determines whether a store with the given name exists across all datasets and the global context. |
Method | list |
Lists all keys in the specified store. |
Method | list |
Lists the stores associated with the current context. |
Method | list |
Lists stores across all datasets and the global context. |
Method | set |
Sets or updates a key in the specified store. |
Method | update |
Updates the TTL for a key. |
Constant | COLLECTION |
Undocumented |
Instance Variable | _collection |
Undocumented |
Instance Variable | _dataset |
Undocumented |