Package org.apache.sysds.hops.fedplanner
Class AFederatedPlanner
- java.lang.Object
- 
- org.apache.sysds.hops.fedplanner.AFederatedPlanner
 
- 
- Direct Known Subclasses:
- FederatedPlannerCostbased,- FederatedPlannerFedAll
 
 public abstract class AFederatedPlanner extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description AFederatedPlanner()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidrewriteProgram(DMLProgram prog, FunctionCallGraph fgraph, FunctionCallSizeInfo fcallSizes)Selects a federated execution plan for the given program by setting the forced execution type.
 
- 
- 
- 
Method Detail- 
rewriteProgrampublic abstract void rewriteProgram(DMLProgram prog, FunctionCallGraph fgraph, FunctionCallSizeInfo fcallSizes) Selects a federated execution plan for the given program by setting the forced execution type.- Parameters:
- prog- dml program
- fgraph- function call graph
- fcallSizes- function call graph sizes
 
 
- 
 
-