Uses of Interface
org.apache.flink.table.runtime.operators.aggregate.window.buffers.WindowBuffer.Factory
Packages that use WindowBuffer.Factory
Package
Description
-
Uses of WindowBuffer.Factory in org.apache.flink.table.runtime.operators.aggregate.window.buffers
Classes in org.apache.flink.table.runtime.operators.aggregate.window.buffers that implement WindowBuffer.FactoryModifier and TypeClassDescriptionstatic final classFactory to createRecordsWindowBufferwithRecordsCombiner.Factory. -
Uses of WindowBuffer.Factory in org.apache.flink.table.runtime.operators.aggregate.window.processors
Fields in org.apache.flink.table.runtime.operators.aggregate.window.processors declared as WindowBuffer.FactoryModifier and TypeFieldDescriptionprotected final WindowBuffer.FactoryAbstractSliceSyncStateWindowAggProcessor.windowBufferFactoryConstructors in org.apache.flink.table.runtime.operators.aggregate.window.processors with parameters of type WindowBuffer.FactoryModifierConstructorDescriptionAbstractSliceSyncStateWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler, WindowBuffer.Factory bufferFactory, SliceAssigner sliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, ZoneId shiftTimeZone) SliceSharedSyncStateWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler, WindowBuffer.Factory bufferFactory, SliceSharedAssigner sliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, ZoneId shiftTimeZone) SliceUnsharedSyncStateWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler, WindowBuffer.Factory windowBufferFactory, SliceUnsharedAssigner sliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, ZoneId shiftTimeZone) -
Uses of WindowBuffer.Factory in org.apache.flink.table.runtime.operators.deduplicate.window.processors
Constructors in org.apache.flink.table.runtime.operators.deduplicate.window.processors with parameters of type WindowBuffer.FactoryModifierConstructorDescriptionRowTimeSyncStateWindowDeduplicateProcessor(org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> inputSerializer, WindowBuffer.Factory bufferFactory, int windowEndIndex, ZoneId shiftTimeZone) -
Uses of WindowBuffer.Factory in org.apache.flink.table.runtime.operators.rank.window.processors
Constructors in org.apache.flink.table.runtime.operators.rank.window.processors with parameters of type WindowBuffer.FactoryModifierConstructorDescriptionSyncStateWindowRankProcessor(org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> inputSerializer, GeneratedRecordComparator genSortKeyComparator, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> sortKeySerializer, WindowBuffer.Factory bufferFactory, long rankStart, long rankEnd, boolean outputRankNumber, int windowEndIndex, ZoneId shiftTimeZone)