KEY - The type of the key.@Public public class CoGroupedStreams.Where<KEY> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CoGroupedStreams.Where.EqualTo
A co-group operation that has
KeySelectors defined for both inputs. |
| Modifier and Type | Method and Description |
|---|---|
CoGroupedStreams.Where.EqualTo |
equalTo(org.apache.flink.api.java.functions.KeySelector<T2,KEY> keySelector)
Specifies a
KeySelector for elements from the second input. |
public CoGroupedStreams.Where.EqualTo equalTo(org.apache.flink.api.java.functions.KeySelector<T2,KEY> keySelector)
KeySelector for elements from the second input.Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.