Uses of Class
org.apache.drill.exec.store.dfs.DrillFSDataInputStream
-
Uses of DrillFSDataInputStream in org.apache.drill.exec.store.dfs
Modifier 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.