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 Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addReference​(java.lang.String reference, @Nullable java.lang.String nodeId)
      Adds the reference detected with the node Id.
    • Method Detail

      • addReference

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