org.apache.flinkx.api.function
Members list
Packages
Type members
Classlikes
Base interface for functions that are evaluated over non-grouped windows, i.e., windows over all stream partitions.
Base interface for functions that are evaluated over non-grouped windows, i.e., windows over all stream partitions.
Type parameters
- IN
-
The type of the input value.
- OUT
-
The type of the output value.
Attributes
- Supertypes
-
trait Functiontrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
Base abstract class for functions that are evaluated over keyed (grouped) windows using a context for retrieving extra information.
Base abstract class for functions that are evaluated over keyed (grouped) windows using a context for retrieving extra information.
Type parameters
- IN
-
The type of the input value.
- OUT
-
The type of the output value.
- W
-
The type of the window.
Attributes
- Supertypes
-
class AbstractRichFunctiontrait RichFunctiontrait Functiontrait Serializableclass Objecttrait Matchableclass AnyShow all
Base abstract class for functions that are evaluated over keyed (grouped) windows using a context for retrieving extra information.
Base abstract class for functions that are evaluated over keyed (grouped) windows using a context for retrieving extra information.
Type parameters
- IN
-
The type of the input value.
- KEY
-
The type of the key.
- OUT
-
The type of the output value.
- W
-
The type of the window.
Attributes
- Supertypes
-
class AbstractRichFunctiontrait RichFunctiontrait Functiontrait Serializableclass Objecttrait Matchableclass AnyShow all
Rich variant of the org.apache.flink.api.function.AllWindowFunction.
Rich variant of the org.apache.flink.api.function.AllWindowFunction.
As a org.apache.flink.api.common.functions.RichFunction, it gives access to the org.apache.flink.api.common.functions.RuntimeContext and provides setup and tear-down methods.
Type parameters
- IN
-
The type of the input value.
- OUT
-
The type of the output value.
- W
-
The type of Window that this window function can be applied on.
Attributes
- Supertypes
-
class AbstractRichFunctiontrait RichFunctiontrait Functiontrait Serializableclass Objecttrait Matchableclass AnyShow all
Rich variant of the org.apache.flink.api.function.WindowFunction.
Rich variant of the org.apache.flink.api.function.WindowFunction.
As a org.apache.flink.api.common.functions.RichFunction, it gives access to the org.apache.flink.api.common.functions.RuntimeContext and provides setup and tear-down methods.
Type parameters
- IN
-
The type of the input value.
- KEY
-
The type of the key.
- OUT
-
The type of the output value.
- W
-
The type of Window that this window function can be applied on.
Attributes
- Supertypes
-
class AbstractRichFunctiontrait RichFunctiontrait Functiontrait Serializableclass Objecttrait Matchableclass AnyShow all
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.
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
- Supertypes
-
trait RichFunctiontrait Functiontrait Serializableclass Objecttrait Matchableclass AnyShow all
Base interface for functions that are evaluated over keyed (grouped) windows.
Base interface for functions that are evaluated over keyed (grouped) windows.
Type parameters
- IN
-
The type of the input value.
- KEY
-
The type of the key.
- OUT
-
The type of the output value.
Attributes
- Supertypes
-
trait Functiontrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-