Interface IWorkQueueStep<T>

    • Method Detail

      • getMainStep

        IPipelineStep getMainStep()
        Gets the main step wrapped by IWorkQueueStep
        Returns:
        the main step used as template by ICallableStep steps
      • getWorkQueueCount

        int getWorkQueueCount()
        Get the number of work queues defined for this step
        Returns:
        the number of work queue
      • setMainStep

        void setMainStep​(IPipelineStep step)
        Sets the main (template for all callabale steps) pipeline step MUST BE CALLED BEFORE init()
        Parameters:
        step - - the main step
      • setWorkQueueCount

        void setWorkQueueCount​(int workQueueCount)
        Set the work queue count MUST BE CALLED BEFORE init()
        Parameters:
        workQueueCount - - the number of step work queues