| 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,
java.time.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,
java.time.ZoneId shiftTimeZone)
Creates a
WindowBuffer that buffers elements in memory before flushing. |
| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
| Constructor and Description |
|---|
AggCombiner(WindowTimerService<Long> timerService,
StateKeyContext keyContext,
WindowValueState<Long> accState,
NamespaceAggsHandleFunction<Long> aggregator,
boolean isEventTime) |
GlobalAggCombiner(WindowTimerService<Long> timerService,
StateKeyContext keyContext,
WindowValueState<Long> accState,
NamespaceAggsHandleFunction<Long> localAggregator,
NamespaceAggsHandleFunction<Long> globalAggregator) |
| Modifier and Type | Field and Description |
|---|---|
protected WindowTimerService<W> |
AbstractWindowAggProcessor.windowTimerService |
| Modifier and Type | Method and Description |
|---|---|
protected abstract WindowTimerService<W> |
AbstractWindowAggProcessor.getWindowTimerService() |
protected WindowTimerService<Long> |
AbstractSliceWindowAggProcessor.getWindowTimerService() |
protected WindowTimerService<TimeWindow> |
UnsliceWindowAggProcessor.getWindowTimerService() |
| 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) |
| Constructor and Description |
|---|
RowTimeDeduplicateRecordsCombiner(WindowTimerService<Long> timerService,
StateKeyContext keyContext,
WindowValueState<Long> dataState,
int rowtimeIndex,
boolean keepLastRow,
org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> recordSerializer) |
| 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) |
| Constructor and Description |
|---|
TopNRecordsCombiner(WindowTimerService<Long> timerService,
StateKeyContext keyContext,
WindowMapState<Long,List<org.apache.flink.table.data.RowData>> dataState,
Comparator<org.apache.flink.table.data.RowData> sortKeyComparator,
org.apache.flink.api.java.functions.KeySelector<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData> sortKeySelector,
long topN,
org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> recordSerializer,
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 |
WindowTimerServiceBase<W>
A base implement of
WindowTimerService. |
| Modifier and Type | Class and Description |
|---|---|
class |
SlicingWindowTimerServiceImpl
A
WindowTimerService for slicing window. |
| Modifier and Type | Class and Description |
|---|---|
class |
UnslicingWindowTimerServiceImpl
A
WindowTimerService for unslicing window. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.