eris.NullStore¶
- class eris.NullStore¶
A store that does not store anything.
Useful if you want to compute the ERIS read capability without storing blocks anywhere.
- __init__()¶
Methods
__init__()close()Closes connection to the store
get(ref[, block_size])Gets the block with given reference.
put(ref, block)Stores a block