Package org.apache.hadoop.fs.gs
Class Gs
java.lang.Object
org.apache.hadoop.fs.AbstractFileSystem
org.apache.hadoop.fs.DelegateToFileSystem
org.apache.hadoop.fs.gs.Gs
- All Implemented Interfaces:
org.apache.hadoop.fs.PathCapabilities
@Public
@Evolving
public class Gs
extends org.apache.hadoop.fs.DelegateToFileSystem
GCS implementation of AbstractFileSystem.
This impl delegates to the GoogleHadoopFileSystem
-
Field Summary
Fields inherited from class org.apache.hadoop.fs.DelegateToFileSystem
fsImplFields inherited from class org.apache.hadoop.fs.AbstractFileSystem
statistics -
Constructor Summary
Constructors -
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, 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
-
Constructor Details
-
Gs
- Throws:
IOExceptionURISyntaxException
-
-
Method Details
-
getUriDefaultPort
public int getUriDefaultPort()Description copied from class:AbstractFileSystemThe default port of this file system.- Overrides:
getUriDefaultPortin classorg.apache.hadoop.fs.DelegateToFileSystem- Returns:
- default port of this file system's Uri scheme A uri with a port of -1 => default port;
-
toString
-
finalize
Close the file system; the FileContext API doesn't have an explicit close.
-