Uses of Interface
org.graylog.plugins.views.search.engine.QueryStringDecorator
Packages that use QueryStringDecorator
-
Uses of QueryStringDecorator in org.graylog.plugins.views
Methods in org.graylog.plugins.views that return types with arguments of type QueryStringDecoratorModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.OptionalBinder<QueryStringDecorator>ViewsModule.esQueryDecoratorBinder()Method parameters in org.graylog.plugins.views with type arguments of type QueryStringDecoratorModifier and TypeMethodDescriptionprotected voidViewsModule.registerESQueryDecorator(Class<? extends QueryStringDecorator> esQueryDecorator) -
Uses of QueryStringDecorator in org.graylog.plugins.views.search.elasticsearch
Constructor parameters in org.graylog.plugins.views.search.elasticsearch with type arguments of type QueryStringDecoratorModifierConstructorDescriptionQueryStringDecorators(Optional<QueryStringDecorator> queryDecorators)