Interface BlobReferenceRetriever
- 
public interface BlobReferenceRetrieverInterface 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 voidcollectReferences(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
 
 - 
 
 -