Uses of Class
org.graylog2.rest.models.system.inputs.responses.InputStateSummary
Packages that use InputStateSummary
Package
Description
-
Uses of InputStateSummary in org.graylog2.rest.models.system.inputs.responses
Methods in org.graylog2.rest.models.system.inputs.responses that return InputStateSummaryModifier and TypeMethodDescriptionstatic InputStateSummaryInputStateSummary.create(String id, String state, org.joda.time.DateTime startedAt, String detailedMessage, InputSummary messageInput) Methods in org.graylog2.rest.models.system.inputs.responses that return types with arguments of type InputStateSummaryMethod parameters in org.graylog2.rest.models.system.inputs.responses with type arguments of type InputStateSummaryModifier and TypeMethodDescriptionstatic InputStatesListInputStatesList.create(Set<InputStateSummary> states) -
Uses of InputStateSummary in org.graylog2.rest.resources.cluster
Methods in org.graylog2.rest.resources.cluster that return types with arguments of type InputStateSummary -
Uses of InputStateSummary in org.graylog2.rest.resources.system.inputs
Methods in org.graylog2.rest.resources.system.inputs that return InputStateSummary