| Package | Description |
|---|---|
| org.graylog2.plugin | |
| org.graylog2.plugin.events.inputs |
| Modifier and Type | Field and Description |
|---|---|
protected IOState.Type |
IOState.state |
| Modifier and Type | Method and Description |
|---|---|
IOState.Type |
IOState.getState() |
static IOState.Type |
IOState.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOState.Type[] |
IOState.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IOState<T> |
IOState.Factory.create(T stoppable,
IOState.Type state) |
void |
IOState.setState(IOState.Type state) |
| Constructor and Description |
|---|
IOState(com.google.common.eventbus.EventBus eventbus,
T stoppable,
IOState.Type state) |
| Modifier and Type | Method and Description |
|---|---|
abstract IOState.Type |
IOStateChangedEvent.newState() |
abstract IOState.Type |
IOStateChangedEvent.oldState() |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Stoppable> |
IOStateChangedEvent.create(IOState.Type oldState,
IOState.Type newState,
IOState<K> changedEvent) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.