@Internal public interface PipelineExecutorFactory
PipelineExecutor
based on a
provided Configuration
.Modifier and Type | Method and Description |
---|---|
PipelineExecutor |
getExecutor(Configuration configuration)
Instantiates an
PipelineExecutor compatible with the provided configuration. |
String |
getName()
Returns the name of the executor that this factory creates.
|
boolean |
isCompatibleWith(Configuration configuration)
Returns
true if this factory is compatible with the options in the provided
configuration, false otherwise. |
String getName()
boolean isCompatibleWith(Configuration configuration)
true
if this factory is compatible with the options in the provided
configuration, false
otherwise.PipelineExecutor getExecutor(Configuration configuration)
PipelineExecutor
compatible with the provided configuration.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.