Uses of Class
org.apache.flink.api.common.state.StateDeclarations.ReducingStateDeclarationBuilder
-
Packages that use StateDeclarations.ReducingStateDeclarationBuilder Package Description org.apache.flink.api.common.state -
-
Uses of StateDeclarations.ReducingStateDeclarationBuilder in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return StateDeclarations.ReducingStateDeclarationBuilder Modifier and Type Method Description static <T> StateDeclarations.ReducingStateDeclarationBuilder<T>StateDeclarations. reducingStateBuilder(String name, TypeDescriptor<T> typeInformation, ReduceFunction<T> reduceFunction)Get the builder ofReducingStateDeclaration.
-