Class GenericSpiller

    • Method Detail

      • spill

        public com.google.common.util.concurrent.ListenableFuture<?> spill​(Iterator<Page> pageIterator)
        Description copied from interface: Spiller
        Initiate spilling of pages stream. Returns completed future once spilling has finished.
        Specified by:
        spill in interface Spiller
      • close

        public void close()
        Description copied from interface: Spiller
        Close releases/removes all underlying resources used during spilling like for example all created temporary files.
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable
        Specified by:
        close in interface Spiller