Package io.trino.hdfs
Interface MemoryAwareFileSystem
- All Known Implementing Classes:
TrinoCosFileSystem,TrinoS3FileSystem
public interface MemoryAwareFileSystem
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.fs.FSDataOutputStreamcreate(org.apache.hadoop.fs.Path f, AggregatedMemoryContext memoryContext)
-
Method Details
-
create
org.apache.hadoop.fs.FSDataOutputStream create(org.apache.hadoop.fs.Path f, AggregatedMemoryContext memoryContext) throws IOException - Throws:
IOException
-