| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.datastream.temporal |
| Modifier and Type | Method and Description |
|---|---|
<IN2> StreamCrossOperator<OUT,IN2> |
DataStream.cross(DataStream<IN2> dataStreamToCross)
Initiates a temporal Cross transformation.
A Cross transformation combines the elements of two DataStreams
into one DataStream over a specified time window. |
| Constructor and Description |
|---|
CrossWindow(StreamCrossOperator<I1,I2> op,
DataStream<org.apache.flink.api.java.tuple.Tuple2<I1,I2>> ds) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.