Uses of Interface
org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers.AsyncStateWindowBuffer.Factory
Packages that use AsyncStateWindowBuffer.Factory
Package
Description
-
Uses of AsyncStateWindowBuffer.Factory in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers
Classes in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers that implement AsyncStateWindowBuffer.FactoryModifier and TypeClassDescriptionstatic final classFactory to createAsyncStateRecordsWindowBufferwithAsyncStateRecordsCombiner.Factory. -
Uses of AsyncStateWindowBuffer.Factory in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors
Fields in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors declared as AsyncStateWindowBuffer.FactoryModifier and TypeFieldDescriptionprotected final AsyncStateWindowBuffer.FactoryAbstractAsyncStateSliceWindowAggProcessor.windowBufferFactoryConstructors in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors with parameters of type AsyncStateWindowBuffer.FactoryModifierConstructorDescriptionAbstractAsyncStateSliceWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler, AsyncStateWindowBuffer.Factory bufferFactory, SliceAssigner sliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, ZoneId shiftTimeZone) AsyncStateSliceSharedWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler, AsyncStateWindowBuffer.Factory bufferFactory, SliceSharedAssigner sliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, ZoneId shiftTimeZone) AsyncStateSliceUnsharedWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler, AsyncStateWindowBuffer.Factory windowBufferFactory, SliceUnsharedAssigner sliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, ZoneId shiftTimeZone)