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 IndexStoreDocumentStoreIndexerBase. buildFlatFileStore()Deprecated.replaced byDocumentStoreIndexerBase.buildStore()IndexStoreDocumentStoreIndexerBase. buildStore()IndexStoreDocumentStoreIndexerBase. buildStore(String initialCheckpoint, String finalCheckpoint)IndexStoreDocumentStoreIndexerBase. buildStore(String initialCheckpoint, String finalCheckpoint, long maxDurationSeconds)IndexStoreDocumentStoreIndexerBase. 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 classAheadOfTimeBlobDownloadingFlatFileStoreclassFlatFileStoreMethods in org.apache.jackrabbit.oak.index.indexer.document.flatfile that return IndexStore Modifier and Type Method Description IndexStoreFlatFileNodeStoreBuilder. build()IndexStoreFlatFileNodeStoreBuilder. build(IndexHelper indexHelper, List<org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition> indexDefinitions)IndexStoreFlatFileNodeStoreBuilder. 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 classIncrementalFlatFileStoreMethods in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore that return IndexStore Modifier and Type Method Description IndexStoreIncrementalStoreBuilder. 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 interfaceParallelIndexStoreA 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 classParallelTreeStoreA wrapper around the tree store that only iterates over a subset of the nodes.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).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)
-