public class OSSFileIO extends HadoopCompliantFileIO
FileIO
.fsMap
Constructor and Description |
---|
OSSFileIO() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Override this method to empty, many FileIO implementation classes rely on static variables
and do not have the ability to close them.
|
void |
configure(CatalogContext context)
Configure by
CatalogContext . |
protected org.apache.hadoop.fs.FileSystem |
createFileSystem(org.apache.hadoop.fs.Path path) |
boolean |
isObjectStore() |
delete, exists, getFileStatus, listFilesIterative, listStatus, mkdirs, newInputStream, newOutputStream, rename
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkOrMkdirs, copyFile, copyFiles, deleteDirectoryQuietly, deleteFilesQuietly, deleteQuietly, discoverLoaders, get, getFileSize, isDir, listDirectories, listFiles, overwriteFileUtf8, readFileUtf8, readOverwrittenFileUtf8, tryToWriteAtomic, writeFile
public boolean isObjectStore()
public void configure(CatalogContext context)
FileIO
CatalogContext
.protected org.apache.hadoop.fs.FileSystem createFileSystem(org.apache.hadoop.fs.Path path)
createFileSystem
in class HadoopCompliantFileIO
public void close()
FileIO
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.