|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Deprecated. |
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. |
Path[] |
FileSystem.listPaths(Path[] files,
PathFilter filter)
Deprecated. |
Path[] |
FileSystem.listPaths(Path f,
PathFilter filter)
Deprecated. |
FileStatus[] |
FileSystem.listStatus(Path f,
PathFilter filter)
Filter files/directories in the given path using the user-supplied path filter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |