helix.graph.algo.c3part.preprocessor
Class IterativeCleaner
java.lang.Object
helix.graph.algo.c3part.preprocessor.GraphPreprocessor
helix.graph.algo.c3part.preprocessor.GraphCleaner
helix.graph.algo.c3part.preprocessor.DatagraphCleaner
helix.graph.algo.c3part.preprocessor.IterativeCleaner
- Direct Known Subclasses:
- QuorumCleaner
public abstract class IterativeCleaner
- extends DatagraphCleaner
Method Summary |
void |
run(Graph graph)
preprocess datagraph
note: the datagraph argument is modified |
IterativeCleaner
public IterativeCleaner()
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