Package org.apache.druid.data.input
Interface InputEntity.CleanableFile
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing interface:
- InputEntity
CleanableFile is the result type of
InputEntity.fetch(java.io.File, byte[]).
It should clean up any temporary resource on Closeable.close().-
Method Summary
-
Method Details
-
file
File file()
-