Uses of Interface
org.graylog.plugins.views.search.export.ExportBackend
Packages that use ExportBackend
Package
Description
-
Uses of ExportBackend in org.graylog.plugins.views
Methods in org.graylog.plugins.views that return types with arguments of type ExportBackendModifier and TypeMethodDescriptionprotected com.google.inject.binder.LinkedBindingBuilder<ExportBackend>ViewsModule.bindExportBackend(SearchVersion supportedVersion) -
Uses of ExportBackend in org.graylog.plugins.views.providers
Constructor parameters in org.graylog.plugins.views.providers with type arguments of type ExportBackendModifierConstructorDescriptionExportBackendProvider(SearchVersion version, Map<SearchVersion, javax.inject.Provider<ExportBackend>> pluginBindings) -
Uses of ExportBackend in org.graylog.plugins.views.search.export
Constructors in org.graylog.plugins.views.search.export with parameters of type ExportBackendModifierConstructorDescriptionDecoratingMessagesExporter(ExportBackend backend, ChunkDecorator chunkDecorator)