| Package | Description |
|---|---|
| org.apache.flink.api.common.aggregators | |
| org.apache.flink.api.common.operators.base |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleZeroConvergence
A
ConvergenceCriterion over an Aggregator that defines convergence as reached once the aggregator
holds the value zero. |
class |
LongZeroConvergence
A
ConvergenceCriterion over an Aggregator that defines convergence as reached once the aggregator
holds the value zero. |
| Modifier and Type | Method and Description |
|---|---|
ConvergenceCriterion<?> |
AggregatorRegistry.getConvergenceCriterion() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Value> |
AggregatorRegistry.registerAggregationConvergenceCriterion(String name,
Aggregator<T> aggregator,
ConvergenceCriterion<T> convergenceCheck) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkIterationBase.TerminationCriterionAggregationConvergence
Convergence for the termination criterion is reached if no tuple is output at current iteration for the termination criterion branch
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.