KEY
- The type of the key.@Public public class JoinedStreams.Where<KEY> extends Object
Modifier and Type | Class and Description |
---|---|
class |
JoinedStreams.Where.EqualTo
A join operation that has
KeySelectors defined for both inputs. |
Modifier and Type | Method and Description |
---|---|
JoinedStreams.Where.EqualTo |
equalTo(KeySelector<T2,KEY> keySelector)
Specifies a
KeySelector for elements from the second input. |
JoinedStreams.Where.EqualTo |
equalTo(KeySelector<T2,KEY> keySelector,
TypeInformation<KEY> keyType)
Specifies a
KeySelector for elements from the second input with explicit type
information for the key type. |
public JoinedStreams.Where.EqualTo equalTo(KeySelector<T2,KEY> keySelector)
KeySelector
for elements from the second input.keySelector
- The KeySelector to be used for extracting the second input's key for
partitioning.public JoinedStreams.Where.EqualTo equalTo(KeySelector<T2,KEY> keySelector, TypeInformation<KEY> keyType)
KeySelector
for elements from the second input with explicit type
information for the key type.keySelector
- The KeySelector to be used for extracting the second input's key for
partitioning.keyType
- The type information describing the key type.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.