Public Member Functions | |
def | __init__ |
def | is_in_store |
def | get_metadata |
def | write_metadata |
Public Attributes | |
store_path | |
A filesystem MetaDataStore implementation.
def damn_at.metadatastore.MetaDataStore.get_metadata | ( | self, | |
store_id, | |||
an_hash | |||
) |
Get the FileDescription for the given hash.
def damn_at.metadatastore.MetaDataStore.is_in_store | ( | self, | |
store_id, | |||
an_hash | |||
) |
Check if the given file hash is in the store.
def damn_at.metadatastore.MetaDataStore.write_metadata | ( | self, | |
store_id, | |||
an_hash, | |||
a_file_descr | |||
) |
Write the FileDescription to this store.