| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.functions.co | |
| org.apache.flink.streaming.api.operators.co |
| Modifier and Type | Method and Description |
|---|---|
<OUT> SingleOutputStreamOperator<OUT,?> |
ConnectedDataStream.addGeneralWindowCombine(CoWindowFunction<IN1,IN2,OUT> coWindowFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outTypeInfo,
long windowSize,
long slideInterval,
TimestampWrapper<IN1> timestamp1,
TimestampWrapper<IN2> timestamp2) |
<OUT> SingleOutputStreamOperator<OUT,?> |
ConnectedDataStream.windowReduce(CoWindowFunction<IN1,IN2,OUT> coWindowFunction,
long windowSize,
long slideInterval)
Applies a CoWindow transformation on the connected DataStreams.
|
<OUT> SingleOutputStreamOperator<OUT,?> |
ConnectedDataStream.windowReduce(CoWindowFunction<IN1,IN2,OUT> coWindowFunction,
long windowSize,
long slideInterval,
TimestampWrapper<IN1> timestamp1,
TimestampWrapper<IN2> timestamp2)
Applies a CoWindow transformation on the connected DataStreams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrossWindowFunction<IN1,IN2,OUT> |
class |
JoinWindowFunction<IN1,IN2,OUT> |
class |
RichCoWindowFunction<IN1,IN2,O> |
| Constructor and Description |
|---|
CoStreamWindow(CoWindowFunction<IN1,IN2,OUT> coWindowFunction,
long windowSize,
long slideInterval,
TimestampWrapper<IN1> timeStamp1,
TimestampWrapper<IN2> timeStamp2) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.