Uses of Enum Class
org.graylog2.plugin.IOState.Type
Packages that use IOState.Type
Package
Description
-
Uses of IOState.Type in org.graylog2.inputs
Methods in org.graylog2.inputs that return IOState.TypeMethods in org.graylog2.inputs with parameters of type IOState.TypeModifier and TypeMethodDescriptionvoidInput.setDesiredState(IOState.Type desiredState) voidInputImpl.setDesiredState(IOState.Type desiredState) -
Uses of IOState.Type in org.graylog2.plugin
Fields in org.graylog2.plugin declared as IOState.TypeMethods in org.graylog2.plugin that return IOState.TypeModifier and TypeMethodDescriptionIOState.getState()static IOState.TypeReturns the enum constant of this class with the specified name.static IOState.Type[]IOState.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.plugin with parameters of type IOState.TypeModifier and TypeMethodDescriptionIOState.Factory.create(T stoppable, IOState.Type state) voidIOState.setState(IOState.Type state) voidIOState.setState(IOState.Type state, String detailedMessage) Constructors in org.graylog2.plugin with parameters of type IOState.TypeModifierConstructorDescriptionIOState(com.google.common.eventbus.EventBus eventbus, T stoppable, IOState.Type state) -
Uses of IOState.Type in org.graylog2.plugin.events.inputs
Methods in org.graylog2.plugin.events.inputs that return IOState.TypeModifier and TypeMethodDescriptionabstract IOState.TypeIOStateChangedEvent.newState()abstract IOState.TypeIOStateChangedEvent.oldState()Methods in org.graylog2.plugin.events.inputs with parameters of type IOState.TypeModifier and TypeMethodDescriptionstatic <K extends Stoppable>
IOStateChangedEvent<K>IOStateChangedEvent.create(IOState.Type oldState, IOState.Type newState, IOState<K> changedEvent) -
Uses of IOState.Type in org.graylog2.plugin.inputs
Fields in org.graylog2.plugin.inputs declared as IOState.TypeMethods in org.graylog2.plugin.inputs that return IOState.TypeMethods in org.graylog2.plugin.inputs with parameters of type IOState.TypeModifier and TypeMethodDescriptionvoidMessageInput.setDesiredState(IOState.Type newDesiredState)