Package org.apache.druid.data.input
Interface InputEntity.CleanableFile
-
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing interface:
- InputEntity
public static interface InputEntity.CleanableFile extends Closeable
CleanableFile is the result type ofInputEntity.fetch(java.io.File, byte[]). It should clean up any temporary resource onCloseable.close().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filefile()
-
-
-
Method Detail
-
file
File file()
-
-