Uses of Interface
org.graylog.plugins.views.search.engine.GeneratedQueryContext
Packages that use GeneratedQueryContext
Package
Description
-
Uses of GeneratedQueryContext in org.graylog.plugins.views
Methods in org.graylog.plugins.views that return types with arguments of type GeneratedQueryContextModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,QueryBackend<? extends GeneratedQueryContext>> ViewsModule.queryBackendBinder(SearchVersion version) Method parameters in org.graylog.plugins.views with type arguments of type GeneratedQueryContextModifier and TypeMethodDescriptionprotected com.google.inject.binder.ScopedBindingBuilderViewsModule.registerQueryBackend(SearchVersion version, String name, Class<? extends QueryBackend<? extends GeneratedQueryContext>> implementation) -
Uses of GeneratedQueryContext in org.graylog.plugins.views.search.engine
Classes in org.graylog.plugins.views.search.engine with type parameters of type GeneratedQueryContextModifier and TypeInterfaceDescriptioninterfaceQueryBackend<T extends GeneratedQueryContext>A search backend that is capable of generating and executing search jobsMethods in org.graylog.plugins.views.search.engine with parameters of type GeneratedQueryContextModifier and TypeMethodDescriptiondefault QueryResultQueryBackend.run(SearchJob job, Query query, GeneratedQueryContext generatedQueryContext) Constructor parameters in org.graylog.plugins.views.search.engine with type arguments of type GeneratedQueryContextModifierConstructorDescriptionQueryEngine(QueryBackend<? extends GeneratedQueryContext> backend, Set<QueryMetadataDecorator> queryMetadataDecorators, QueryParser queryParser) -
Uses of GeneratedQueryContext in org.graylog.plugins.views.search.searchtypes.pivot
Methods in org.graylog.plugins.views.search.searchtypes.pivot with parameters of type GeneratedQueryContextModifier and TypeMethodDescriptionBucketSpecHandler.createAggregation(BucketSpecHandler.Direction direction, String name, Pivot pivot, BucketSpec pivotSpec, GeneratedQueryContext queryContext, Query query) default Optional<AGGREGATION_BUILDER>PivotSpecHandler.createAggregation(String name, PivotSpec pivotSpec, SearchTypeHandler searchTypeHandler, GeneratedQueryContext queryContext) default Optional<AGGREGATION_BUILDER>SeriesSpecHandler.createAggregation(String name, Pivot pivot, SeriesSpec seriesSpec, SearchTypeHandler searchTypeHandler, GeneratedQueryContext queryContext) default ObjectPivotSpecHandler.handleResult(PivotSpec pivotSpec, Object queryResult, Object aggregationResult, SearchTypeHandler searchTypeHandler, GeneratedQueryContext queryContext) default ObjectSeriesSpecHandler.handleResult(Pivot pivot, SeriesSpec seriesSpec, Object queryResult, Object aggregationResult, SearchTypeHandler searchTypeHandler, GeneratedQueryContext queryContext) -
Uses of GeneratedQueryContext in org.graylog2.storage.providers
Constructor parameters in org.graylog2.storage.providers with type arguments of type GeneratedQueryContextModifierConstructorDescriptionElasticsearchBackendProvider(SearchVersion version, Map<SearchVersion, javax.inject.Provider<QueryBackend<? extends GeneratedQueryContext>>> pluginBindings)