Uses of Interface
org.apache.jackrabbit.oak.index.indexer.document.indexstore.IndexStoreSortStrategy
-
Packages that use IndexStoreSortStrategy Package Description org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined org.apache.jackrabbit.oak.index.indexer.document.indexstore -
-
Uses of IndexStoreSortStrategy in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined
Classes in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined that implement IndexStoreSortStrategy Modifier and Type Class Description class
PipelinedStrategy
Downloads the contents of the MongoDB repository dividing the tasks in a pipeline with the following stages: Download - Downloads from Mongo all the documents in the node store.class
PipelinedTreeStoreStrategy
Downloads the contents of the MongoDB repository dividing the tasks in a pipeline with the following stages: Download - Downloads from Mongo all the documents in the node store. -
Uses of IndexStoreSortStrategy in org.apache.jackrabbit.oak.index.indexer.document.indexstore
Classes in org.apache.jackrabbit.oak.index.indexer.document.indexstore that implement IndexStoreSortStrategy Modifier and Type Class Description class
IndexStoreSortStrategyBase
-