public class PersistedInputsImpl extends Object implements PersistedInputs
| Constructor and Description |
|---|
PersistedInputsImpl(InputService inputService,
ServerStatus serverStatus) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(MessageInput e) |
MessageInput |
get(String id) |
Iterator<MessageInput> |
iterator() |
boolean |
remove(Object o) |
@Inject public PersistedInputsImpl(InputService inputService, ServerStatus serverStatus)
public Iterator<MessageInput> iterator()
iterator in interface Iterable<MessageInput>public MessageInput get(String id)
get in interface PersistedInputspublic boolean add(MessageInput e)
add in interface PersistedInputspublic boolean remove(Object o)
remove in interface PersistedInputsCopyright © 2012-2015 Graylog, Inc.. All Rights Reserved.