Uses of Interface
org.apache.jackrabbit.oak.index.indexer.document.tree.ParallelIndexStore
-
Packages that use ParallelIndexStore Package Description org.apache.jackrabbit.oak.index.indexer.document.tree -
-
Uses of ParallelIndexStore in org.apache.jackrabbit.oak.index.indexer.document.tree
Classes in org.apache.jackrabbit.oak.index.indexer.document.tree that implement ParallelIndexStore Modifier and Type Class Description classTreeStoreThe 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).
-