| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.viewfs |
ViewFileSystem and ViewFileSystemOverloadScheme classes.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GlobFilter |
A filter for POSIX glob pattern with brace expansions.
|
| Modifier and Type | Method | Description |
|---|---|---|
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. |
protected RemoteIterator<LocatedFileStatus> |
FileSystem.listLocatedStatus(Path f,
PathFilter filter) |
List a directory.
|
protected RemoteIterator<LocatedFileStatus> |
FilterFileSystem.listLocatedStatus(Path f,
PathFilter filter) |
|
FileStatus[] |
FileContext.Util.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[] 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.
|
Globber.GlobBuilder |
Globber.GlobBuilder.withPathFiltern(PathFilter pathFilter) |
Set the path filter.
|
| Constructor | Description |
|---|---|
GlobFilter(java.lang.String filePattern,
PathFilter filter) |
Creates a glob filter with the specified file pattern and an user filter.
|
| Modifier and Type | Method | Description |
|---|---|---|
RemoteIterator<LocatedFileStatus> |
ViewFileSystem.listLocatedStatus(Path f,
PathFilter filter) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.