Uses of Class
dstruct.OperatorBucketGraph

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

Uses of OperatorBucketGraph in optimizer
 

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

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