Uses of Interface
org.apache.jackrabbit.oak.plugins.blob.BlobReferenceRetriever
Packages that use BlobReferenceRetriever
Package
Description
-
Uses of BlobReferenceRetriever in org.apache.jackrabbit.oak.plugins.blob
Constructors in org.apache.jackrabbit.oak.plugins.blob with parameters of type BlobReferenceRetrieverModifierConstructorDescriptionMarkSweepGarbageCollector
(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 BlobReferenceRetrieverModifier and TypeClassDescriptionclass
Implementation ofBlobReferenceRetriever
for the DocumentNodeStore. -
Uses of BlobReferenceRetriever in org.apache.jackrabbit.oak.segment
Classes in org.apache.jackrabbit.oak.segment that implement BlobReferenceRetrieverModifier and TypeClassDescriptionclass
Implementation ofBlobReferenceRetriever
to retrieve blob references from theSegmentTracker
.