helix.graph.algo.c3part.preprocessor
Class IterativeCleaner

java.lang.Object
  extended by helix.graph.algo.c3part.preprocessor.GraphPreprocessor
      extended by helix.graph.algo.c3part.preprocessor.GraphCleaner
          extended by helix.graph.algo.c3part.preprocessor.DatagraphCleaner
              extended by helix.graph.algo.c3part.preprocessor.IterativeCleaner
Direct Known Subclasses:
QuorumCleaner

public abstract class IterativeCleaner
extends DatagraphCleaner


Constructor Summary
IterativeCleaner()
           
 
Method Summary
 void run(Graph graph)
          preprocess datagraph note: the datagraph argument is modified
 
Methods inherited from class helix.graph.algo.c3part.preprocessor.GraphPreprocessor
logParams, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterativeCleaner

public IterativeCleaner()
Method Detail

run

public void run(Graph graph)
Description copied from class: GraphPreprocessor
preprocess datagraph note: the datagraph argument is modified

Specified by:
run in class GraphPreprocessor