Uses of Interface
org.graylog2.featureflag.FeatureFlags
Packages that use FeatureFlags
Package
Description
-
Uses of FeatureFlags in org.graylog.plugins.views.search.rest.scriptingapi
Constructors in org.graylog.plugins.views.search.rest.scriptingapi with parameters of type FeatureFlags -
Uses of FeatureFlags in org.graylog2.bootstrap
Fields in org.graylog2.bootstrap declared as FeatureFlagsMethods in org.graylog2.bootstrap with parameters of type FeatureFlagsModifier and TypeMethodDescriptionprotected abstract List<com.google.inject.Module>CmdLineTool.getCommandBindings(FeatureFlags featureFlags) -
Uses of FeatureFlags in org.graylog2.commands
Methods in org.graylog2.commands with parameters of type FeatureFlagsModifier and TypeMethodDescriptionprotected List<com.google.inject.Module>Server.getCommandBindings(FeatureFlags featureFlags) -
Uses of FeatureFlags in org.graylog2.commands.journal
Methods in org.graylog2.commands.journal with parameters of type FeatureFlagsModifier and TypeMethodDescriptionprotected List<com.google.inject.Module>AbstractJournalCommand.getCommandBindings(FeatureFlags featureFlags) protected List<com.google.inject.Module>JournalDecode.getCommandBindings(FeatureFlags featureFlags) -
Uses of FeatureFlags in org.graylog2.featureflag
Methods in org.graylog2.featureflag that return FeatureFlagsModifier and TypeMethodDescriptionFeatureFlagsFactory.createImmutableFeatureFlags(String customPropertiesFile, com.codahale.metrics.MetricRegistry metricRegistry) FeatureFlagsFactory.createImmutableFeatureFlags(org.graylog2.featureflag.FeatureFlagsResources resources, String defaultPropertiesFile, String customPropertiesFile, com.codahale.metrics.MetricRegistry metricRegistry) -
Uses of FeatureFlags in org.graylog2.web.resources
Constructors in org.graylog2.web.resources with parameters of type FeatureFlagsModifierConstructorDescriptionAppConfigResource(Configuration configuration, HttpConfiguration httpConfiguration, com.floreysoft.jmte.Engine templateEngine, Map<String, PluginUISettingsProvider> settingsProviders, com.fasterxml.jackson.databind.ObjectMapper objectMapper, FeatureFlags featureFlags, TelemetryConfiguration telemetryConfiguration)