Uses of Interface
org.apache.hadoop.fs.PathFilter
Packages that use PathFilter
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of PathFilter in org.apache.hadoop.fs
Classes in org.apache.hadoop.fs that implement PathFilterModifier and TypeClassDescriptionclassA filter for POSIX glob pattern with brace expansions.Methods in org.apache.hadoop.fs with parameters of type PathFilterModifier and TypeMethodDescriptionFileSystem.globStatus(Path pathPattern, PathFilter filter) Return an array ofFileStatusobjects whose path names matchpathPatternand is accepted by the user-supplied path filter.protected org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus>FileSystem.listLocatedStatus(Path f, PathFilter filter) List a directory.protected org.apache.hadoop.fs.RemoteIterator<LocatedFileStatus>FilterFileSystem.listLocatedStatus(Path f, PathFilter filter) FileSystem.listStatus(Path[] files, PathFilter filter) Filter files/directories in the given list of paths using user-supplied path filter.FileSystem.listStatus(Path f, PathFilter filter) Filter files/directories in the given path using the user-supplied path filter.Constructors in org.apache.hadoop.fs with parameters of type PathFilterModifierConstructorDescriptionGlobFilter(String filePattern, PathFilter filter) Creates a glob filter with the specified file pattern and an user filter. -
Uses of PathFilter in org.apache.hadoop.fs.viewfs
Methods in org.apache.hadoop.fs.viewfs with parameters of type PathFilterModifier and TypeMethodDescriptionorg.apache.hadoop.fs.RemoteIterator<LocatedFileStatus>ViewFileSystem.listLocatedStatus(Path f, PathFilter filter) -
Uses of PathFilter in org.apache.hadoop.mapred
Classes in org.apache.hadoop.mapred that implement PathFilterModifier and TypeClassDescriptionclassThis class filters log files from directory given It doesnt accept paths having _logs.Methods in org.apache.hadoop.mapred that return PathFilterModifier and TypeMethodDescriptionstatic PathFilterFileInputFormat.getInputPathFilter(JobConf conf) Get a PathFilter instance of the filter set for the input paths.Methods in org.apache.hadoop.mapred with parameters of type PathFilterModifier and TypeMethodDescriptionprotected voidFileInputFormat.addInputPathRecursively(List<FileStatus> result, FileSystem fs, Path path, PathFilter inputFilter) Add files in the input path recursively into the results.Method parameters in org.apache.hadoop.mapred with type arguments of type PathFilterModifier and TypeMethodDescriptionstatic voidFileInputFormat.setInputPathFilter(JobConf conf, Class<? extends PathFilter> filter) Set a PathFilter to be applied to the input paths for the map-reduce job. -
Uses of PathFilter in org.apache.hadoop.mapred.lib
Methods in org.apache.hadoop.mapred.lib with parameters of type PathFilterModifier and TypeMethodDescriptionprotected voidCombineFileInputFormat.createPool(JobConf conf, PathFilter... filters) Deprecated.Method parameters in org.apache.hadoop.mapred.lib with type arguments of type PathFilterModifier and TypeMethodDescriptionprotected voidCombineFileInputFormat.createPool(JobConf conf, List<PathFilter> filters) Deprecated. -
Uses of PathFilter in org.apache.hadoop.mapreduce.lib.input
Methods in org.apache.hadoop.mapreduce.lib.input that return PathFilterModifier and TypeMethodDescriptionstatic PathFilterFileInputFormat.getInputPathFilter(JobContext context) Get a PathFilter instance of the filter set for the input paths.Methods in org.apache.hadoop.mapreduce.lib.input with parameters of type PathFilterModifier and TypeMethodDescriptionprotected voidFileInputFormat.addInputPathRecursively(List<FileStatus> result, FileSystem fs, Path path, PathFilter inputFilter) Add files in the input path recursively into the results.protected voidCombineFileInputFormat.createPool(PathFilter... filters) Create a new pool and add the filters to it.Method parameters in org.apache.hadoop.mapreduce.lib.input with type arguments of type PathFilterModifier and TypeMethodDescriptionprotected voidCombineFileInputFormat.createPool(List<PathFilter> filters) Create a new pool and add the filters to it.static voidFileInputFormat.setInputPathFilter(Job job, Class<? extends PathFilter> filter) Set a PathFilter to be applied to the input paths for the map-reduce job. -
Uses of PathFilter in org.apache.hadoop.mapreduce.v2.hs
Methods in org.apache.hadoop.mapreduce.v2.hs with parameters of type PathFilterModifier and TypeMethodDescriptionprotected static List<FileStatus>HistoryFileManager.scanDirectory(Path path, FileContext fc, PathFilter pathFilter)
CombineFileInputFormat.createPool(PathFilter...).