Uses of Class
org.apache.drill.exec.dotdrill.DotDrillFile
Packages that use DotDrillFile
Package
Description
Meta-data persistence format, used for views and other cluster-wide
persistent state.
-
Uses of DotDrillFile in org.apache.drill.exec.dotdrill
Methods in org.apache.drill.exec.dotdrill that return DotDrillFileModifier and TypeMethodDescriptionstatic DotDrillFile
DotDrillFile.create
(DrillFileSystem fs, org.apache.hadoop.fs.FileStatus status) Methods in org.apache.drill.exec.dotdrill that return types with arguments of type DotDrillFileModifier and TypeMethodDescriptionstatic List<DotDrillFile>
DotDrillUtil.getDotDrills
(DrillFileSystem fs, org.apache.hadoop.fs.Path root, String name, DotDrillType... types) Return list of DotDrillFile objects whose file name matches the provided name pattern and Drill Dot files types in a given parent Path.static List<DotDrillFile>
DotDrillUtil.getDotDrills
(DrillFileSystem fs, org.apache.hadoop.fs.Path root, DotDrillType... types) Return list of DotDrillFile objects whose file name ends with .drill and matches the provided Drill Dot files types in a given parent Path.