Uses of Interface
io.trino.spiller.SpillCipher
-
Packages that use SpillCipher Package Description io.trino.execution.buffer io.trino.spiller -
-
Uses of SpillCipher in io.trino.execution.buffer
Method parameters in io.trino.execution.buffer with type arguments of type SpillCipher Modifier and Type Method Description PagesSerdePagesSerdeFactory. createPagesSerdeForSpill(Optional<SpillCipher> spillCipher) -
Uses of SpillCipher in io.trino.spiller
Classes in io.trino.spiller that implement SpillCipher Modifier and Type Class Description classAesSpillCipherConstructor parameters in io.trino.spiller with type arguments of type SpillCipher Constructor Description FileSingleStreamSpiller(PagesSerde serde, com.google.common.util.concurrent.ListeningExecutorService executor, Path spillPath, SpillerStats spillerStats, SpillContext spillContext, LocalMemoryContext memoryContext, Optional<SpillCipher> spillCipher, Runnable fileSystemErrorHandler)
-