OnJoinedStream
org.apache.flinkx.api.extensions.impl.acceptPartialFunctions.OnJoinedStream
class OnJoinedStream[L, R, K, W <: Window](stream: JoinedStreams[L, R]#Where[K]#EqualTo#WithWindow[W])
Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Type parameters
- K
-
The type of key
- L
-
The type of the data stream items from the left side of the join
- R
-
The type of the data stream items from the right input of the join
- W
-
The type of the window
Value parameters
- stream
-
The wrapped data stream
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article