Interface ReferenceCollector


@Deprecated(since="2024-09-23") public interface ReferenceCollector
Deprecated.
The Jackrabbit Oak Blob Plugins library is designed for Oak-internal use only and thus deprecated. It will not be part of the AEM SDK after April 2025.
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)
    Deprecated.
    Adds the reference detected with the node Id.
  • Method Details

    • addReference

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