Uses of Interface
org.apache.jackrabbit.oak.index.indexer.document.flatfile.AheadOfTimeBlobDownloader
-
Packages that use AheadOfTimeBlobDownloader Package Description org.apache.jackrabbit.oak.index.indexer.document.flatfile -
-
Uses of AheadOfTimeBlobDownloader in org.apache.jackrabbit.oak.index.indexer.document.flatfile
Classes in org.apache.jackrabbit.oak.index.indexer.document.flatfile that implement AheadOfTimeBlobDownloader Modifier and Type Class Description classDefaultAheadOfTimeBlobDownloaderScans a FlatFileStore for non-inlined blobs in nodes matching a given pattern and downloads them from the blob store.Fields in org.apache.jackrabbit.oak.index.indexer.document.flatfile declared as AheadOfTimeBlobDownloader Modifier and Type Field Description static AheadOfTimeBlobDownloaderAheadOfTimeBlobDownloader. NOOP
-