Struct glycos::net::storage::GlycosRecordStore [−][src]
pub struct GlycosRecordStore {
graph: PersistentGraph,
}Fields
graph: PersistentGraphImplementations
Trait Implementations
type RecordsIter = Box<dyn Iterator<Item = Cow<'a, Record>> + 'a>
type ProvidedIter = Box<dyn Iterator<Item = Cow<'a, ProviderRecord>> + 'a>
Gets a record from the store, given its key.
Gets an iterator over all (value-) records currently stored.
Adds a provider record to the store. Read more
Gets a copy of the stored provider records for the given key.
Gets an iterator over all stored provider records for which the node owning the store is itself the provider. Read more
Removes a provider record from the store.
