| Package | Description |
|---|---|
| org.graylog2.plugin | |
| org.graylog2.plugin.events.inputs | |
| org.graylog2.shared.inputs |
| Modifier and Type | Method and Description |
|---|---|
IOState<T> |
IOState.Factory.create(T stoppable) |
IOState<T> |
IOState.Factory.create(T stoppable,
IOState.Type state) |
| Modifier and Type | Method and Description |
|---|---|
abstract IOState<T> |
IOStateChangedEvent.changedState() |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Stoppable> |
IOStateChangedEvent.create(IOState.Type oldState,
IOState.Type newState,
IOState<K> changedEvent) |
| Modifier and Type | Method and Description |
|---|---|
IOState<MessageInput> |
InputRegistry.getInputState(String inputId) |
IOState<MessageInput> |
InputRegistry.getRunningInputState(String inputStateId) |
IOState<MessageInput> |
InputLauncher.launch(MessageInput input) |
IOState<MessageInput> |
InputRegistry.stop(MessageInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<IOState<MessageInput>> |
InputRegistry.getInputStates() |
Set<IOState<MessageInput>> |
InputRegistry.getRunningInputs() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InputLauncher.handleLaunchException(Throwable e,
IOState<MessageInput> inputState) |
boolean |
InputRegistry.remove(IOState<MessageInput> inputState) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.