Uses of Interface
io.trino.operator.SpillContext
-
Packages that use SpillContext Package Description io.trino.operator io.trino.spiller -
-
Uses of SpillContext in io.trino.operator
Methods in io.trino.operator that return SpillContext Modifier and Type Method Description SpillContextOperatorContext. getSpillContext()SpillContextProcessorContext. getSpillContext()default SpillContextSpillContext. newLocalSpillContext() -
Uses of SpillContext in io.trino.spiller
Classes in io.trino.spiller that implement SpillContext Modifier and Type Class Description classLocalSpillContextMethods in io.trino.spiller with parameters of type SpillContext Modifier and Type Method Description SingleStreamSpillerFileSingleStreamSpillerFactory. create(List<Type> types, SpillContext spillContext, LocalMemoryContext memoryContext)PartitioningSpillerGenericPartitioningSpillerFactory. create(List<Type> types, PartitionFunction partitionFunction, SpillContext spillContext, AggregatedMemoryContext memoryContext)SpillerGenericSpillerFactory. create(List<Type> types, SpillContext localSpillContext, AggregatedMemoryContext aggregatedMemoryContext)PartitioningSpillerPartitioningSpillerFactory. create(List<Type> types, PartitionFunction partitionFunction, SpillContext spillContext, AggregatedMemoryContext memoryContext)SingleStreamSpillerSingleStreamSpillerFactory. create(List<Type> types, SpillContext spillContext, LocalMemoryContext memoryContext)SpillerSpillerFactory. create(List<Type> types, SpillContext localSpillContext, AggregatedMemoryContext aggregatedMemoryContext)Constructors in io.trino.spiller with parameters of type SpillContext 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)GenericPartitioningSpiller(List<Type> types, PartitionFunction partitionFunction, SpillContext spillContext, AggregatedMemoryContext memoryContext, SingleStreamSpillerFactory spillerFactory)GenericSpiller(List<Type> types, SpillContext spillContext, AggregatedMemoryContext aggregatedMemoryContext, SingleStreamSpillerFactory singleStreamSpillerFactory)LocalSpillContext(SpillContext parentSpillContext)
-