Uses of Class
org.graylog2.rest.models.messages.responses.DecorationStats
Packages that use DecorationStats
Package
Description
-
Uses of DecorationStats in org.graylog.plugins.views.search.searchtypes
Methods in org.graylog.plugins.views.search.searchtypes that return types with arguments of type DecorationStatsModifier and TypeMethodDescriptionabstract Optional<DecorationStats>MessageList.Result.decorationStats()Methods in org.graylog.plugins.views.search.searchtypes with parameters of type DecorationStatsModifier and TypeMethodDescriptionabstract MessageList.Result.BuilderMessageList.Result.Builder.decorationStats(DecorationStats decorationStats) -
Uses of DecorationStats in org.graylog2.rest.models.messages.responses
Methods in org.graylog2.rest.models.messages.responses that return DecorationStatsModifier and TypeMethodDescriptionstatic DecorationStatsabstract DecorationStatsResultMessageSummary.decorationStats()Methods in org.graylog2.rest.models.messages.responses with parameters of type DecorationStatsModifier and TypeMethodDescriptionstatic ResultMessageSummaryResultMessageSummary.create(com.google.common.collect.Multimap<String, com.google.common.collect.Range<Integer>> highlightRanges, Map<String, Object> message, String index, DecorationStats decorationStats) abstract ResultMessageSummary.BuilderResultMessageSummary.Builder.decorationStats(DecorationStats decorationStats)