Interface BlobReferenceRetriever


  • public interface BlobReferenceRetriever
    Interface to abstract out the low-level details of retrieving blob references from different NodeStore
    • 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