@Internal public interface RecordsCombiner
RecordsCombiner
is used to combine buffered records into state.Modifier and Type | Interface and Description |
---|---|
static interface |
RecordsCombiner.Factory
A factory that creates a
RecordsCombiner . |
static interface |
RecordsCombiner.LocalFactory
A factory that creates a
RecordsCombiner used for combining at local stage. |
Modifier and Type | Method and Description |
---|---|
void |
close()
Release resources allocated by this combine function.
|
void |
combine(WindowKey windowKey,
Iterator<RowData> records)
Combines the buffered data into state based on the given window-key pair.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.