Uses of Package
org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers
-
Classes in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers used by org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers Class Description AsyncStateWindowBuffer A 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.AsyncStateWindowBuffer.Factory A factory that creates aWindowBufferwith async state. -
Classes in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers used by org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors Class Description AsyncStateWindowBuffer A 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.AsyncStateWindowBuffer.Factory A factory that creates aWindowBufferwith async state.