Class FileIOTracker

java.lang.Object
org.apache.iceberg.io.FileIOTracker
All Implemented Interfaces:
Closeable, AutoCloseable

public class FileIOTracker extends Object implements Closeable
Keeps track of the FileIO instance of the given TableOperations instance and closes the FileIO when close() gets called
  • Constructor Details

    • FileIOTracker

      public FileIOTracker()
  • Method Details