Uses of Class
helix.graph.algo.c3part.aggregator.NodeAggregator

Packages that use NodeAggregator
helix.graph.algo.c3part   
helix.graph.algo.c3part.aggregator   
 

Uses of NodeAggregator in helix.graph.algo.c3part
 

Methods in helix.graph.algo.c3part that return NodeAggregator
 NodeAggregator C3PartAlgo.getAggregatorFor()
          get current aggregator for this algo
 NodeAggregator C3PartAbstractOTFQuorum.getAggregatorFor()
           
 NodeAggregator C3PartAbstract.getAggregatorFor()
          get aggregator by name this abstract class knows :
 

Uses of NodeAggregator in helix.graph.algo.c3part.aggregator
 

Subclasses of NodeAggregator in helix.graph.algo.c3part.aggregator
 class CCAggregator
           
 class CenteredAggregator
           
 class CliqueAggregator
           
 class DenseCCAggregator
           
 class PivotingAggregator