Uses of Interface
org.graylog.plugins.views.search.engine.QueryBackend
Packages that use QueryBackend
Package
Description
-
Uses of QueryBackend in org.graylog.plugins.views
Methods in org.graylog.plugins.views that return types with arguments of type QueryBackendModifier 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 QueryBackendModifier and TypeMethodDescriptionprotected com.google.inject.binder.ScopedBindingBuilderViewsModule.registerQueryBackend(SearchVersion version, String name, Class<? extends QueryBackend<? extends GeneratedQueryContext>> implementation) -
Uses of QueryBackend in org.graylog.plugins.views.search.engine
Constructors in org.graylog.plugins.views.search.engine with parameters of type QueryBackendModifierConstructorDescriptionQueryEngine(QueryBackend<? extends GeneratedQueryContext> backend, Set<QueryMetadataDecorator> queryMetadataDecorators, QueryParser queryParser) -
Uses of QueryBackend in org.graylog2.storage.providers
Constructor parameters in org.graylog2.storage.providers with type arguments of type QueryBackendModifierConstructorDescriptionElasticsearchBackendProvider(SearchVersion version, Map<SearchVersion, javax.inject.Provider<QueryBackend<? extends GeneratedQueryContext>>> pluginBindings)