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