Package | Description |
---|---|
com.sun.electric.tool.util.concurrent.runtime.pipeline |
Modifier and Type | Class and Description |
---|---|
class |
SimplePipelineWorker<Input,Output> |
Modifier and Type | Method and Description |
---|---|
static <Input,Output> |
PipelineRuntime.createPipelineWorker(PipelineRuntime.PipelineWorkerStrategyType type,
PipelineRuntime.Stage<Input,Output> stage,
PipelineRuntime.StageImpl<Input,Output> impl) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PipelineWorkerStrategy> |
PipelineRuntime.Stage.getWorkers() |
Modifier and Type | Method and Description |
---|---|
void |
PipelineRuntime.Stage.setWorkers(java.util.List<PipelineWorkerStrategy> workers) |