public interface MoreSearchAdapter
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MoreSearchAdapter.ScrollEventsCallback |
| Modifier and Type | Method and Description |
|---|---|
MoreSearch.Result |
eventSearch(String queryString,
TimeRange timerange,
Set<String> affectedIndices,
Sorting sorting,
int page,
int perPage,
Set<String> eventStreams,
String filterString,
Set<String> forbiddenSourceStreams) |
void |
scrollEvents(String queryString,
TimeRange timeRange,
Set<String> affectedIndices,
Set<String> streams,
String scrollTime,
int batchSize,
MoreSearchAdapter.ScrollEventsCallback resultCallback) |
MoreSearch.Result eventSearch(String queryString, TimeRange timerange, Set<String> affectedIndices, Sorting sorting, int page, int perPage, Set<String> eventStreams, String filterString, Set<String> forbiddenSourceStreams)
void scrollEvents(String queryString, TimeRange timeRange, Set<String> affectedIndices, Set<String> streams, String scrollTime, int batchSize, MoreSearchAdapter.ScrollEventsCallback resultCallback) throws EventProcessorException
EventProcessorExceptionCopyright © 2012–2021 Graylog, Inc.. All rights reserved.