Uses of Interface
io.trino.spiller.SpillCipher
Packages that use SpillCipher
-
Uses of SpillCipher in io.trino.execution.buffer
Method parameters in io.trino.execution.buffer with type arguments of type SpillCipherModifier and TypeMethodDescriptionPagesSerdeFactory.createPagesSerdeForSpill(Optional<SpillCipher> spillCipher) -
Uses of SpillCipher in io.trino.spiller
Classes in io.trino.spiller that implement SpillCipherConstructor parameters in io.trino.spiller with type arguments of type SpillCipherModifierConstructorDescriptionFileSingleStreamSpiller(PagesSerde serde, com.google.common.util.concurrent.ListeningExecutorService executor, Path spillPath, SpillerStats spillerStats, SpillContext spillContext, LocalMemoryContext memoryContext, Optional<SpillCipher> spillCipher, Runnable fileSystemErrorHandler)