Interface BlobReferenceRetriever
-
public interface BlobReferenceRetriever
Interface to abstract out the low-level details of retrieving blob references from differentNodeStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
collectReferences(ReferenceCollector collector)
Collect references.
-
-
-
Method Detail
-
collectReferences
void collectReferences(ReferenceCollector collector) throws java.io.IOException
Collect references.- Parameters:
collector
- the collector to collect all references- Throws:
java.io.IOException
-
-