org.apache.flink.api.extensions.impl.acceptPartialFunctions
Members list
Type members
Classlikes
Wraps a connected data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Wraps a connected data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Attributes
- IN1
The type of the data stream items coming from the first connection
- IN2
The type of the data stream items coming from the second connection
- stream
The wrapped data stream
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Wraps a data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Wraps a data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Attributes
- T
The type of the data stream items
- stream
The wrapped data stream
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Attributes
- 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
- stream
The wrapped data stream
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Wraps a keyed data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Wraps a keyed data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Attributes
- K
The type of key
- T
The type of the data stream items
- stream
The wrapped data stream
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Attributes
- K
The type of key
- T
The type of the data stream items from the right input of the join
- W
The type of the window
- stream
The wrapped data stream
- Graph
- Supertypes
- class Objecttrait Matchableclass Any