| Modifier and Type | Method and Description |
|---|---|
WindowBuffer |
RecordsWindowBuffer.Factory.create(Object operatorOwner,
org.apache.flink.runtime.memory.MemoryManager memoryManager,
long memorySize,
org.apache.flink.api.common.functions.RuntimeContext runtimeContext,
WindowTimerService<Long> timerService,
org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend,
WindowState<Long> windowState,
boolean isEventTime,
ZoneId shiftTimeZone) |
WindowBuffer |
WindowBuffer.Factory.create(Object operatorOwner,
org.apache.flink.runtime.memory.MemoryManager memoryManager,
long memorySize,
org.apache.flink.api.common.functions.RuntimeContext runtimeContext,
WindowTimerService<Long> timerService,
org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend,
WindowState<Long> windowState,
boolean isEventTime,
ZoneId shiftTimeZone)
Creates a
WindowBuffer that buffers elements in memory before flushing. |
| Modifier and Type | Method and Description |
|---|---|
RecordsCombiner |
GlobalAggCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext,
WindowTimerService<Long> timerService,
org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend,
WindowState<Long> windowState,
boolean isEventTime) |
RecordsCombiner |
AggCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext,
WindowTimerService<Long> timerService,
org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend,
WindowState<Long> windowState,
boolean isEventTime) |
| Modifier and Type | Method and Description |
|---|---|
RecordsCombiner |
RowTimeDeduplicateRecordsCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext,
WindowTimerService<Long> timerService,
org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend,
WindowState<Long> windowState,
boolean isEventTime) |
| Modifier and Type | Method and Description |
|---|---|
RecordsCombiner |
TopNRecordsCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext,
WindowTimerService<Long> timerService,
org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend,
WindowState<Long> windowState,
boolean isEventTime) |
| Modifier and Type | Method and Description |
|---|---|
RecordsCombiner |
RecordsCombiner.Factory.createRecordsCombiner(org.apache.flink.api.common.functions.RuntimeContext runtimeContext,
WindowTimerService<Long> timerService,
org.apache.flink.runtime.state.KeyedStateBackend<org.apache.flink.table.data.RowData> stateBackend,
WindowState<Long> windowState,
boolean isEventTime)
Creates a
RecordsCombiner that can combine buffered data into states. |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowListState<W>
A wrapper of
ListState which is easier to update based on window namespace. |
class |
WindowMapState<W,UV>
A wrapper of
MapState which is easier to update based on window namespace. |
class |
WindowValueState<W>
A wrapper of
ValueState which is easier to update based on window namespace. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.