Uses of Class
org.apache.hadoop.fs.viewfs.InodeTree.ResolveResult
Packages that use InodeTree.ResolveResult
Package
Description
ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of InodeTree.ResolveResult in org.apache.hadoop.fs.viewfs
Methods in org.apache.hadoop.fs.viewfs that return InodeTree.ResolveResultModifier and TypeMethodDescriptionprotected InodeTree.ResolveResult<T>InodeTree.buildResolveResultForRegexMountPoint(org.apache.hadoop.fs.viewfs.InodeTree.ResultKind resultKind, String resolvedPathStr, String targetOfResolvedPathStr, Path remainingPath) Build resolve result.Resolve the pathname p relative to root InodeDir.protected InodeTree.ResolveResult<T>InodeTree.tryResolveInRegexMountpoint(String srcPath, boolean resolveLastComponent) Walk through all regex mount points to see whether the path match any regex expressions.