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 TypeMethodDescriptionvoid
DrillFileSystem.fileClosed
(DrillFSDataInputStream fsDataInputStream) void
OpenFileTracker.fileClosed
(DrillFSDataInputStream fsDataInputStream) Remove the givenDrillFSDataInputStream
from opened file list.void
DrillFileSystem.fileOpened
(org.apache.hadoop.fs.Path path, DrillFSDataInputStream fsDataInputStream) void
OpenFileTracker.fileOpened
(org.apache.hadoop.fs.Path path, DrillFSDataInputStream fsDataInputStream) Add new file location andDrillFSDataInputStream
to list.