Uses of Interface
org.apache.hadoop.fs.PathFilter
Packages that use PathFilter
Package
Description
An abstract file system API.
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 TypeMethodDescriptionFileContext.Util.globStatus(Path pathPattern, PathFilter filter) Return an array of FileStatus objects whose path names match pathPattern and is accepted by the user-supplied path filter.FileSystem.globStatus(Path pathPattern, PathFilter filter) Return an array ofFileStatusobjects whose path names matchpathPatternand is accepted by the user-supplied path filter.protected RemoteIterator<LocatedFileStatus>FileSystem.listLocatedStatus(Path f, PathFilter filter) List a directory.protected RemoteIterator<LocatedFileStatus>FilterFileSystem.listLocatedStatus(Path f, PathFilter filter) FileContext.Util.listStatus(Path[] files, PathFilter filter) Filter files/directories in the given list of paths using user-supplied path filter.FileContext.Util.listStatus(Path f, PathFilter filter) Filter files/directories in the given path using the user-supplied path 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.Globber.GlobBuilder.withPathFiltern(PathFilter pathFilter) Set the 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 PathFilter