Uses of Interface
org.graylog2.bootstrap.preflight.PreflightConfigService
Packages that use PreflightConfigService
Package
Description
-
Uses of PreflightConfigService in org.graylog.plugins.views.storage.migration.state.actions
Constructors in org.graylog.plugins.views.storage.migration.state.actions with parameters of type PreflightConfigServiceModifierConstructorDescriptionMigrationActionsImpl(MigrationStateMachineContext stateMachineContext, ClusterConfigService clusterConfigService, NodeService<DataNodeDto> nodeService, CaKeystore caKeystore, DataNodeCommandService dataNodeCommandService, RemoteReindexingMigrationAdapter migrationService, ClusterProcessingControlFactory clusterProcessingControlFactory, PreflightConfigService preflightConfigService, com.codahale.metrics.MetricRegistry metricRegistry, DatanodeRestApiProxy datanodeProxy, ElasticsearchVersionProvider searchVersionProvider, List<URI> elasticsearchHosts, NotificationService notificationService, FeatureFlags featureFlags) -
Uses of PreflightConfigService in org.graylog2.bootstrap.preflight
Classes in org.graylog2.bootstrap.preflight that implement PreflightConfigServiceConstructors in org.graylog2.bootstrap.preflight with parameters of type PreflightConfigServiceModifierConstructorDescriptionPreflightJerseyService(HttpConfiguration httpConfiguration, Configuration localConfiguration, Set<Class<?>> systemRestResources, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.codahale.metrics.MetricRegistry metricRegistry, PreflightConfigService preflightConfigService) -
Uses of PreflightConfigService in org.graylog2.bootstrap.preflight.web
Constructors in org.graylog2.bootstrap.preflight.web with parameters of type PreflightConfigServiceModifierConstructorDescriptionPreflightBoot(boolean isFreshInstallation, List<URI> hosts, PreflightConfigService preflightConfigServiceIf, Configuration configuration) -
Uses of PreflightConfigService in org.graylog2.bootstrap.preflight.web.resources
Constructors in org.graylog2.bootstrap.preflight.web.resources with parameters of type PreflightConfigServiceModifierConstructorDescriptionPreflightStatusResource(PreflightConfigService preflightConfigService) -
Uses of PreflightConfigService in org.graylog2.configuration
Constructors in org.graylog2.configuration with parameters of type PreflightConfigServiceModifierConstructorDescriptionIndexerDiscoveryProvider(List<URI> hosts, int connectionAttempts, com.github.joschi.jadconfig.util.Duration delayBetweenAttempts, PreflightConfigService preflightConfigService, NodeService<DataNodeDto> nodeService, GraylogCertificateProvisioner graylogCertificateProvisioner) RunsWithDataNodeDiscoveryProvider(PreflightConfigService preflightConfigService, NodeService<DataNodeDto> nodeService)