Uses of Class
org.apache.jackrabbit.oak.index.indexer.document.flatfile.FlatFileStore
-
Packages that use FlatFileStore Package Description org.apache.jackrabbit.oak.index.indexer.document.flatfile org.apache.jackrabbit.oak.index.indexer.document.incrementalstore -
-
Uses of FlatFileStore in org.apache.jackrabbit.oak.index.indexer.document.flatfile
Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile with parameters of type FlatFileStore Modifier and Type Method Description static AheadOfTimeBlobDownloadingFlatFileStore
AheadOfTimeBlobDownloadingFlatFileStore. wrap(FlatFileStore ffs, List<org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition> indexDefinitions, GarbageCollectableBlobStore blobStore)
-
Uses of FlatFileStore in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore
Subclasses of FlatFileStore in org.apache.jackrabbit.oak.index.indexer.document.incrementalstore Modifier and Type Class Description class
IncrementalFlatFileStore
-