StatefulFunction
org.apache.flink.api.function.StatefulFunction
@Public
Trait implementing the functionality necessary to apply stateful functions in RichFunctions without exposing the OperatorStates to the user. The user should call the applyWithState method in his own RichFunction implementation.
Attributes
- Graph
- Supertypes
- trait RichFunctiontrait Functiontrait Serializableclass Objecttrait Matchableclass Any