| Package | Description |
|---|---|
| org.apache.hadoop.fs.impl |
This package contains implementation classes for use inside
filesystems.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> T |
FsLinkResolution.resolve(FileContext fileContext,
Path path,
FsLinkResolution.FsLinkResolutionFunction<T> fn) |
Apply the given function to the resolved path under the the supplied
FileContext.
|
| Constructor | Description |
|---|---|
FsLinkResolution(FsLinkResolution.FsLinkResolutionFunction<T> fn) |
Construct an instance with the given function.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.