The key to delete
The level at which to delete the key
To go up the hierarchy (true) or down (false) from level
If the write succeeded to all levels going up/down or the error condition
The key to retrieve
The level at which to retrieve the key
To go up the hierarchy (true) or down (false) from level
The value if it's in the hierarchy from the level going up/down or null
The keys a the top level (should be all keys across the entire hierarchy)
The level at which to search
The number of keys at the specified level
The key to retrieve
The value at the bottom level only or null
The key to retrieve
The value at the top level only or null
The key to set
The value to set
The level at which to set the key
To go up the hierarchy (true) or down (false) from level
If the write succeeded to all levels going up/down or the error condition
Set only the levels below the top level (for refresing from the top level for instance)
The key to set
The value to set
If the write succeeded to all levels going up/down or the error condition
Generated using TypeDoc
Represent a key/value multilevel storage hierarchy where read/writes are propogated up/down the hierarchy. Typically, this is used in a system where different levels of the hierarchy have varying performance characteristics (such as a memory system siting below a database).