Uses of Package
org.apache.jackrabbit.oak.index.indexer.document.tree
-
Classes in org.apache.jackrabbit.oak.index.indexer.document.tree used by org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined Class Description 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). -
Classes in org.apache.jackrabbit.oak.index.indexer.document.tree used by org.apache.jackrabbit.oak.index.indexer.document.tree Class Description ParallelIndexStore A parallel store has the ability to "split itself" into multiple stores that each cover a subset of the content.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.