Uses of Interface
org.apache.flink.api.common.functions.ReduceFunction
-
Packages that use ReduceFunction Package Description org.apache.flink.api.common.state -
-
Uses of ReduceFunction in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return ReduceFunction Modifier and Type Method Description ReduceFunction<T>ReducingStateDeclaration. getReduceFunction()GetReduceFunctionassociated with this reducing state.Methods in org.apache.flink.api.common.state with parameters of type ReduceFunction Modifier and Type Method Description static <T> ReducingStateDeclaration<T>StateDeclarations. reducingState(String name, TypeDescriptor<T> typeInformation, ReduceFunction<T> reduceFunction)Get theReducingStateDeclarationof list state.static <T> StateDeclarations.ReducingStateDeclarationBuilder<T>StateDeclarations. reducingStateBuilder(String name, TypeDescriptor<T> typeInformation, ReduceFunction<T> reduceFunction)Get the builder ofReducingStateDeclaration.Constructors in org.apache.flink.api.common.state with parameters of type ReduceFunction Constructor Description ReducingStateDeclarationBuilder(String name, TypeDescriptor<T> typeInformation, ReduceFunction<T> reduceFunction)
-