Uses of Class
org.apache.drill.exec.store.dfs.DrillFSDataInputStream
Packages that use DrillFSDataInputStream
-
Uses of DrillFSDataInputStream in org.apache.drill.exec.store.dfs
Methods in org.apache.drill.exec.store.dfs with parameters of type DrillFSDataInputStreamModifier and TypeMethodDescriptionvoidDrillFileSystem.fileClosed(DrillFSDataInputStream fsDataInputStream) voidOpenFileTracker.fileClosed(DrillFSDataInputStream fsDataInputStream) Remove the givenDrillFSDataInputStreamfrom opened file list.voidDrillFileSystem.fileOpened(org.apache.hadoop.fs.Path path, DrillFSDataInputStream fsDataInputStream) voidOpenFileTracker.fileOpened(org.apache.hadoop.fs.Path path, DrillFSDataInputStream fsDataInputStream) Add new file location andDrillFSDataInputStreamto list.