Interface ReferenceCollector


  • public interface ReferenceCollector
    Callback interface for collecting all blob references that are potentially accessible. Useful for marking referenced blobs as in use when collecting garbage in an external data store.
    • Method Detail

      • addReference

        void addReference​(String reference,
                          @Nullable
                          @Nullable String nodeId)
        Adds the reference detected with the node Id.
        Parameters:
        reference -
        nodeId -