helix.graph.algo.c3part
Class C3PartAbstractOTF

java.lang.Object
  extended by helix.graph.algo.c3part.C3PartAbstract
      extended by helix.graph.algo.c3part.C3PartAbstractOTF
All Implemented Interfaces:
C3PartAlgo
Direct Known Subclasses:
C3PartAbstractOTFQuorum, C3PartDTM, C3PartOTF

public abstract class C3PartAbstractOTF
extends C3PartAbstract


Constructor Summary
C3PartAbstractOTF(Graph dataGraph)
           
 
Method Summary
 
Methods inherited from class helix.graph.algo.c3part.C3PartAbstract
getAggregatorFor, getOptimizerFor, getOptions, getPhysicalOptions, run, setOptions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

C3PartAbstractOTF

public C3PartAbstractOTF(Graph dataGraph)