Uses of Interface
org.apache.jackrabbit.oak.plugins.blob.BlobReferenceRetriever
-
Packages that use BlobReferenceRetriever Package Description org.apache.jackrabbit.oak.plugins.blob org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.segment -
-
Uses of BlobReferenceRetriever in org.apache.jackrabbit.oak.plugins.blob
Constructors in org.apache.jackrabbit.oak.plugins.blob with parameters of type BlobReferenceRetriever 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 BlobReferenceRetriever in org.apache.jackrabbit.oak.plugins.document
Classes in org.apache.jackrabbit.oak.plugins.document that implement BlobReferenceRetriever Modifier and Type Class Description class
DocumentBlobReferenceRetriever
Implementation ofBlobReferenceRetriever
for the DocumentNodeStore. -
Uses of BlobReferenceRetriever in org.apache.jackrabbit.oak.segment
Classes in org.apache.jackrabbit.oak.segment that implement BlobReferenceRetriever Modifier and Type Class Description class
SegmentBlobReferenceRetriever
Implementation ofBlobReferenceRetriever
to retrieve blob references from theSegmentTracker
.
-