Uses of Package
org.apache.flink.table.runtime.operators.aggregate.window.buffers
-
Classes in org.apache.flink.table.runtime.operators.aggregate.window.buffers used by org.apache.flink.table.runtime.operators.aggregate.window Class Description WindowBuffer.LocalFactory 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.buffers Class Description WindowBuffer A 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.WindowBuffer.Factory A factory that creates aWindowBuffer.WindowBuffer.LocalFactory 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.processors Class Description WindowBuffer A 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.WindowBuffer.Factory A factory that creates aWindowBuffer. -
Classes in org.apache.flink.table.runtime.operators.aggregate.window.buffers used by org.apache.flink.table.runtime.operators.deduplicate.window.processors Class Description WindowBuffer.Factory A factory that creates aWindowBuffer. -
Classes in org.apache.flink.table.runtime.operators.aggregate.window.buffers used by org.apache.flink.table.runtime.operators.rank.window.processors Class Description WindowBuffer.Factory A factory that creates aWindowBuffer.