Package org.apache.iceberg.io
Class FileIOTracker
java.lang.Object
org.apache.iceberg.io.FileIOTracker
- All Implemented Interfaces:
Closeable
,AutoCloseable
Keeps track of the
FileIO
instance of the given TableOperations
instance and
closes the FileIO
when close()
gets called-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FileIOTracker
public FileIOTracker()
-
-
Method Details
-
track
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-