- java.lang.Object
-
- org.apache.hadoop.fs.AbstractFileSystem
-
- org.apache.hadoop.fs.DelegateToFileSystem
-
- org.apache.hadoop.fs.s3a.S3A
-
- All Implemented Interfaces:
- org.apache.hadoop.fs.PathCapabilities
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class S3A
extends org.apache.hadoop.fs.DelegateToFileSystem
S3A implementation of AbstractFileSystem.
This impl delegates to the S3AFileSystem
-
-
Field Summary
-
Fields inherited from class org.apache.hadoop.fs.DelegateToFileSystem
fsImpl
-
Fields inherited from class org.apache.hadoop.fs.AbstractFileSystem
statistics
-
Constructor Summary
Constructors
| Constructor and Description |
S3A(URI theUri,
org.apache.hadoop.conf.Configuration conf) |
-
Method Summary
-
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, truncate
-
Methods inherited from class org.apache.hadoop.fs.AbstractFileSystem
access, checkPath, checkScheme, clearStatistics, create, createFileSystem, createMultipartUploader, createSnapshot, deleteSnapshot, equals, get, getAclStatus, getAllStatistics, getAllStoragePolicies, 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
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.