Package com.lucidworks.apollo.pipeline
Interface PipelineManager<M>
- All Known Implementing Classes:
AbstractPipelineManager
public interface PipelineManager<M>
-
Method Summary
Modifier and TypeMethodDescriptionvoidfinalizeJob(String pipelineId) getOrCreatePipeline(String pipelineId) Return the current pipeline instance for the given id, or create onegetOrCreatePipeline(String pipelineId, Map<String, String> initialProperties) Deprecated.getPipeline(String pipelineId) Return the current pipeline instance for the given id, if it exists
-
Method Details
-
getPipeline
Return the current pipeline instance for the given id, if it exists- Parameters:
pipelineId-
-
getOrCreatePipeline
Return the current pipeline instance for the given id, or create one- Parameters:
pipelineId-- Returns:
-
getOrCreatePipeline
@Deprecated Pipeline<M> getOrCreatePipeline(String pipelineId, Map<String, String> initialProperties) Deprecated.Return the current pipeline instance for the given id, or create one- Parameters:
pipelineId-initialProperties- - not used- Returns:
-
finalizeJob
-