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