Class TestPlanGenerator


  • public final class TestPlanGenerator
    extends java.lang.Object
    Generates physical plans for testing purposes.
    • Method Detail

      • generatePhysicalPlan

        public static PhysicalPlan generatePhysicalPlan​(TestPlanGenerator.PlanType planType,
                                                        boolean isPush)
                                                 throws java.lang.Exception
        Parameters:
        planType - type of the plan to generate.
        isPush - whether to use the push policy.
        Returns:
        the generated plan.
        Throws:
        java.lang.Exception - exception.