Uses of Class
org.graylog2.indexer.results.ResultMessage
Packages that use ResultMessage
Package
Description
-
Uses of ResultMessage in org.graylog.events.search
Methods in org.graylog.events.search that return types with arguments of type ResultMessageMethod parameters in org.graylog.events.search with type arguments of type ResultMessageModifier and TypeMethodDescriptionvoidMoreSearchAdapter.ScrollEventsCallback.accept(List<ResultMessage> results, AtomicBoolean requestContinue) voidMoreSearch.ScrollCallback.call(List<ResultMessage> messages, AtomicBoolean continueScrolling) This will be called with message batches from a scroll query.abstract MoreSearch.Result.BuilderMoreSearch.Result.Builder.results(List<ResultMessage> results) -
Uses of ResultMessage in org.graylog2.indexer.messages
Methods in org.graylog2.indexer.messages that return ResultMessageModifier and TypeMethodDescription -
Uses of ResultMessage in org.graylog2.indexer.results
Methods in org.graylog2.indexer.results that return ResultMessageModifier and TypeMethodDescriptionstatic ResultMessageResultMessage.createFromMessage(Message message) static ResultMessagestatic ResultMessageResultMessage.parseFromSource(String id, String index, Map<String, Object> message, Map<String, List<String>> highlight) Methods in org.graylog2.indexer.results that return types with arguments of type ResultMessageModifier and TypeMethodDescriptionprotected abstract List<ResultMessage>ChunkedQueryResult.collectMessagesFromResult(R result) SearchResult.getResults()ResultChunk.messages()Returns the value of themessagesrecord component.abstract List<ResultMessage>FieldStatsResult.searchHits()Method parameters in org.graylog2.indexer.results with type arguments of type ResultMessageModifier and TypeMethodDescriptionstatic FieldStatsResultFieldStatsResult.create(long count, double sum, double sumOfSquares, double mean, double min, double max, double variance, double stdDeviation, long cardinality, List<ResultMessage> hits, String originalQuery, String builtQuery, long tookMs) Constructor parameters in org.graylog2.indexer.results with type arguments of type ResultMessageModifierConstructorDescriptionSearchResult(List<ResultMessage> hits, long totalResults, Set<IndexRange> usedIndices, String originalQuery, String builtQuery, long tookMs) -
Uses of ResultMessage in org.graylog2.rest.resources.messages
Methods in org.graylog2.rest.resources.messages that return ResultMessage -
Uses of ResultMessage in org.graylog2.rest.resources.search
Method parameters in org.graylog2.rest.resources.search with type arguments of type ResultMessageModifier and TypeMethodDescriptionprotected List<ResultMessageSummary>SearchResource.resultMessageListtoValueList(List<ResultMessage> resultMessages)