Interface CompactableFile


public interface CompactableFile
A single file ready to compact, that will come in a set of possible candidates.
Since:
2.1.0
  • Method Details

    • getFileName

      String getFileName()
    • getUri

      URI getUri()
    • getEstimatedSize

      long getEstimatedSize()
    • getEstimatedEntries

      long getEstimatedEntries()
    • create

      static CompactableFile create(URI uri, long estimatedSize, long estimatedEntries)