Uses of Interface
org.apache.jackrabbit.oak.spi.blob.GarbageCollectableBlobStore
-
-
Uses of GarbageCollectableBlobStore in org.apache.jackrabbit.oak.index
Methods in org.apache.jackrabbit.oak.index that return GarbageCollectableBlobStore Modifier and Type Method Description @Nullable GarbageCollectableBlobStoreIndexHelper. getGCBlobStore() -
Uses of GarbageCollectableBlobStore in org.apache.jackrabbit.oak.index.indexer.document.flatfile
Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile with parameters of type GarbageCollectableBlobStore Modifier and Type Method Description static AheadOfTimeBlobDownloadingFlatFileStoreAheadOfTimeBlobDownloadingFlatFileStore. wrap(FlatFileStore ffs, List<org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition> indexDefinitions, GarbageCollectableBlobStore blobStore)Constructors in org.apache.jackrabbit.oak.index.indexer.document.flatfile with parameters of type GarbageCollectableBlobStore Constructor Description DefaultAheadOfTimeBlobDownloader(@NotNull String binaryBlobsPathSuffix, @NotNull File ffsPath, @NotNull Compression algorithm, @NotNull GarbageCollectableBlobStore blobStore, @NotNull List<org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition> indexDefinitions, int nDownloadThreads, int maxPrefetchWindowSize, int maxPrefetchWindowMB) -
Uses of GarbageCollectableBlobStore in org.apache.jackrabbit.oak.plugins.blob
Classes in org.apache.jackrabbit.oak.plugins.blob that implement GarbageCollectableBlobStore Modifier and Type Class Description classCachingBlobStoreA blob store with a cache.Constructors in org.apache.jackrabbit.oak.plugins.blob with parameters of type GarbageCollectableBlobStore Constructor Description MarkSweepGarbageCollector(BlobReferenceRetriever marker, GarbageCollectableBlobStore blobStore, Executor executor, long maxLastModifiedInterval, @Nullable String repositoryId, @Nullable Whiteboard whiteboard, @Nullable StatisticsProvider statisticsProvider)Instantiates a new blob garbage collector.MarkSweepGarbageCollector(BlobReferenceRetriever marker, GarbageCollectableBlobStore blobStore, Executor executor, String root, int batchCount, long maxLastModifiedInterval, boolean checkConsistencyAfterGc, boolean sweepIfRefsPastRetention, @Nullable String repositoryId, @Nullable Whiteboard whiteboard, @Nullable StatisticsProvider statisticsProvider)Creates an instance of MarkSweepGarbageCollectorMarkSweepGarbageCollector(BlobReferenceRetriever marker, GarbageCollectableBlobStore blobStore, Executor executor, String root, int batchCount, long maxLastModifiedInterval, @Nullable String repositoryId) -
Uses of GarbageCollectableBlobStore in org.apache.jackrabbit.oak.plugins.blob.cloud
Classes in org.apache.jackrabbit.oak.plugins.blob.cloud that implement GarbageCollectableBlobStore Modifier and Type Class Description classCloudBlobStoreImplementation of theBlobStoreto store blobs in a cloud blob store. -
Uses of GarbageCollectableBlobStore in org.apache.jackrabbit.oak.plugins.blob.datastore
Classes in org.apache.jackrabbit.oak.plugins.blob.datastore that implement GarbageCollectableBlobStore Modifier and Type Class Description classDataStoreBlobStoreBlobStore wrapper for DataStore. -
Uses of GarbageCollectableBlobStore in org.apache.jackrabbit.oak.plugins.document.mongo
Classes in org.apache.jackrabbit.oak.plugins.document.mongo that implement GarbageCollectableBlobStore Modifier and Type Class Description classMongoBlobStoreImplementation of blob store for the MongoDB extending fromCachingBlobStore. -
Uses of GarbageCollectableBlobStore in org.apache.jackrabbit.oak.plugins.document.rdb
Classes in org.apache.jackrabbit.oak.plugins.document.rdb that implement GarbageCollectableBlobStore Modifier and Type Class Description classRDBBlobStore -
Uses of GarbageCollectableBlobStore in org.apache.jackrabbit.oak.spi.blob
Classes in org.apache.jackrabbit.oak.spi.blob that implement GarbageCollectableBlobStore Modifier and Type Class Description classAbstractBlobStoreAn abstract data store that splits the binaries in relatively small blocks, so that each block fits in memory.classFileBlobStoreA file blob store.classMemoryBlobStoreA memory blob store.
-