| FileStore |
A storage backend for the tree store that stores files on the local file
system.
|
| GarbageCollection |
Remove unreferenced files from the store.
|
| GarbageCollection.GarbageCollectionResult |
Garbage collection results.
|
| LogStore |
A wrapper for storage backends that allows to log store and read operations.
|
| MemoryStore |
An in-memory storage backend for the tree store.
|
| PackStore |
A store where all the entries are stored in a "Pack File" (see @FilePacker).
|
| PageFile |
A B-tree page (leaf, or inner node).
|
| SlowStore |
A wrapper store to simulate a slow backend store.
|
| StatsStore |
A wrapper store that allows capturing performance counters for a storage
backend.
|
| StoreBuilder |
A helper class to build storage backends for a tree store.
|
| TreeSession |
A session that allows reading and writing keys and values in a tree store.
|