Uses of Class
io.trino.execution.buffer.OutputBuffers.OutputBufferId
-
Packages that use OutputBuffers.OutputBufferId Package Description io.trino.execution io.trino.execution.buffer io.trino.execution.scheduler io.trino.server -
-
Uses of OutputBuffers.OutputBufferId in io.trino.execution
Methods in io.trino.execution with parameters of type OutputBuffers.OutputBufferId Modifier and Type Method Description TaskInfoSqlTask. abortTaskResults(OutputBuffers.OutputBufferId bufferId)TaskInfoSqlTaskManager. abortTaskResults(TaskId taskId, OutputBuffers.OutputBufferId bufferId)TaskInfoTaskManager. abortTaskResults(TaskId taskId, OutputBuffers.OutputBufferId bufferId)Aborts a result buffer for a task.voidSqlTask. acknowledgeTaskResults(OutputBuffers.OutputBufferId bufferId, long sequenceId)voidSqlTaskManager. acknowledgeTaskResults(TaskId taskId, OutputBuffers.OutputBufferId bufferId, long sequenceId)voidTaskManager. acknowledgeTaskResults(TaskId taskId, OutputBuffers.OutputBufferId bufferId, long sequenceId)Acknowledges previously received results.com.google.common.util.concurrent.ListenableFuture<BufferResult>SqlTask. getTaskResults(OutputBuffers.OutputBufferId bufferId, long startingSequenceId, io.airlift.units.DataSize maxSize)com.google.common.util.concurrent.ListenableFuture<BufferResult>SqlTaskManager. getTaskResults(TaskId taskId, OutputBuffers.OutputBufferId bufferId, long startingSequenceId, io.airlift.units.DataSize maxSize)com.google.common.util.concurrent.ListenableFuture<BufferResult>TaskManager. getTaskResults(TaskId taskId, OutputBuffers.OutputBufferId bufferId, long startingSequenceId, io.airlift.units.DataSize maxSize)Gets results from a task either immediately or in the future. -
Uses of OutputBuffers.OutputBufferId in io.trino.execution.buffer
Methods in io.trino.execution.buffer that return OutputBuffers.OutputBufferId Modifier and Type Method Description static OutputBuffers.OutputBufferIdOutputBuffers.OutputBufferId. fromString(String id)OutputBuffers.OutputBufferIdBufferInfo. getBufferId()Methods in io.trino.execution.buffer that return types with arguments of type OutputBuffers.OutputBufferId Modifier and Type Method Description Map<OutputBuffers.OutputBufferId,Integer>OutputBuffers. getBuffers()Methods in io.trino.execution.buffer with parameters of type OutputBuffers.OutputBufferId Modifier and Type Method Description voidArbitraryOutputBuffer. abort(OutputBuffers.OutputBufferId bufferId)voidBroadcastOutputBuffer. abort(OutputBuffers.OutputBufferId bufferId)voidLazyOutputBuffer. abort(OutputBuffers.OutputBufferId bufferId)voidOutputBuffer. abort(OutputBuffers.OutputBufferId bufferId)Closes the specified output buffer.voidPartitionedOutputBuffer. abort(OutputBuffers.OutputBufferId bufferId)voidArbitraryOutputBuffer. acknowledge(OutputBuffers.OutputBufferId bufferId, long sequenceId)voidBroadcastOutputBuffer. acknowledge(OutputBuffers.OutputBufferId bufferId, long sequenceId)voidLazyOutputBuffer. acknowledge(OutputBuffers.OutputBufferId bufferId, long token)voidOutputBuffer. acknowledge(OutputBuffers.OutputBufferId bufferId, long token)Acknowledges the previously received pages from the output buffer.voidPartitionedOutputBuffer. acknowledge(OutputBuffers.OutputBufferId outputBufferId, long sequenceId)com.google.common.util.concurrent.ListenableFuture<BufferResult>ArbitraryOutputBuffer. get(OutputBuffers.OutputBufferId bufferId, long startingSequenceId, io.airlift.units.DataSize maxSize)com.google.common.util.concurrent.ListenableFuture<BufferResult>BroadcastOutputBuffer. get(OutputBuffers.OutputBufferId outputBufferId, long startingSequenceId, io.airlift.units.DataSize maxSize)com.google.common.util.concurrent.ListenableFuture<BufferResult>LazyOutputBuffer. get(OutputBuffers.OutputBufferId bufferId, long token, io.airlift.units.DataSize maxSize)com.google.common.util.concurrent.ListenableFuture<BufferResult>OutputBuffer. get(OutputBuffers.OutputBufferId bufferId, long token, io.airlift.units.DataSize maxSize)Gets pages from the output buffer, and acknowledges all pages received from the last request.com.google.common.util.concurrent.ListenableFuture<BufferResult>PartitionedOutputBuffer. get(OutputBuffers.OutputBufferId outputBufferId, long startingSequenceId, io.airlift.units.DataSize maxSize)OutputBuffersOutputBuffers. withBuffer(OutputBuffers.OutputBufferId bufferId, int partition)Method parameters in io.trino.execution.buffer with type arguments of type OutputBuffers.OutputBufferId Modifier and Type Method Description OutputBuffersOutputBuffers. withBuffers(Map<OutputBuffers.OutputBufferId,Integer> buffers)Constructors in io.trino.execution.buffer with parameters of type OutputBuffers.OutputBufferId Constructor Description BufferInfo(OutputBuffers.OutputBufferId bufferId, boolean finished, int bufferedPages, long pagesSent, PageBufferInfo pageBufferInfo)Constructor parameters in io.trino.execution.buffer with type arguments of type OutputBuffers.OutputBufferId Constructor Description OutputBuffers(OutputBuffers.BufferType type, long version, boolean noMoreBufferIds, Map<OutputBuffers.OutputBufferId,Integer> buffers) -
Uses of OutputBuffers.OutputBufferId in io.trino.execution.scheduler
Method parameters in io.trino.execution.scheduler with type arguments of type OutputBuffers.OutputBufferId Modifier and Type Method Description voidPartitionedOutputBufferManager. addOutputBuffers(List<OutputBuffers.OutputBufferId> newBuffers, boolean noMoreBuffers)voidScaledOutputBufferManager. addOutputBuffers(List<OutputBuffers.OutputBufferId> newBuffers, boolean noMoreBuffers) -
Uses of OutputBuffers.OutputBufferId in io.trino.server
Methods in io.trino.server with parameters of type OutputBuffers.OutputBufferId Modifier and Type Method Description voidTaskResource. abortResults(TaskId taskId, OutputBuffers.OutputBufferId bufferId, javax.ws.rs.core.UriInfo uriInfo)voidTaskResource. acknowledgeResults(TaskId taskId, OutputBuffers.OutputBufferId bufferId, long token)voidTaskResource. getResults(TaskId taskId, OutputBuffers.OutputBufferId bufferId, long token, io.airlift.units.DataSize maxSize, javax.ws.rs.container.AsyncResponse asyncResponse)
-