Class ValidationResponseDTO.Context
java.lang.Object
org.graylog.plugins.views.search.rest.ValidationResponseDTO.Context
- Enclosing class:
- ValidationResponseDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(Optional<TimeRange> searchedTimeRange, Set<ExplainResults.IndexRangeResult> searchedIndexRanges, Set<DataRoutedStream> dataRoutedStreams) abstract Set<DataRoutedStream>abstract Set<ExplainResults.IndexRangeResult>
-
Field Details
-
SEARCHED_INDEX_RANGES
- See Also:
-
DATA_ROUTED_STREAMS
- See Also:
-
SEARCHED_TIME_RANGE
- See Also:
-
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
create
public static ValidationResponseDTO.Context create(Optional<TimeRange> searchedTimeRange, Set<ExplainResults.IndexRangeResult> searchedIndexRanges, Set<DataRoutedStream> dataRoutedStreams) -
searchedTimeRange
-
searchedIndexRanges
-
dataRoutedStreams
-