Package io.trino.operator.output
Interface PagePartitioner
- All Known Implementing Classes:
DefaultPagePartitioner
public interface PagePartitioner
-
Method Summary
Modifier and TypeMethodDescriptionvoidflush(boolean force) longlongcom.google.common.util.concurrent.ListenableFuture<Void>isFull()voidpartitionPage(Page page)
-
Method Details
-
partitionPage
-
flush
void flush(boolean force) -
isFull
com.google.common.util.concurrent.ListenableFuture<Void> isFull() -
getSizeInBytes
long getSizeInBytes() -
getRetainedSizeInBytes
long getRetainedSizeInBytes() -
getOperatorInfoSupplier
Supplier<PartitionedOutputOperator.PartitionedOutputInfo> getOperatorInfoSupplier()
-