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

    Modifier and Type
    Method
    Description
    void
    addReference(String reference, @Nullable String nodeId)
    Adds the reference detected with the node Id.
  • Method Details

    • addReference

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