org.apache.flink.api.common.aggregators.AggregatorRegistry Java Examples

The following examples show how to use org.apache.flink.api.common.aggregators.AggregatorRegistry. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: DeltaIterationBase.java    From Flink-CEPplus with Apache License 2.0 4 votes vote down vote up
@Override
public AggregatorRegistry getAggregators() {
	return this.aggregators;
}
 
Example #2
Source File: BulkIterationBase.java    From Flink-CEPplus with Apache License 2.0 4 votes vote down vote up
@Override
public AggregatorRegistry getAggregators() {
	return this.aggregators;
}
 
Example #3
Source File: DeltaIterationBase.java    From flink with Apache License 2.0 4 votes vote down vote up
@Override
public AggregatorRegistry getAggregators() {
	return this.aggregators;
}
 
Example #4
Source File: BulkIterationBase.java    From flink with Apache License 2.0 4 votes vote down vote up
@Override
public AggregatorRegistry getAggregators() {
	return this.aggregators;
}
 
Example #5
Source File: DeltaIterationBase.java    From flink with Apache License 2.0 4 votes vote down vote up
@Override
public AggregatorRegistry getAggregators() {
	return this.aggregators;
}
 
Example #6
Source File: BulkIterationBase.java    From flink with Apache License 2.0 4 votes vote down vote up
@Override
public AggregatorRegistry getAggregators() {
	return this.aggregators;
}
 
Example #7
Source File: IterativeDataSet.java    From Flink-CEPplus with Apache License 2.0 2 votes vote down vote up
/**
 * Gets the registry for aggregators. On the registry, one can add {@link Aggregator}s and an aggregator-based
 * {@link ConvergenceCriterion}. This method offers an alternative way to registering the aggregators via
 * {@link #registerAggregator(String, Aggregator)} and {@link #registerAggregationConvergenceCriterion(String, Aggregator, ConvergenceCriterion)}.
 *
 * @return The registry for aggregators.
 */
@PublicEvolving
public AggregatorRegistry getAggregators() {
	return aggregators;
}
 
Example #8
Source File: DeltaIteration.java    From Flink-CEPplus with Apache License 2.0 2 votes vote down vote up
/**
 * Gets the registry for aggregators for the iteration.
 *
 * @return The registry with all aggregators.
 */
@PublicEvolving
public AggregatorRegistry getAggregators() {
	return this.aggregators;
}
 
Example #9
Source File: IterativeDataSet.java    From flink with Apache License 2.0 2 votes vote down vote up
/**
 * Gets the registry for aggregators. On the registry, one can add {@link Aggregator}s and an aggregator-based
 * {@link ConvergenceCriterion}. This method offers an alternative way to registering the aggregators via
 * {@link #registerAggregator(String, Aggregator)} and {@link #registerAggregationConvergenceCriterion(String, Aggregator, ConvergenceCriterion)}.
 *
 * @return The registry for aggregators.
 */
@PublicEvolving
public AggregatorRegistry getAggregators() {
	return aggregators;
}
 
Example #10
Source File: DeltaIteration.java    From flink with Apache License 2.0 2 votes vote down vote up
/**
 * Gets the registry for aggregators for the iteration.
 *
 * @return The registry with all aggregators.
 */
@PublicEvolving
public AggregatorRegistry getAggregators() {
	return this.aggregators;
}
 
Example #11
Source File: IterativeDataSet.java    From flink with Apache License 2.0 2 votes vote down vote up
/**
 * Gets the registry for aggregators. On the registry, one can add {@link Aggregator}s and an aggregator-based
 * {@link ConvergenceCriterion}. This method offers an alternative way to registering the aggregators via
 * {@link #registerAggregator(String, Aggregator)} and {@link #registerAggregationConvergenceCriterion(String, Aggregator, ConvergenceCriterion)}.
 *
 * @return The registry for aggregators.
 */
@PublicEvolving
public AggregatorRegistry getAggregators() {
	return aggregators;
}
 
Example #12
Source File: DeltaIteration.java    From flink with Apache License 2.0 2 votes vote down vote up
/**
 * Gets the registry for aggregators for the iteration.
 *
 * @return The registry with all aggregators.
 */
@PublicEvolving
public AggregatorRegistry getAggregators() {
	return this.aggregators;
}
 
Example #13
Source File: IterationOperator.java    From Flink-CEPplus with Apache License 2.0 votes vote down vote up
AggregatorRegistry getAggregators(); 
Example #14
Source File: IterationOperator.java    From flink with Apache License 2.0 votes vote down vote up
AggregatorRegistry getAggregators(); 
Example #15
Source File: IterationOperator.java    From flink with Apache License 2.0 votes vote down vote up
AggregatorRegistry getAggregators();