| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Globber.GlobBuilder |
Globber.createGlobber(FileContext fileContext) |
Create a builder for a Globber, bonded to the specific file
context.
|
static Globber.GlobBuilder |
Globber.createGlobber(FileSystem filesystem) |
Create a builder for a Globber, bonded to the specific filesystem.
|
Globber.GlobBuilder |
Globber.GlobBuilder.withPathFiltern(PathFilter pathFilter) |
Set the path filter.
|
Globber.GlobBuilder |
Globber.GlobBuilder.withPathPattern(Path pattern) |
Set the path pattern.
|
Globber.GlobBuilder |
Globber.GlobBuilder.withResolveSymlinks(boolean resolve) |
Set the symlink resolution policy.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.