Uses of Interface
org.graylog.events.search.MoreSearch.ScrollCallback
Packages that use MoreSearch.ScrollCallback
-
Uses of MoreSearch.ScrollCallback in org.graylog.events.search
Methods in org.graylog.events.search with parameters of type MoreSearch.ScrollCallbackModifier and TypeMethodDescriptionvoidMoreSearch.scrollQuery(String queryString, Set<String> streams, Set<Parameter> queryParameters, TimeRange timeRange, int batchSize, MoreSearch.ScrollCallback resultCallback) This scrolls results for the given query, streams and time range from Elasticsearch.