Uses of Package
org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers
Packages that use org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers
Package
Description
-
Classes in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers used by org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffersClassDescriptionA buffer that buffers data in memory and flushes many values to async state together at a time to avoid frequently accessing async state, or flushes to output to reduce shuffling data.A factory that creates a
WindowBufferwith async state. -
Classes in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers used by org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processorsClassDescriptionA buffer that buffers data in memory and flushes many values to async state together at a time to avoid frequently accessing async state, or flushes to output to reduce shuffling data.A factory that creates a
WindowBufferwith async state.