T - - return type of ICallableStep, i.e. Event, SortableEventpublic interface IWorkQueueStep<T> extends IPipelineStep
| Modifier and Type | Method and Description |
|---|---|
LinkedList<ICallableStep<T>> |
getCallableSteps()
Gets the list of
ICallableStep based on the main or template step. |
IPipelineStep |
getMainStep()
Gets the main step wrapped by IWorkQueueStep
|
int |
getWorkQueueCount()
Get the number of work queues defined for this step
|
void |
init()
Used when the empty constructor is called
|
void |
setMainStep(IPipelineStep step)
Sets the main (template for all callabale steps) pipeline step
MUST BE CALLED BEFORE init()
|
void |
setWorkQueueCount(int workQueueCount)
Set the work queue count
MUST BE CALLED BEFORE init()
|
cancel, destroy, getDescription, getHelpLocation, getName, getParameters, getSourceLocale, getTargetLocale, handleEvent, isDone, isLastOutputStep, setLastOutputStep, setParameters, setSourceLocale, setTargetLocaleIPipelineStep getMainStep()
ICallableStep stepsLinkedList<ICallableStep<T>> getCallableSteps()
ICallableStep based on the main or template step.ICallableStep stepsint getWorkQueueCount()
void init() throws InstantiationException, IllegalAccessException
InstantiationException - when we fail to create an instance..IllegalAccessException - when trying to create an instance but don't have the right.void setMainStep(IPipelineStep step)
step - - the main stepvoid setWorkQueueCount(int workQueueCount)
workQueueCount - - the number of step work queuesCopyright © 2021. All rights reserved.