Interface BlobReferenceRetriever
- All Known Implementing Classes:
DocumentBlobReferenceRetriever
,SegmentBlobReferenceRetriever
public interface BlobReferenceRetriever
Interface to abstract out the low-level details of retrieving blob references from different
NodeStore
-
Method Summary
Modifier and TypeMethodDescriptionvoid
collectReferences
(ReferenceCollector collector) Collect references.
-
Method Details
-
collectReferences
Collect references.- Parameters:
collector
- the collector to collect all references- Throws:
IOException
-