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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
FileIOTrackerpublic FileIOTracker()
 
- 
- 
Method Details- 
track
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
 
 
-