Uses of Class
io.trino.execution.buffer.OutputBuffers.BufferType
-
Packages that use OutputBuffers.BufferType Package Description io.trino.execution.buffer -
-
Uses of OutputBuffers.BufferType in io.trino.execution.buffer
Methods in io.trino.execution.buffer that return OutputBuffers.BufferType Modifier and Type Method Description OutputBuffers.BufferTypeOutputBuffers. getType()static OutputBuffers.BufferTypeOutputBuffers.BufferType. valueOf(String name)Returns 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.BufferType Modifier and Type Method Description static OutputBuffersOutputBuffers. createInitialEmptyOutputBuffers(OutputBuffers.BufferType type)Constructors in io.trino.execution.buffer with parameters of type OutputBuffers.BufferType Constructor Description OutputBuffers(OutputBuffers.BufferType type, long version, boolean noMoreBufferIds, Map<OutputBuffers.OutputBufferId,Integer> buffers)
-