Interface BlobTrackingStore

All Superinterfaces:
SharedDataStore
All Known Implementing Classes:
DataStoreBlobStore

@Deprecated(since="2024-09-23") public interface BlobTrackingStore extends SharedDataStore
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.
Interface to be implemented by a data store which can support local blob id tracking.
  • Method Details

    • addTracker

      void addTracker(BlobTracker tracker)
      Deprecated.
      Registers a tracker in the data store.
      Parameters:
      tracker -
    • getTracker

      BlobTracker getTracker()
      Deprecated.
      Gets the traker registered in the data store.
      Returns:
      tracker