Package io.trino.spiller
Class LocalSpillContext
java.lang.Object
io.trino.spiller.LocalSpillContext
- All Implemented Interfaces:
SpillContext,Closeable,AutoCloseable
-
Constructor Details
-
LocalSpillContext
-
-
Method Details
-
updateBytes
public void updateBytes(long bytes) - Specified by:
updateBytesin interfaceSpillContext
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceSpillContext
-