Uses of Interface
org.apache.hadoop.fs.impl.FsLinkResolution.FsLinkResolutionFunction
Packages that use FsLinkResolution.FsLinkResolutionFunction
Package
Description
This package contains implementation classes for use inside
filesystems.
-
Uses of FsLinkResolution.FsLinkResolutionFunction in org.apache.hadoop.fs.impl
Methods in org.apache.hadoop.fs.impl with parameters of type FsLinkResolution.FsLinkResolutionFunctionModifier and TypeMethodDescriptionstatic <T> TFsLinkResolution.resolve(FileContext fileContext, Path path, FsLinkResolution.FsLinkResolutionFunction<T> fn) Apply the given function to the resolved path under the the supplied FileContext.Constructors in org.apache.hadoop.fs.impl with parameters of type FsLinkResolution.FsLinkResolutionFunctionModifierConstructorDescriptionConstruct an instance with the given function.