Interface ExecutionContext

    • Method Detail

      • getBroadcast

        <T> java.util.Collection<T> getBroadcast​(java.lang.String name)
        Accesses a broadcast.
        Type Parameters:
        T - type of the broadcast
        Parameters:
        name - name of the broadcast
        Returns:
        the broadcast
      • getCurrentIteration

        int getCurrentIteration()
        If this instance reflects the state of execution inside of a LoopSubplan, then retrieve the number of the current iteration.
        Returns:
        the iteration number, start at 0, or -1 if there is no surrounding LoopSubplan