helix.graph.algo.c3part.preprocessor
Class GraphCleaner

java.lang.Object
  extended by helix.graph.algo.c3part.preprocessor.GraphPreprocessor
      extended by helix.graph.algo.c3part.preprocessor.GraphCleaner
Direct Known Subclasses:
DatagraphCleaner, MultigraphCleaner, NoCleaner

public abstract class GraphCleaner
extends GraphPreprocessor

a class implementing a datagraph or multigraph cleanup. just a placeholder for preprocessors. instances of this class are typically provided by the getCleanerFor() method in NodeAggregator class.


Constructor Summary
GraphCleaner()
           
 
Method Summary
 
Methods inherited from class helix.graph.algo.c3part.preprocessor.GraphPreprocessor
logParams, run, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphCleaner

public GraphCleaner()