public class InMemoryPipelineService extends Object implements PipelineService
| Constructor and Description |
|---|
InMemoryPipelineService(ClusterEventBus clusterBus) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String id) |
PipelineDao |
load(String id) |
Collection<PipelineDao> |
loadAll() |
PipelineDao |
loadByName(String name) |
PipelineDao |
save(PipelineDao pipeline) |
@Inject public InMemoryPipelineService(ClusterEventBus clusterBus)
public PipelineDao save(PipelineDao pipeline)
save in interface PipelineServicepublic PipelineDao load(String id) throws NotFoundException
load in interface PipelineServiceNotFoundExceptionpublic PipelineDao loadByName(String name) throws NotFoundException
loadByName in interface PipelineServiceNotFoundExceptionpublic Collection<PipelineDao> loadAll()
loadAll in interface PipelineServicepublic void delete(String id)
delete in interface PipelineServiceCopyright © 2012–2021 Graylog, Inc.. All rights reserved.