OnKeyedStream
org.apache.flink.api.extensions.impl.acceptPartialFunctions.OnKeyedStream
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