Uses of Interface
org.graylog2.datanode.DataNodeCommandService
Packages that use DataNodeCommandService
Package
Description
-
Uses of DataNodeCommandService in org.graylog.plugins.views.storage.migration.state.actions
Constructors in org.graylog.plugins.views.storage.migration.state.actions with parameters of type DataNodeCommandServiceModifierConstructorDescriptionMigrationActionsImpl(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 DataNodeCommandService in org.graylog.security.rest
Constructors in org.graylog.security.rest with parameters of type DataNodeCommandServiceModifierConstructorDescriptionCertificateRenewalResource(DataNodeCommandService dataNodeCommandService) -
Uses of DataNodeCommandService in org.graylog2.bootstrap.preflight.web.resources
Constructors in org.graylog2.bootstrap.preflight.web.resources with parameters of type DataNodeCommandServiceModifierConstructorDescriptionPreflightResource(NodeService<DataNodeDto> nodeService, CaKeystore caKeystore, ClusterConfigService clusterConfigService, DataNodeCommandService dataNodeCommandService, DatanodeConnectivityCheck datanodeConnectivityCheck) -
Uses of DataNodeCommandService in org.graylog2.datanode
Classes in org.graylog2.datanode that implement DataNodeCommandService -
Uses of DataNodeCommandService in org.graylog2.rest.resources.datanodes
Constructors in org.graylog2.rest.resources.datanodes with parameters of type DataNodeCommandServiceModifierConstructorDescriptionprotectedDataNodeManagementResource(DataNodeCommandService dataNodeCommandService, NodeService<DataNodeDto> nodeService, CertRenewalService certRenewalService, Boolean runsWithDataNode, AuditEventSender auditEventSender, com.fasterxml.jackson.databind.ObjectMapper objectMapper)