Uses of Class
io.trino.execution.buffer.BufferInfo
-
Packages that use BufferInfo Package Description io.trino.execution io.trino.execution.buffer -
-
Uses of BufferInfo in io.trino.execution
Method parameters in io.trino.execution with type arguments of type BufferInfo Modifier and Type Method Description static 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 BufferInfo Modifier and Type Method Description List<BufferInfo>OutputBufferInfo. getBuffers()Constructor parameters in io.trino.execution.buffer with type arguments of type BufferInfo Constructor Description OutputBufferInfo(String type, BufferState state, boolean canAddBuffers, boolean canAddPages, long totalBufferedBytes, long totalBufferedPages, long totalRowsSent, long totalPagesSent, List<BufferInfo> buffers)
-