| Modifier and Type | Method and Description |
|---|---|
void |
GlobalAggCombiner.combine(WindowKey windowKey,
Iterator<org.apache.flink.table.data.RowData> localAccs) |
void |
AggCombiner.combine(WindowKey windowKey,
Iterator<org.apache.flink.table.data.RowData> records) |
void |
LocalAggCombiner.combine(WindowKey windowKey,
Iterator<org.apache.flink.table.data.RowData> records) |
| Modifier and Type | Method and Description |
|---|---|
void |
RowTimeDeduplicateRecordsCombiner.combine(WindowKey windowKey,
Iterator<org.apache.flink.table.data.RowData> records) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopNRecordsCombiner.combine(WindowKey windowKey,
Iterator<org.apache.flink.table.data.RowData> records) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordsCombiner.combine(WindowKey windowKey,
Iterator<org.apache.flink.table.data.RowData> records)
Combines the buffered data into state based on the given window-key pair.
|
| Modifier and Type | Method and Description |
|---|---|
WindowKey |
WindowKeySerializer.copy(WindowKey from) |
WindowKey |
WindowKeySerializer.copy(WindowKey from,
WindowKey reuse) |
WindowKey |
WindowKeySerializer.createInstance() |
WindowKey |
WindowKeySerializer.deserialize(org.apache.flink.core.memory.DataInputView source) |
WindowKey |
WindowKeySerializer.deserialize(WindowKey reuse,
org.apache.flink.core.memory.DataInputView source) |
WindowKey |
WindowKeySerializer.deserializeFromPages(org.apache.flink.runtime.memory.AbstractPagedInputView source) |
WindowKey |
WindowKeySerializer.deserializeFromPages(WindowKey reuse,
org.apache.flink.runtime.memory.AbstractPagedInputView source) |
WindowKey |
WindowKeySerializer.mapFromPages(WindowKey reuse,
org.apache.flink.runtime.memory.AbstractPagedInputView source) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.typeutils.TypeSerializer<WindowKey> |
WindowKeySerializer.duplicate() |
org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<WindowKey> |
WindowKeySerializer.snapshotConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
WindowKey |
WindowKeySerializer.copy(WindowKey from) |
WindowKey |
WindowKeySerializer.copy(WindowKey from,
WindowKey reuse) |
WindowKey |
WindowKeySerializer.deserialize(WindowKey reuse,
org.apache.flink.core.memory.DataInputView source) |
WindowKey |
WindowKeySerializer.deserializeFromPages(WindowKey reuse,
org.apache.flink.runtime.memory.AbstractPagedInputView source) |
WindowKey |
WindowKeySerializer.mapFromPages(WindowKey reuse,
org.apache.flink.runtime.memory.AbstractPagedInputView source) |
void |
WindowKeySerializer.serialize(WindowKey record,
org.apache.flink.core.memory.DataOutputView target) |
int |
WindowKeySerializer.serializeToPages(WindowKey record,
org.apache.flink.runtime.memory.AbstractPagedOutputView target)
Actually, the return value is just for saving checkSkipReadForFixLengthPart in the
mapFromPages, the cost is very small.
|
| Modifier and Type | Method and Description |
|---|---|
WindowKey |
WindowKey.replace(long window,
org.apache.flink.table.data.RowData key)
Replace the currently stored key and window by the given new key and new window.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.