Interface BlobTracker

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

public interface BlobTracker extends Closeable
Track the blob ids.
  • Nested Class Summary

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

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

    Methods inherited from interface java.io.Closeable

    close