helix.graph.algo.c3part.preprocessor
Class QuorumCleaner

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
                  extended by helix.graph.algo.c3part.preprocessor.QuorumCleaner
Direct Known Subclasses:
CenteredQuorumCleaner

public class QuorumCleaner
extends IterativeCleaner


Constructor Summary
QuorumCleaner(int quorum)
           
 
Method Summary
 void logParams()
          default log for preprocessor parameters
 
Methods inherited from class helix.graph.algo.c3part.preprocessor.IterativeCleaner
run
 
Methods inherited from class helix.graph.algo.c3part.preprocessor.GraphPreprocessor
run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuorumCleaner

public QuorumCleaner(int quorum)
Method Detail

logParams

public void logParams()
Description copied from class: GraphPreprocessor
default log for preprocessor parameters

Overrides:
logParams in class GraphPreprocessor