Uses of Record Class
org.graylog.plugins.views.search.ExplainResults.IndexRangeResult
Packages that use ExplainResults.IndexRangeResult
-
Uses of ExplainResults.IndexRangeResult in org.graylog.plugins.views.search
Methods in org.graylog.plugins.views.search that return ExplainResults.IndexRangeResultModifier and TypeMethodDescriptionExplainResults.IndexRangeResult.fromIndexRange(IndexRange indexRange, Collection<String> streamNames) Methods in org.graylog.plugins.views.search that return types with arguments of type ExplainResults.IndexRangeResultModifier and TypeMethodDescriptionExplainResults.ExplainResult.searchedIndexRanges()Returns the value of thesearchedIndexRangesrecord component.Constructor parameters in org.graylog.plugins.views.search with type arguments of type ExplainResults.IndexRangeResultModifierConstructorDescriptionExplainResult(String queryString, Set<ExplainResults.IndexRangeResult> searchedIndexRanges) Creates an instance of aExplainResultrecord class. -
Uses of ExplainResults.IndexRangeResult in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return types with arguments of type ExplainResults.IndexRangeResultModifier and TypeMethodDescriptionabstract Set<ExplainResults.IndexRangeResult>ValidationResponseDTO.Context.searchedIndexRanges()Method parameters in org.graylog.plugins.views.search.rest with type arguments of type ExplainResults.IndexRangeResultModifier and TypeMethodDescriptionValidationResponseDTO.Context.create(Optional<TimeRange> searchedTimeRange, Set<ExplainResults.IndexRangeResult> searchedIndexRanges, Set<DataRoutedStream> dataRoutedStreams) static ValidationResponseDTOValidationResponseDTO.create(ValidationStatusDTO status, List<ValidationMessageDTO> explanations, Set<ExplainResults.IndexRangeResult> searchedIndexRanges, Set<DataRoutedStream> dataRoutedStreams, Optional<TimeRange> searchedTimeRange)