public class RawLocalFsG
extends org.apache.hadoop.fs.DelegateToFileSystem
| Modifier and Type | Method and Description |
|---|---|
void |
createSymlink(org.apache.hadoop.fs.Path target,
org.apache.hadoop.fs.Path link,
boolean createParent) |
org.apache.hadoop.fs.FileStatus |
getFileLinkStatus(org.apache.hadoop.fs.Path f)
Return a FileStatus representing the given path.
|
org.apache.hadoop.fs.Path |
getLinkTarget(org.apache.hadoop.fs.Path f) |
org.apache.hadoop.fs.FsServerDefaults |
getServerDefaults() |
int |
getUriDefaultPort() |
boolean |
supportsSymlinks() |
createInternal, delete, getCanonicalServiceName, getDelegationTokens, getFileBlockLocations, getFileChecksum, getFileStatus, getFsStatus, getHomeDirectory, getInitialWorkingDirectory, listStatus, mkdir, open, renameInternal, setOwner, setPermission, setReplication, setTimes, setVerifyChecksumcheckPath, checkScheme, clearStatistics, create, createFileSystem, equals, get, getAclStatus, getAllStatistics, getFsStatus, getStatistics, getStatistics, getUri, getUriPath, hashCode, isValidName, listCorruptFileBlocks, listLocatedStatus, listStatusIterator, makeQualified, modifyAclEntries, open, printStatistics, removeAcl, removeAclEntries, removeDefaultAcl, rename, renameInternal, resolvePath, setAclpublic int getUriDefaultPort()
getUriDefaultPort in class org.apache.hadoop.fs.DelegateToFileSystempublic org.apache.hadoop.fs.FsServerDefaults getServerDefaults()
throws IOException
getServerDefaults in class org.apache.hadoop.fs.DelegateToFileSystemIOExceptionpublic boolean supportsSymlinks()
supportsSymlinks in class org.apache.hadoop.fs.DelegateToFileSystempublic void createSymlink(org.apache.hadoop.fs.Path target,
org.apache.hadoop.fs.Path link,
boolean createParent)
throws IOException
createSymlink in class org.apache.hadoop.fs.DelegateToFileSystemIOExceptionpublic org.apache.hadoop.fs.FileStatus getFileLinkStatus(org.apache.hadoop.fs.Path f)
throws IOException
getFileLinkStatus in class org.apache.hadoop.fs.DelegateToFileSystemIOExceptionpublic org.apache.hadoop.fs.Path getLinkTarget(org.apache.hadoop.fs.Path f)
throws IOException
getLinkTarget in class org.apache.hadoop.fs.DelegateToFileSystemIOExceptionCopyright © 2014. All rights reserved.