Class RemotePlanRunner.RemotePlanRunnerResult

    • Constructor Detail

      • RemotePlanRunnerResult

        public RemotePlanRunnerResult​(java.lang.String executionId,
                                      java.lang.String rootReportNodeId,
                                      ReportTreeAccessor reportTreeAccessor)
    • Method Detail

      • waitForExecutionToTerminate

        public PlanRunnerResult waitForExecutionToTerminate​(long timeout)
                                                     throws java.util.concurrent.TimeoutException,
                                                            java.lang.InterruptedException
        Description copied from class: PlanRunnerResult
        Wait for an the execution to terminate
        Overrides:
        waitForExecutionToTerminate in class PlanRunnerResult
        Parameters:
        timeout - the timeout in ms
        Returns:
        Throws:
        java.util.concurrent.TimeoutException
        java.lang.InterruptedException