public class IngestService
extends java.lang.Object
implements java.io.Closeable
| Constructor and Description |
|---|
IngestService(Settings settings,
ThreadPool threadPool,
ProcessorsRegistry.Builder processorsRegistryBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
PipelineExecutionService |
getPipelineExecutionService() |
PipelineStore |
getPipelineStore() |
IngestInfo |
info() |
void |
setScriptService(ScriptService scriptService) |
public IngestService(Settings settings, ThreadPool threadPool, ProcessorsRegistry.Builder processorsRegistryBuilder)
public PipelineStore getPipelineStore()
public PipelineExecutionService getPipelineExecutionService()
public void setScriptService(ScriptService scriptService)
public IngestInfo info()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException