Uses of Class
io.trino.execution.buffer.PipelinedBufferInfo
Packages that use PipelinedBufferInfo
-
Uses of PipelinedBufferInfo in io.trino.execution
Method parameters in io.trino.execution with type arguments of type PipelinedBufferInfoModifier and TypeMethodDescriptionstatic TaskInfoTaskInfo.createInitialTask(TaskId taskId, URI location, String nodeId, boolean speculative, Optional<List<PipelinedBufferInfo>> pipelinedBufferStates, TaskStats taskStats) -
Uses of PipelinedBufferInfo in io.trino.execution.buffer
Methods in io.trino.execution.buffer that return types with arguments of type PipelinedBufferInfoConstructor parameters in io.trino.execution.buffer with type arguments of type PipelinedBufferInfoModifierConstructorDescriptionOutputBufferInfo(String type, BufferState state, boolean canAddBuffers, boolean canAddPages, long totalBufferedBytes, long totalBufferedPages, long totalRowsSent, long totalPagesSent, Optional<List<PipelinedBufferInfo>> pipelinedBufferStates, Optional<TDigestHistogram> utilization, Optional<SpoolingOutputStats.Snapshot> spoolingOutputStats)