Class SegmentBlobReferenceRetriever
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.SegmentBlobReferenceRetriever
-
- All Implemented Interfaces:
BlobReferenceRetriever
public class SegmentBlobReferenceRetriever extends Object implements BlobReferenceRetriever
Implementation ofBlobReferenceRetrieverto retrieve blob references from theSegmentTracker.
-
-
Constructor Summary
Constructors Constructor Description SegmentBlobReferenceRetriever(AbstractFileStore store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollectReferences(ReferenceCollector collector)Collect references.
-
-
-
Constructor Detail
-
SegmentBlobReferenceRetriever
public SegmentBlobReferenceRetriever(AbstractFileStore store)
-
-
Method Detail
-
collectReferences
public void collectReferences(ReferenceCollector collector) throws IOException
Description copied from interface:BlobReferenceRetrieverCollect references.- Specified by:
collectReferencesin interfaceBlobReferenceRetriever- Parameters:
collector- the collector to collect all references- Throws:
IOException
-
-