Package io.trino.filesystem.local
Class LocalOutputFile
java.lang.Object
io.trino.filesystem.local.LocalOutputFile
- All Implemented Interfaces:
TrinoOutputFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(AggregatedMemoryContext memoryContext) createOrOverwrite(AggregatedMemoryContext memoryContext) location()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.trino.filesystem.TrinoOutputFile
create, createOrOverwrite
-
Constructor Details
-
LocalOutputFile
-
LocalOutputFile
-
-
Method Details
-
create
- Specified by:
createin interfaceTrinoOutputFile- Throws:
IOException
-
createOrOverwrite
- Specified by:
createOrOverwritein interfaceTrinoOutputFile- Throws:
IOException
-
location
- Specified by:
locationin interfaceTrinoOutputFile
-
toString
-