Uses of Record Class
org.graylog.plugins.views.search.rest.scriptingapi.response.TabularResponse
Packages that use TabularResponse
Package
Description
-
Uses of TabularResponse in org.graylog.plugins.views.search.rest.scriptingapi
Methods in org.graylog.plugins.views.search.rest.scriptingapi that return TabularResponseModifier and TypeMethodDescriptionScriptingApiResource.executeQuery(@Valid AggregationRequestSpec aggregationRequestSpec, SearchUser searchUser) ScriptingApiResource.executeQuery(@Valid MessagesRequestSpec messagesRequestSpec, SearchUser searchUser) ScriptingApiResource.executeQuery(String query, Set<String> streams, String timerangeKeyword, List<String> fields, String sort, SortSpec.Direction sortOrder, int from, int size, SearchUser searchUser) ScriptingApiResource.executeQuery(String query, Set<String> streams, String timerangeKeyword, List<String> groups, List<String> metrics, SearchUser searchUser) -
Uses of TabularResponse in org.graylog.plugins.views.search.rest.scriptingapi.mapping
Methods in org.graylog.plugins.views.search.rest.scriptingapi.mapping that return TabularResponseModifier and TypeMethodDescriptionAggregationTabularResponseCreator.mapToResponse(AggregationRequestSpec searchRequestSpec, SearchJob searchJob) MessagesTabularResponseCreator.mapToResponse(MessagesRequestSpec messagesRequestSpec, SearchJob searchJob, SearchUser searchUser) -
Uses of TabularResponse in org.graylog.plugins.views.search.rest.scriptingapi.response.writers
Methods in org.graylog.plugins.views.search.rest.scriptingapi.response.writers with parameters of type TabularResponseModifier and TypeMethodDescriptionvoidTabularResponseWriter.writeTo(TabularResponse tabularResponse, Class<?> aClass, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> multivaluedMap, OutputStream outputStream)