Package io.trino.plugin.iceberg.fileio
Class ForwardingFileIo
java.lang.Object
io.trino.plugin.iceberg.fileio.ForwardingFileIo
- All Implemented Interfaces:
Closeable,Serializable,AutoCloseable,org.apache.iceberg.io.FileIO,org.apache.iceberg.io.SupportsBulkOperations
public class ForwardingFileIo
extends Object
implements org.apache.iceberg.io.SupportsBulkOperations
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteFile(String path) voiddeleteFiles(Iterable<String> pathsToDelete) org.apache.iceberg.io.InputFilenewInputFile(String path) org.apache.iceberg.io.InputFilenewInputFile(String path, long length) 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, properties
-
Constructor Details
-
ForwardingFileIo
-
-
Method Details
-
newInputFile
- Specified by:
newInputFilein interfaceorg.apache.iceberg.io.FileIO
-
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
-
deleteFiles
public void deleteFiles(Iterable<String> pathsToDelete) throws org.apache.iceberg.io.BulkDeletionFailureException - Specified by:
deleteFilesin interfaceorg.apache.iceberg.io.SupportsBulkOperations- Throws:
org.apache.iceberg.io.BulkDeletionFailureException
-