Uses of Enum Class
io.trino.execution.buffer.PipelinedOutputBuffers.BufferType
Packages that use PipelinedOutputBuffers.BufferType
-
Uses of PipelinedOutputBuffers.BufferType in io.trino.execution.buffer
Methods in io.trino.execution.buffer that return PipelinedOutputBuffers.BufferTypeModifier and TypeMethodDescriptionPipelinedOutputBuffers.getType()Returns the enum constant of this class with the specified name.static PipelinedOutputBuffers.BufferType[]PipelinedOutputBuffers.BufferType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.execution.buffer with parameters of type PipelinedOutputBuffers.BufferTypeModifier and TypeMethodDescriptionstatic PipelinedOutputBuffersPipelinedOutputBuffers.createInitial(PipelinedOutputBuffers.BufferType type) Constructors in io.trino.execution.buffer with parameters of type PipelinedOutputBuffers.BufferTypeModifierConstructorDescriptionPipelinedOutputBuffers(long version, PipelinedOutputBuffers.BufferType type, Map<PipelinedOutputBuffers.OutputBufferId, Integer> buffers, boolean noMoreBufferIds)