public interface OpenFileTracker
| Modifier and Type | Method and Description |
|---|---|
void |
fileClosed(DrillFSDataInputStream fsDataInputStream)
Remove the given
DrillFSDataInputStream from opened file list. |
void |
fileOpened(org.apache.hadoop.fs.Path path,
DrillFSDataInputStream fsDataInputStream)
Add new file location and
DrillFSDataInputStream to list. |
void fileOpened(org.apache.hadoop.fs.Path path,
DrillFSDataInputStream fsDataInputStream)
DrillFSDataInputStream to list.void fileClosed(DrillFSDataInputStream fsDataInputStream)
DrillFSDataInputStream from opened file list.fsDataInputStream - Copyright © 2021 The Apache Software Foundation. All rights reserved.