Class SegmentBlobReferenceRetriever
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.SegmentBlobReferenceRetriever
-
- All Implemented Interfaces:
BlobReferenceRetriever
public class SegmentBlobReferenceRetriever extends Object implements BlobReferenceRetriever
Implementation ofBlobReferenceRetriever
to 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 void
collectReferences(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:BlobReferenceRetriever
Collect references.- Specified by:
collectReferences
in interfaceBlobReferenceRetriever
- Parameters:
collector
- the collector to collect all references- Throws:
IOException
-
-