ParallelTreeStore |
A wrapper around the tree store that only iterates over a subset of the
nodes.
|
PathIteratorFilter |
A utility class that allows skipping nodes that are not included in the index
definition.
|
Prefetcher |
The prefetcher, in a separate threads, reads ahead of indexing, such that the
nodestore cache and datastore cache is filled.
|
TreeStore |
The tree store is similar to the flat file store, but instead of storing all
key-value pairs in a single file, it stores the entries in multiple files
(except if there are very few nodes).
|
TreeStoreNodeState |
A node state of an Oak node that is stored in a tree store.
|
TreeStoreUtils |
A command line utility for the tree store.
|