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