Uses of Interface
org.apache.hadoop.fs.PathFilter

Packages that use PathFilter
org.apache.hadoop.fs An abstract file system API. 
 

Uses of PathFilter in org.apache.hadoop.fs
 

Classes in org.apache.hadoop.fs that implement PathFilter
 class GlobFilter
          A filter for POSIX glob pattern with brace expansions.
 

Methods in org.apache.hadoop.fs with parameters of type PathFilter
 FileStatus[] FileSystem.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.
 FileStatus[] FileContext.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.
protected  RemoteIterator<LocatedFileStatus> FileSystem.listLocatedStatus(Path f, PathFilter filter)
          Listing a directory The returned results include its block location if it is a file The results are filtered by the given path filter
 FileStatus[] FileSystem.listStatus(Path[] files, PathFilter filter)
          Filter files/directories in the given list of paths using user-supplied path filter.
 FileStatus[] FileContext.Util.listStatus(Path[] files, PathFilter filter)
          Filter files/directories in the given list of paths using user-supplied path filter.
 FileStatus[] FileSystem.listStatus(Path f, PathFilter filter)
          Filter files/directories in the given path using the user-supplied path filter.
 FileStatus[] FileContext.Util.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 PathFilter
GlobFilter(String filePattern, PathFilter filter)
          Creates a glob filter with the specified file pattern and an user filter.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.