Package | Description |
---|---|
com.sun.electric.tool.util.concurrent.runtime.pipeline |
Modifier and Type | Method and Description |
---|---|
static PipelineRuntime.PipelineWorkerStrategyType |
PipelineRuntime.PipelineWorkerStrategyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PipelineRuntime.PipelineWorkerStrategyType[] |
PipelineRuntime.PipelineWorkerStrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <Input,Output> |
PipelineRuntime.createPipelineWorker(PipelineRuntime.PipelineWorkerStrategyType type,
PipelineRuntime.Stage<Input,Output> stage,
PipelineRuntime.StageImpl<Input,Output> impl) |