Uses of Interface
org.apache.flink.api.common.state.ReducingStateDeclaration
-
Packages that use ReducingStateDeclaration Package Description org.apache.flink.api.common.state -
-
Uses of ReducingStateDeclaration in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return ReducingStateDeclaration Modifier and Type Method Description static <T> ReducingStateDeclaration<T>StateDeclarations. reducingState(String name, TypeDescriptor<T> typeInformation, ReduceFunction<T> reduceFunction)Get theReducingStateDeclarationof list state.
-