Uses of Class
org.apache.hadoop.fs.UnresolvedLinkException
Packages that use UnresolvedLinkException
Package
Description
An abstract file system API.
This package contains implementation classes for use inside
filesystems.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of UnresolvedLinkException in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that throw UnresolvedLinkExceptionModifier and TypeMethodDescriptionvoidThe specification of this method matches that ofFileContext.access(Path, FsAction)except that an UnresolvedLinkException may be thrown if a symlink is encountered in the path.voidfinal FSDataOutputStreamAbstractFileSystem.create(Path f, EnumSet<CreateFlag> createFlag, Options.CreateOpts... opts) The specification of this method matches that ofFileContext.create(Path, EnumSet, Options.CreateOpts...)except that the Path f must be fully qualified and the permission is absolute (i.e. umask has been applied).abstract FSDataOutputStreamAbstractFileSystem.createInternal(Path f, EnumSet<CreateFlag> flag, FsPermission absolutePermission, int bufferSize, short replication, long blockSize, Progressable progress, Options.ChecksumOpt checksumOpt, boolean createParent) The specification of this method matches that ofAbstractFileSystem.create(Path, EnumSet, Options.CreateOpts...)except that the opts have been declared explicitly.FilterFs.createInternal(Path f, EnumSet<CreateFlag> flag, FsPermission absolutePermission, int bufferSize, short replication, long blockSize, Progressable progress, Options.ChecksumOpt checksumOpt, boolean createParent) voidAbstractFileSystem.createSymlink(Path target, Path link, boolean createParent) The specification of this method matches that ofFileContext.createSymlink(Path, Path, boolean);voidFilterFs.createSymlink(Path target, Path link, boolean createParent) abstract booleanThe specification of this method matches that ofFileContext.delete(Path, boolean)except that Path f must be for this file system.booleanImplement the delete(Path, boolean) in checksum file system.booleanabstract TFileSystem subclass-specific implementation of superclass method.abstract BlockLocation[]AbstractFileSystem.getFileBlockLocations(Path f, long start, long len) The specification of this method matches that ofFileContext.getFileBlockLocations(Path, long, long)except that Path f must be for this file system.FilterFs.getFileBlockLocations(Path f, long start, long len) abstract FileChecksumAbstractFileSystem.getFileChecksum(Path f) The specification of this method matches that ofFileContext.getFileChecksum(Path)except that Path f must be for this file system.FilterFs.getFileChecksum(Path f) FilterFs.getFileLinkStatus(Path f) abstract FileStatusAbstractFileSystem.getFileStatus(Path f) The specification of this method matches that ofFileContext.getFileStatus(Path)except that an UnresolvedLinkException may be thrown if a symlink is encountered in the path.FilterFs.getFileStatus(Path f) AbstractFileSystem.getFsStatus(Path f) The specification of this method matches that ofFileContext.getFsStatus(Path)except that Path f must be for this file system.FilterFs.getFsStatus(Path f) AbstractFileSystem.listLocatedStatus(Path f) The specification of this method matches that ofFileContext.listLocatedStatus(Path)except that Path f must be for this file system.ChecksumFs.listLocatedStatus(Path f) FilterFs.listLocatedStatus(Path f) abstract FileStatus[]AbstractFileSystem.listStatus(Path f) The specification of this method matches that ofFileContext.Util.listStatus(Path)except that Path f must be for this file system.ChecksumFs.listStatus(Path f) FilterFs.listStatus(Path f) AbstractFileSystem.listStatusIterator(Path f) The specification of this method matches that ofFileContext.listStatus(Path)except that Path f must be for this file system.abstract voidAbstractFileSystem.mkdir(Path dir, FsPermission permission, boolean createParent) The specification of this method matches that ofFileContext.mkdir(Path, FsPermission, boolean)except that the Path f must be fully qualified and the permission is absolute (i.e.voidFilterFs.mkdir(Path dir, FsPermission permission, boolean createParent) abstract TFSLinkResolver.next(AbstractFileSystem fs, Path p) Generic helper function overridden on instantiation to perform a specific operation on the given file system using the given path which may result in an UnresolvedLinkException.The specification of this method matches that ofFileContext.open(Path)except that Path f must be for this file system.abstract FSDataInputStreamThe specification of this method matches that ofFileContext.open(Path, int)except that Path f must be for this file system.Opens an FSDataInputStream at the indicated Path.final voidAbstractFileSystem.rename(Path src, Path dst, Options.Rename... options) The specification of this method matches that ofFileContext.rename(Path, Path, Options.Rename...)except that Path f must be for this file system.abstract voidAbstractFileSystem.renameInternal(Path src, Path dst) The specification of this method matches that ofFileContext.rename(Path, Path, Options.Rename...)except that Path f must be for this file system and NO OVERWRITE is performed.voidAbstractFileSystem.renameInternal(Path src, Path dst, boolean overwrite) The specification of this method matches that ofFileContext.rename(Path, Path, Options.Rename...)except that Path f must be for this file system.voidChecksumFs.renameInternal(Path src, Path dst) Rename files/dirs.voidChecksumFs.renameInternal(Path src, Path dst, boolean overwrite) voidFilterFs.renameInternal(Path src, Path dst) voidFilterFs.renameInternal(Path src, Path dst, boolean overwrite) protected PathResolves all symbolic links in the specified path.AbstractFileSystem.resolvePath(Path p) Return the fully-qualified path of path f resolving the path through any internal symlinks or mount pointFileContext.resolvePath(Path f) Resolve the path following any symlinks or mount pointsFilterFs.resolvePath(Path p) abstract voidThe specification of this method matches that ofFileContext.setOwner(Path, String, String)except that Path f must be for this file system.voidabstract voidAbstractFileSystem.setPermission(Path f, FsPermission permission) The specification of this method matches that ofFileContext.setPermission(Path, FsPermission)except that Path f must be for this file system.voidFilterFs.setPermission(Path f, FsPermission permission) abstract booleanAbstractFileSystem.setReplication(Path f, short replication) The specification of this method matches that ofFileContext.setReplication(Path, short)except that Path f must be for this file system.booleanChecksumFs.setReplication(Path src, short replication) Set replication for an existing file.booleanFilterFs.setReplication(Path f, short replication) abstract voidThe specification of this method matches that ofFileContext.setTimes(Path, long, long)except that Path f must be for this file system.voidvoidFilterFs.setVerifyChecksum(boolean verifyChecksum) booleanThe specification of this method matches that ofFileContext.truncate(Path, long)except that Path f must be for this file system.boolean -
Uses of UnresolvedLinkException in org.apache.hadoop.fs.impl
Methods in org.apache.hadoop.fs.impl that throw UnresolvedLinkExceptionModifier and TypeMethodDescriptionFsLinkResolution.FsLinkResolutionFunction.apply(AbstractFileSystem fs, Path path) FsLinkResolution.next(AbstractFileSystem fs, Path p) static <T> TFsLinkResolution.resolve(FileContext fileContext, Path path, FsLinkResolution.FsLinkResolutionFunction<T> fn) Apply the given function to the resolved path under the the supplied FileContext. -
Uses of UnresolvedLinkException in org.apache.hadoop.fs.viewfs
Methods in org.apache.hadoop.fs.viewfs that throw UnresolvedLinkExceptionModifier and TypeMethodDescriptionvoidViewFs.createInternal(Path f, EnumSet<CreateFlag> flag, FsPermission absolutePermission, int bufferSize, short replication, long blockSize, Progressable progress, Options.ChecksumOpt checksumOpt, boolean createParent) voidViewFs.createSymlink(Path target, Path link, boolean createParent) booleanViewFs.getFileBlockLocations(Path f, long start, long len) ViewFs.getFileChecksum(Path f) ViewFs.getFileStatus(Path f) The specification of this method matches that ofFileContext.getFileStatus(Path)except that an UnresolvedLinkException may be thrown if a symlink is encountered in the path.ViewFs.listLocatedStatus(Path f) ViewFs.listStatus(Path f) The specification of this method matches that ofFileContext.Util.listStatus(Path)except that Path f must be for this file system.ViewFs.listStatusIterator(Path f) voidViewFs.mkdir(Path dir, FsPermission permission, boolean createParent) voidViewFs.renameInternal(Path src, Path dst) voidViewFs.renameInternal(Path src, Path dst, boolean overwrite) ViewFs.resolvePath(Path f) voidvoidViewFs.setPermission(Path f, FsPermission permission) booleanViewFs.setReplication(Path f, short replication) voidboolean