helix.graph.algo.c3part.preprocessor
Class CenteredQuorumCleaner

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
                      extended by helix.graph.algo.c3part.preprocessor.CenteredQuorumCleaner

public class CenteredQuorumCleaner
extends QuorumCleaner


Constructor Summary
CenteredQuorumCleaner(int quorum, int pivot)
           
 
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

CenteredQuorumCleaner

public CenteredQuorumCleaner(int quorum,
                             int pivot)
Method Detail

logParams

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

Overrides:
logParams in class QuorumCleaner