Uses of Class
org.apache.flink.api.common.aggregators.AggregatorRegistry
-
Packages that use AggregatorRegistry Package Description org.apache.flink.api.common.aggregators org.apache.flink.api.common.operators org.apache.flink.api.common.operators.base -
-
Uses of AggregatorRegistry in org.apache.flink.api.common.aggregators
Methods in org.apache.flink.api.common.aggregators with parameters of type AggregatorRegistry Modifier and Type Method Description voidAggregatorRegistry. addAll(AggregatorRegistry registry) -
Uses of AggregatorRegistry in org.apache.flink.api.common.operators
Methods in org.apache.flink.api.common.operators that return AggregatorRegistry Modifier and Type Method Description AggregatorRegistryIterationOperator. getAggregators() -
Uses of AggregatorRegistry in org.apache.flink.api.common.operators.base
Methods in org.apache.flink.api.common.operators.base that return AggregatorRegistry Modifier and Type Method Description AggregatorRegistryBulkIterationBase. getAggregators()AggregatorRegistryDeltaIterationBase. getAggregators()
-