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 TypeMethodDescriptionvoid
addReference
(String reference, @Nullable String nodeId) Deprecated.Adds the reference detected with the node Id.
-
Method Details
-
addReference
Deprecated.Adds the reference detected with the node Id.- Parameters:
reference
-nodeId
-
-