Uses of Class
org.graylog2.rest.models.messages.responses.ResultMessageSummary
Packages that use ResultMessageSummary
Package
Description
-
Uses of ResultMessageSummary in org.graylog.plugins.pipelineprocessor.rest
Methods in org.graylog.plugins.pipelineprocessor.rest that return types with arguments of type ResultMessageSummaryModifier and TypeMethodDescriptionabstract List<ResultMessageSummary>SimulationResponse.messages()Method parameters in org.graylog.plugins.pipelineprocessor.rest with type arguments of type ResultMessageSummaryModifier and TypeMethodDescriptionstatic SimulationResponseSimulationResponse.create(List<ResultMessageSummary> messages, List<PipelineInterpreterTrace> simulationTrace, long tookMicroseconds) abstract SimulationResponse.BuilderSimulationResponse.Builder.messages(List<ResultMessageSummary> messages) -
Uses of ResultMessageSummary in org.graylog.plugins.views.search.searchtypes
Methods in org.graylog.plugins.views.search.searchtypes that return types with arguments of type ResultMessageSummaryModifier and TypeMethodDescriptionabstract List<ResultMessageSummary>MessageList.Result.messages()Method parameters in org.graylog.plugins.views.search.searchtypes with type arguments of type ResultMessageSummaryModifier and TypeMethodDescriptionabstract MessageList.Result.BuilderMessageList.Result.Builder.messages(List<ResultMessageSummary> messages) -
Uses of ResultMessageSummary in org.graylog2.rest.models.messages.responses
Methods in org.graylog2.rest.models.messages.responses that return ResultMessageSummaryModifier and TypeMethodDescriptionabstract ResultMessageSummaryResultMessageSummary.Builder.build()static ResultMessageSummaryResultMessageSummary.create(com.google.common.collect.Multimap<String, com.google.common.collect.Range<Integer>> highlightRanges, Map<String, Object> message, String index) static ResultMessageSummaryResultMessageSummary.create(com.google.common.collect.Multimap<String, com.google.common.collect.Range<Integer>> highlightRanges, Map<String, Object> message, String index, DecorationStats decorationStats) -
Uses of ResultMessageSummary in org.graylog2.rest.resources.search
Methods in org.graylog2.rest.resources.search that return types with arguments of type ResultMessageSummaryModifier and TypeMethodDescriptionprotected List<ResultMessageSummary>SearchResource.resultMessageListtoValueList(List<ResultMessage> resultMessages) -
Uses of ResultMessageSummary in org.graylog2.rest.resources.search.responses
Methods in org.graylog2.rest.resources.search.responses that return types with arguments of type ResultMessageSummaryMethod parameters in org.graylog2.rest.resources.search.responses with type arguments of type ResultMessageSummaryModifier and TypeMethodDescriptionstatic SearchResponseSearchResponse.create(String query, String builtQuery, Set<IndexRangeSummary> usedIndices, List<ResultMessageSummary> messages, Set<String> fields, long time, long totalResults, org.joda.time.DateTime from, org.joda.time.DateTime to) abstract SearchResponse.BuilderSearchResponse.Builder.messages(List<ResultMessageSummary> messages)