org.apache.hadoop.fs
Class HarFs

java.lang.Object
  extended by org.apache.hadoop.fs.AbstractFileSystem
      extended by org.apache.hadoop.fs.DelegateToFileSystem
          extended by org.apache.hadoop.fs.HarFs

public class HarFs
extends org.apache.hadoop.fs.DelegateToFileSystem


Field Summary
 
Fields inherited from class org.apache.hadoop.fs.DelegateToFileSystem
fsImpl
 
Fields inherited from class org.apache.hadoop.fs.AbstractFileSystem
statistics
 
Method Summary
 int getUriDefaultPort()
          The default port of this file system.
 
Methods inherited from class org.apache.hadoop.fs.DelegateToFileSystem
createInternal, createSymlink, delete, getCanonicalServiceName, getDelegationTokens, getFileBlockLocations, getFileChecksum, getFileLinkStatus, getFileStatus, getFsStatus, getHomeDirectory, getInitialWorkingDirectory, getLinkTarget, getServerDefaults, listStatus, mkdir, open, renameInternal, setOwner, setPermission, setReplication, setTimes, setVerifyChecksum, supportsSymlinks
 
Methods inherited from class org.apache.hadoop.fs.AbstractFileSystem
checkPath, checkScheme, clearStatistics, create, createFileSystem, equals, get, getAclStatus, getAllStatistics, getFsStatus, getStatistics, getStatistics, getUri, getUriPath, getXAttr, getXAttrs, getXAttrs, hashCode, isValidName, listCorruptFileBlocks, listLocatedStatus, listStatusIterator, listXAttrs, makeQualified, modifyAclEntries, open, printStatistics, removeAcl, removeAclEntries, removeDefaultAcl, removeXAttr, rename, renameInternal, resolvePath, setAcl, setXAttr, setXAttr
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUriDefaultPort

public int getUriDefaultPort()
Description copied from class: AbstractFileSystem
The default port of this file system.

Overrides:
getUriDefaultPort in class org.apache.hadoop.fs.DelegateToFileSystem
Returns:
default port of this file system's Uri scheme A uri with a port of -1 => default port;


Copyright © 2014 Apache Software Foundation. All Rights Reserved.