Package io.trino.operator.output
Class PagePartitionerPool
java.lang.Object
io.trino.operator.output.PagePartitionerPool
-
Constructor Summary
ConstructorsConstructorDescriptionPagePartitionerPool(int maxFree, Supplier<PagePartitioner> pagePartitionerSupplier) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()poll()voidrelease(PagePartitioner pagePartitioner)
-
Constructor Details
-
PagePartitionerPool
-
-
Method Details
-
poll
-
release
-
close
public void close()
-