public class AggregatingProcessingTimeWindowOperator<KEY,IN> extends AbstractAlignedProcessingTimeWindowOperator<KEY,IN,IN,IN,ReduceFunction<IN>>
userFunctionchainingStrategy, LOG, output| Constructor and Description |
|---|
AggregatingProcessingTimeWindowOperator(ReduceFunction<IN> function,
org.apache.flink.api.java.functions.KeySelector<IN,KEY> keySelector,
TypeSerializer<KEY> keySerializer,
TypeSerializer<IN> aggregateSerializer,
long windowLength,
long windowSlide) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatingKeyedTimePanes<IN,KEY> |
createPanes(org.apache.flink.api.java.functions.KeySelector<IN,KEY> keySelector,
Function function) |
close, dispose, getNextEvaluationTime, getNextSlideTime, getNumPanesPerWindow, getPaneSize, getWindowSize, getWindowSlide, open, processElement, processWatermark, restoreState, snapshotOperatorState, toString, triggergetUserFunction, getUserFunctionParameters, notifyOfCompletedCheckpoint, setOutputType, setupcreateKeyValueState, createKeyValueState, disableInputCopy, getChainingStrategy, getContainingTask, getExecutionConfig, getOperatorConfig, getRuntimeContext, getStateBackend, getUserCodeClassloader, isInputCopyingDisabled, registerTimer, setChainingStrategy, setKeyContext, setKeyContextElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChainingStrategy, isInputCopyingDisabled, notifyOfCompletedCheckpoint, setChainingStrategy, setKeyContextElement, setuppublic AggregatingProcessingTimeWindowOperator(ReduceFunction<IN> function, org.apache.flink.api.java.functions.KeySelector<IN,KEY> keySelector, TypeSerializer<KEY> keySerializer, TypeSerializer<IN> aggregateSerializer, long windowLength, long windowSlide)
protected AggregatingKeyedTimePanes<IN,KEY> createPanes(org.apache.flink.api.java.functions.KeySelector<IN,KEY> keySelector, Function function)
createPanes in class AbstractAlignedProcessingTimeWindowOperator<KEY,IN,IN,IN,ReduceFunction<IN>>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.