Package org.apache.hadoop.fs.adl
Class Adl
java.lang.Object
org.apache.hadoop.fs.AbstractFileSystem
org.apache.hadoop.fs.DelegateToFileSystem
org.apache.hadoop.fs.adl.Adl
- All Implemented Interfaces:
org.apache.hadoop.fs.PathCapabilities
@Public
@Evolving
public class Adl
extends org.apache.hadoop.fs.DelegateToFileSystem
Expose adl:// scheme to access ADL file system.
-
Field Summary
Fields inherited from class org.apache.hadoop.fs.DelegateToFileSystem
fsImplFields inherited from class org.apache.hadoop.fs.AbstractFileSystem
statistics -
Method Summary
Modifier and TypeMethodDescriptionfinal intThe 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, getFsStatus, getHomeDirectory, getInitialWorkingDirectory, getLinkTarget, getServerDefaults, getServerDefaults, hasPathCapability, listStatus, mkdir, open, openFileWithOptions, renameInternal, setOwner, setPermission, setReplication, setTimes, setVerifyChecksum, supportsSymlinks, truncateMethods inherited from class org.apache.hadoop.fs.AbstractFileSystem
access, checkPath, checkScheme, clearStatistics, create, createFileSystem, createMultipartUploader, createSnapshot, deleteSnapshot, equals, get, getAclStatus, getAllStatistics, getAllStoragePolicies, getEnclosingRoot, getStatistics, getStatistics, getStoragePolicy, getUri, getUriPath, getXAttr, getXAttrs, getXAttrs, hashCode, isValidName, listCorruptFileBlocks, listLocatedStatus, listStatusIterator, listXAttrs, makeQualified, methodNotSupported, modifyAclEntries, msync, open, printStatistics, removeAcl, removeAclEntries, removeDefaultAcl, removeXAttr, rename, renameInternal, renameSnapshot, resolvePath, satisfyStoragePolicy, setAcl, setStoragePolicy, setXAttr, setXAttr, unsetStoragePolicy
-
Method Details
-
getUriDefaultPort
public final int getUriDefaultPort()Description copied from class:AbstractFileSystemThe default port of this file system.- Overrides:
getUriDefaultPortin classorg.apache.hadoop.fs.DelegateToFileSystem- Returns:
- Default port for ADL File system to communicate
-