Uses of Class
felix.dstruct.OperatorBucketGraph

Packages that use OperatorBucketGraph
felix.optimizer Optimizer used to schedule Felix's execution plan. 
 

Uses of OperatorBucketGraph in felix.optimizer
 

Methods in felix.optimizer that return OperatorBucketGraph
 OperatorBucketGraph Scheduler.dataDecomposition(java.util.HashSet<StatOperator> ops, CostModel cm)
          Partition the data into different parts.
 OperatorBucketGraph Scheduler.getOperatorBucketGraph()
          Returns operator bucket graph.
 

Methods in felix.optimizer with parameters of type OperatorBucketGraph
 ExecutionPlan Scheduler.orderOperators(OperatorBucketGraph obg)
          Schedule the order of running the operators.