Uses of Interface
org.apache.jackrabbit.oak.index.indexer.document.indexstore.IndexStore
-
-
Uses of IndexStore in org.apache.jackrabbit.oak.index.indexer.document
Methods in org.apache.jackrabbit.oak.index.indexer.document that return IndexStore Modifier and Type Method Description IndexStore
DocumentStoreIndexerBase. buildFlatFileStore()
Deprecated.replaced byDocumentStoreIndexerBase.buildStore()
IndexStore
DocumentStoreIndexerBase. buildStore()
IndexStore
DocumentStoreIndexerBase. buildStore(String initialCheckpoint, String finalCheckpoint)
IndexStore
DocumentStoreIndexerBase. buildStore(String initialCheckpoint, String finalCheckpoint, long maxDurationSeconds)
IndexStore
DocumentStoreIndexerBase. buildTreeStore()
-
Uses of IndexStore in org.apache.jackrabbit.oak.index.indexer.document.flatfile
Classes in org.apache.jackrabbit.oak.index.indexer.document.flatfile that implement IndexStore Modifier and Type Class Description class
AheadOfTimeBlobDownloadingFlatFileStore
class
FlatFileStore
Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile that return IndexStore Modifier and Type Method Description IndexStore
FlatFileNodeStoreBuilder. build()
IndexStore
FlatFileNodeStoreBuilder. build(IndexHelper indexHelper, List<org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition> indexDefinitions)
IndexStore
FlatFileNodeStoreBuilder. buildTreeStoreForIndexing(IndexHelper indexHelper, File file)
Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile that return types with arguments of type IndexStore Modifier and Type Method Description List<IndexStore>
FlatFileNodeStoreBuilder. buildList(IndexHelper indexHelper, IndexerSupport indexerSupport, List<org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition> indexDefinitions)
-
Uses of IndexStore in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore
Classes in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore that implement IndexStore Modifier and Type Class Description class
IncrementalFlatFileStore
Methods in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore that return IndexStore Modifier and Type Method Description IndexStore
IncrementalStoreBuilder. build()
-
Uses of IndexStore in org.apache.jackrabbit.oak.index.indexer.document.tree
Subinterfaces of IndexStore in org.apache.jackrabbit.oak.index.indexer.document.tree Modifier and Type Interface Description interface
ParallelIndexStore
A parallel store has the ability to "split itself" into multiple stores that each cover a subset of the content.Classes in org.apache.jackrabbit.oak.index.indexer.document.tree that implement IndexStore Modifier and Type Class Description class
ParallelTreeStore
A wrapper around the tree store that only iterates over a subset of the nodes.class
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).Methods in org.apache.jackrabbit.oak.index.indexer.document.tree that return types with arguments of type IndexStore Modifier and Type Method Description Collection<IndexStore>
ParallelIndexStore. buildParallelStores(int parallelIndexingThreads)
Collection<IndexStore>
TreeStore. buildParallelStores(int pieces)
-