public class AccumulatingProcessingTimeWindowOperator<KEY,IN,OUT> extends AbstractAlignedProcessingTimeWindowOperator<KEY,IN,OUT,ArrayList<IN>,WindowFunction<IN,OUT,KEY,TimeWindow>>
userFunctionchainingStrategy, LOG, output| Constructor and Description |
|---|
AccumulatingProcessingTimeWindowOperator(WindowFunction<IN,OUT,KEY,TimeWindow> function,
org.apache.flink.api.java.functions.KeySelector<IN,KEY> keySelector,
TypeSerializer<KEY> keySerializer,
TypeSerializer<IN> valueSerializer,
long windowLength,
long windowSlide) |
| Modifier and Type | Method and Description |
|---|---|
protected AccumulatingKeyedTimePanes<IN,KEY,OUT> |
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 AccumulatingProcessingTimeWindowOperator(WindowFunction<IN,OUT,KEY,TimeWindow> function, org.apache.flink.api.java.functions.KeySelector<IN,KEY> keySelector, TypeSerializer<KEY> keySerializer, TypeSerializer<IN> valueSerializer, long windowLength, long windowSlide)
protected AccumulatingKeyedTimePanes<IN,KEY,OUT> createPanes(org.apache.flink.api.java.functions.KeySelector<IN,KEY> keySelector, Function function)
createPanes in class AbstractAlignedProcessingTimeWindowOperator<KEY,IN,OUT,ArrayList<IN>,WindowFunction<IN,OUT,KEY,TimeWindow>>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.