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
 Path[] InMemoryFileSystem.getFiles(PathFilter filter)
           
 int InMemoryFileSystem.getNumFiles(PathFilter filter)
           
 Path[] FileSystem.globPaths(Path filePattern, PathFilter filter)
          glob all the file names that matches filePattern and is accepted by filter.
 Path[] FileSystem.listPaths(Path[] files, PathFilter filter)
          Filter files in a list directories using user-supplied path filter.
 Path[] FileSystem.listPaths(Path f, PathFilter filter)
          Filter files in a directory.
 



Copyright © 2006 The Apache Software Foundation