29303132333435
*/ public class WholeGraphRulePartitioner extends RulePartitioner { protected WholeGraphRulePartitioner( PlanPhase phase ) { super( phase, PartitionSource.PartitionParent, new WholeGraphPartitioner() ); }