Uses of Interface
org.apache.flink.api.common.state.AggregatingStateDeclaration
-
Packages that use AggregatingStateDeclaration Package Description org.apache.flink.api.common.state -
-
Uses of AggregatingStateDeclaration in org.apache.flink.api.common.state
Methods in org.apache.flink.api.common.state that return AggregatingStateDeclaration Modifier and Type Method Description static <IN,ACC,OUT>
AggregatingStateDeclaration<IN,ACC,OUT>StateDeclarations. aggregatingState(String name, TypeDescriptor<ACC> aggTypeDescriptor, AggregateFunction<IN,ACC,OUT> aggregateFunction)Get theAggregatingStateDeclarationof aggregating state.
-