Interface PagePartitioner

All Known Implementing Classes:
DefaultPagePartitioner

public interface PagePartitioner
  • Method Details

    • partitionPage

      void partitionPage(Page page)
    • flush

      void flush(boolean force)
    • isFull

      com.google.common.util.concurrent.ListenableFuture<Void> isFull()
    • getSizeInBytes

      long getSizeInBytes()
    • getRetainedSizeInBytes

      long getRetainedSizeInBytes()
    • getOperatorInfoSupplier