public abstract class ExtendedFileSystem
extends org.apache.hadoop.fs.FileSystem
| Constructor and Description |
|---|
ExtendedFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.fs.LocatedFileStatus> |
listDirectory(org.apache.hadoop.fs.Path path) |
org.apache.hadoop.fs.RemoteIterator<HiveFileInfo> |
listFiles(org.apache.hadoop.fs.Path path) |
org.apache.hadoop.fs.FSDataInputStream |
openFile(org.apache.hadoop.fs.Path path,
HiveFileContext hiveFileContext) |
com.google.common.util.concurrent.ListenableFuture<Void> |
renameFileAsync(org.apache.hadoop.fs.Path source,
org.apache.hadoop.fs.Path destination) |
access, addDelegationTokens, append, append, append, areSymlinksEnabled, cancelDeleteOnExit, canonicalizeUri, checkPath, clearStatistics, close, closeAll, closeAllForUGI, completeLocalOutput, concat, copyFromLocalFile, copyFromLocalFile, copyFromLocalFile, copyFromLocalFile, copyToLocalFile, copyToLocalFile, copyToLocalFile, create, create, create, create, create, create, create, create, create, create, create, create, create, createNewFile, createNonRecursive, createNonRecursive, createNonRecursive, createSnapshot, createSnapshot, createSymlink, delete, delete, deleteOnExit, deleteSnapshot, enableSymlinks, exists, fixRelativePart, get, get, get, getAclStatus, getAllStatistics, getBlockSize, getCanonicalServiceName, getCanonicalUri, getChildFileSystems, getContentSummary, getDefaultBlockSize, getDefaultBlockSize, getDefaultPort, getDefaultReplication, getDefaultReplication, getDefaultUri, getDelegationToken, getFileBlockLocations, getFileBlockLocations, getFileChecksum, getFileChecksum, getFileLinkStatus, getFileStatus, getFileSystemClass, getFSofPath, getHomeDirectory, getInitialWorkingDirectory, getLength, getLinkTarget, getLocal, getName, getNamed, getReplication, getScheme, getServerDefaults, getServerDefaults, getStatistics, getStatistics, getStatus, getStatus, getUri, getUsed, getWorkingDirectory, getXAttr, getXAttrs, getXAttrs, globStatus, globStatus, initialize, isDirectory, isFile, listCorruptFileBlocks, listFiles, listLocatedStatus, listLocatedStatus, listStatus, listStatus, listStatus, listStatus, listStatusIterator, listXAttrs, makeQualified, mkdirs, mkdirs, mkdirs, modifyAclEntries, moveFromLocalFile, moveFromLocalFile, moveToLocalFile, newInstance, newInstance, newInstance, newInstanceLocal, open, open, primitiveCreate, primitiveMkdir, primitiveMkdir, printStatistics, processDeleteOnExit, removeAcl, removeAclEntries, removeDefaultAcl, removeXAttr, rename, rename, renameSnapshot, resolveLink, resolvePath, setAcl, setDefaultUri, setDefaultUri, setOwner, setPermission, setReplication, setTimes, setVerifyChecksum, setWorkingDirectory, setWriteChecksum, setXAttr, setXAttr, startLocalOutput, supportsSymlinks, truncatepublic org.apache.hadoop.fs.FSDataInputStream openFile(org.apache.hadoop.fs.Path path,
HiveFileContext hiveFileContext)
throws Exception
Exceptionpublic org.apache.hadoop.fs.RemoteIterator<HiveFileInfo> listFiles(org.apache.hadoop.fs.Path path) throws IOException
IOExceptionpublic org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.fs.LocatedFileStatus> listDirectory(org.apache.hadoop.fs.Path path)
throws IOException
IOExceptionpublic com.google.common.util.concurrent.ListenableFuture<Void> renameFileAsync(org.apache.hadoop.fs.Path source, org.apache.hadoop.fs.Path destination) throws IOException
IOExceptionCopyright © 2012–2022. All rights reserved.