Uses of Class
io.trino.execution.buffer.BufferInfo
Packages that use BufferInfo
-
Uses of BufferInfo in io.trino.execution
Method parameters in io.trino.execution with type arguments of type BufferInfoModifier and TypeMethodDescriptionstatic TaskInfoTaskInfo.createInitialTask(TaskId taskId, URI location, String nodeId, List<BufferInfo> bufferStates, TaskStats taskStats) -
Uses of BufferInfo in io.trino.execution.buffer
Methods in io.trino.execution.buffer that return types with arguments of type BufferInfoConstructor parameters in io.trino.execution.buffer with type arguments of type BufferInfoModifierConstructorDescriptionOutputBufferInfo(String type, BufferState state, boolean canAddBuffers, boolean canAddPages, long totalBufferedBytes, long totalBufferedPages, long totalRowsSent, long totalPagesSent, List<BufferInfo> buffers)