Interface SpillContext

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
LocalSpillContext
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SpillContext extends Closeable
  • Method Details

    • updateBytes

      void updateBytes(long bytes)
    • newLocalSpillContext

      default SpillContext newLocalSpillContext()
    • close

      default void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable