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
 

Methods in org.apache.hadoop.fs with parameters of type PathFilter
 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.
 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.listStatus(Path[] files, PathFilter filter)
          Filter files/directories in the given list of paths using user-supplied 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 f, PathFilter filter)
          Filter files/directories in the given path using the user-supplied path filter.
 FileStatus[] FileSystem.listStatus(Path f, PathFilter filter)
          Filter files/directories in the given path using the user-supplied path filter.
 



Copyright © 2009 The Apache Software Foundation