Uses of Interface
org.apache.druid.data.input.InputEntity.CleanableFile
-
Packages that use InputEntity.CleanableFile Package Description org.apache.druid.data.input org.apache.druid.data.input.impl -
-
Uses of InputEntity.CleanableFile in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return InputEntity.CleanableFile Modifier and Type Method Description InputEntity.CleanableFileBytesCountingInputEntity. fetch(File temporaryDirectory, byte[] fetchBuffer)default InputEntity.CleanableFileInputEntity. fetch(File temporaryDirectory, byte[] fetchBuffer)Fetches the input entity into the local storage. -
Uses of InputEntity.CleanableFile in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return InputEntity.CleanableFile Modifier and Type Method Description InputEntity.CleanableFileFileEntity. fetch(File temporaryDirectory, byte[] fetchBuffer)
-