Package io.trino.plugin.iceberg
Class HdfsFileIo
java.lang.Object
io.trino.plugin.iceberg.HdfsFileIo
- All Implemented Interfaces:
Closeable,Serializable,AutoCloseable,org.apache.iceberg.io.FileIO
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHdfsFileIo(HdfsEnvironment environment, HdfsEnvironment.HdfsContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteFile(String pathString) org.apache.iceberg.io.InputFilenewInputFile(String path) org.apache.iceberg.io.OutputFilenewOutputFile(String path) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.iceberg.io.FileIO
close, deleteFile, deleteFile, initialize, newInputFile, properties
-
Constructor Details
-
HdfsFileIo
-
-
Method Details
-
newInputFile
- Specified by:
newInputFilein interfaceorg.apache.iceberg.io.FileIO
-
newOutputFile
- Specified by:
newOutputFilein interfaceorg.apache.iceberg.io.FileIO
-
deleteFile
- Specified by:
deleteFilein interfaceorg.apache.iceberg.io.FileIO
-