Package org.apache.jackrabbit.oak.index.indexer.document.tree
package org.apache.jackrabbit.oak.index.indexer.document.tree
-
ClassDescriptionA parallel store has the ability to "split itself" into multiple stores that each cover a subset of the content.A wrapper around the tree store that only iterates over a subset of the nodes.A utility class that allows skipping nodes that are not included in the index definition.The prefetcher, in a separate threads, reads ahead of indexing, such that the nodestore cache and datastore cache is filled.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).A node state of an Oak node that is stored in a tree store.A command line utility for the tree store.