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, setVerifyChecksum
checkPath, 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, setAcl
public int getUriDefaultPort()
getUriDefaultPort
in class org.apache.hadoop.fs.DelegateToFileSystem
public org.apache.hadoop.fs.FsServerDefaults getServerDefaults() throws IOException
getServerDefaults
in class org.apache.hadoop.fs.DelegateToFileSystem
IOException
public boolean supportsSymlinks()
supportsSymlinks
in class org.apache.hadoop.fs.DelegateToFileSystem
public 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.DelegateToFileSystem
IOException
public org.apache.hadoop.fs.FileStatus getFileLinkStatus(org.apache.hadoop.fs.Path f) throws IOException
getFileLinkStatus
in class org.apache.hadoop.fs.DelegateToFileSystem
IOException
public org.apache.hadoop.fs.Path getLinkTarget(org.apache.hadoop.fs.Path f) throws IOException
getLinkTarget
in class org.apache.hadoop.fs.DelegateToFileSystem
IOException
Copyright © 2014. All rights reserved.