@Deprecated public class OssFileSystem extends org.apache.hadoop.fs.FileSystem
限定符和类型 | 字段和说明 |
---|---|
static int |
OSS_MAX_LISTING_LENGTH
已过时。
|
构造器和说明 |
---|
OssFileSystem()
已过时。
|
OssFileSystem(FileSystemStore store)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
org.apache.hadoop.fs.FSDataOutputStream |
append(org.apache.hadoop.fs.Path file,
int bufferSize,
org.apache.hadoop.util.Progressable progress)
已过时。
|
org.apache.hadoop.fs.FSDataOutputStream |
create(org.apache.hadoop.fs.Path file,
org.apache.hadoop.fs.permission.FsPermission permission,
boolean overwrite,
int bufferSize,
short replication,
long blockSize,
org.apache.hadoop.util.Progressable progress)
已过时。
|
boolean |
delete(org.apache.hadoop.fs.Path path)
已过时。
|
boolean |
delete(org.apache.hadoop.fs.Path path,
boolean recursive)
已过时。
|
org.apache.hadoop.fs.FileStatus |
getFileStatus(org.apache.hadoop.fs.Path f)
已过时。
FileStatus for Oss file systems.
|
String |
getName()
已过时。
|
String |
getScheme()
已过时。
|
URI |
getUri()
已过时。
|
org.apache.hadoop.fs.Path |
getWorkingDirectory()
已过时。
|
void |
initialize(URI uri,
org.apache.hadoop.conf.Configuration conf)
已过时。
|
boolean |
isFile(org.apache.hadoop.fs.Path path)
已过时。
|
org.apache.hadoop.fs.FileStatus[] |
listStatus(org.apache.hadoop.fs.Path f)
已过时。
|
boolean |
mkdirs(org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.permission.FsPermission permission)
已过时。
|
org.apache.hadoop.fs.FSDataInputStream |
open(org.apache.hadoop.fs.Path path,
int bufferSize)
已过时。
|
boolean |
rename(org.apache.hadoop.fs.Path src,
org.apache.hadoop.fs.Path dst)
已过时。
|
void |
setWorkingDirectory(org.apache.hadoop.fs.Path dir)
已过时。
|
addDelegationTokens, append, append, 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, createNewFile, createNonRecursive, createNonRecursive, createNonRecursive, createSnapshot, createSnapshot, createSymlink, deleteOnExit, deleteSnapshot, enableSymlinks, exists, fixRelativePart, get, get, get, getAllStatistics, getBlockSize, getCanonicalServiceName, getCanonicalUri, getChildFileSystems, getContentSummary, getDefaultBlockSize, getDefaultBlockSize, getDefaultPort, getDefaultReplication, getDefaultReplication, getDefaultUri, getDelegationToken, getFileBlockLocations, getFileBlockLocations, getFileChecksum, getFileLinkStatus, getFileSystemClass, getFSofPath, getHomeDirectory, getInitialWorkingDirectory, getLength, getLinkTarget, getLocal, getNamed, getReplication, getServerDefaults, getServerDefaults, getStatistics, getStatistics, getStatus, getStatus, getUsed, globStatus, globStatus, isDirectory, isSymlinksEnabled, listCorruptFileBlocks, listFiles, listLocatedStatus, listLocatedStatus, listStatus, listStatus, listStatus, makeQualified, mkdirs, mkdirs, moveFromLocalFile, moveFromLocalFile, moveToLocalFile, newInstance, newInstance, newInstance, newInstanceLocal, open, primitiveCreate, primitiveMkdir, primitiveMkdir, printStatistics, processDeleteOnExit, rename, renameSnapshot, resolveLink, resolvePath, setDefaultUri, setDefaultUri, setOwner, setPermission, setReplication, setTimes, setVerifyChecksum, setWriteChecksum, startLocalOutput, supportsSymlinks
public static final int OSS_MAX_LISTING_LENGTH
public OssFileSystem()
public OssFileSystem(FileSystemStore store)
public String getScheme()
getScheme
在类中 org.apache.hadoop.fs.FileSystem
public URI getUri()
getUri
在类中 org.apache.hadoop.fs.FileSystem
public void initialize(URI uri, org.apache.hadoop.conf.Configuration conf) throws IOException
initialize
在类中 org.apache.hadoop.fs.FileSystem
IOException
public String getName()
getName
在类中 org.apache.hadoop.fs.FileSystem
public org.apache.hadoop.fs.Path getWorkingDirectory()
getWorkingDirectory
在类中 org.apache.hadoop.fs.FileSystem
public void setWorkingDirectory(org.apache.hadoop.fs.Path dir)
setWorkingDirectory
在类中 org.apache.hadoop.fs.FileSystem
public boolean mkdirs(org.apache.hadoop.fs.Path path, org.apache.hadoop.fs.permission.FsPermission permission) throws IOException
mkdirs
在类中 org.apache.hadoop.fs.FileSystem
permission
- Currently ignored.IOException
public boolean isFile(org.apache.hadoop.fs.Path path) throws IOException
isFile
在类中 org.apache.hadoop.fs.FileSystem
IOException
public org.apache.hadoop.fs.FileStatus[] listStatus(org.apache.hadoop.fs.Path f) throws IOException
listStatus
在类中 org.apache.hadoop.fs.FileSystem
IOException
public org.apache.hadoop.fs.FSDataOutputStream append(org.apache.hadoop.fs.Path file, int bufferSize, org.apache.hadoop.util.Progressable progress) throws IOException
append
在类中 org.apache.hadoop.fs.FileSystem
IOException
public org.apache.hadoop.fs.FSDataOutputStream create(org.apache.hadoop.fs.Path file, org.apache.hadoop.fs.permission.FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, org.apache.hadoop.util.Progressable progress) throws IOException
create
在类中 org.apache.hadoop.fs.FileSystem
permission
- Currently ignored.IOException
public org.apache.hadoop.fs.FSDataInputStream open(org.apache.hadoop.fs.Path path, int bufferSize) throws IOException
open
在类中 org.apache.hadoop.fs.FileSystem
IOException
public boolean rename(org.apache.hadoop.fs.Path src, org.apache.hadoop.fs.Path dst) throws IOException
rename
在类中 org.apache.hadoop.fs.FileSystem
IOException
public boolean delete(org.apache.hadoop.fs.Path path, boolean recursive) throws IOException
delete
在类中 org.apache.hadoop.fs.FileSystem
IOException
@Deprecated public boolean delete(org.apache.hadoop.fs.Path path) throws IOException
delete
在类中 org.apache.hadoop.fs.FileSystem
IOException
public org.apache.hadoop.fs.FileStatus getFileStatus(org.apache.hadoop.fs.Path f) throws IOException
getFileStatus
在类中 org.apache.hadoop.fs.FileSystem
IOException
Copyright © 2016. All Rights Reserved.