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