Interface BlobTracker

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
BlobIdTracker

@Deprecated(since="2024-09-23") public interface BlobTracker extends Closeable
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.
Track the blob ids.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(File recs)
    Deprecated.
    Adds the ids in the given file.
    void
    add(String id)
    Deprecated.
    Adds the given id.
    void
    Deprecated.
    Adds the given ids.
    get()
    Deprecated.
    Fetches an iterator of records available.
    get(String path)
    Deprecated.
    Fetches a File object which having all the sorted records.
    void
    remove(File recs)
    Deprecated.
    Remove the ids in the given file and deletes the file.
    void
    Deprecated.
    Remove the ids in the given file and deletes the file.
    void
    Deprecated.
    Remove the given ids.

    Methods inherited from interface java.io.Closeable

    close