Uses of Interface
org.graylog2.cluster.nodes.NodeService
Packages that use NodeService
Package
Description
-
Uses of NodeService in org.graylog.plugins.views.storage.migration.state.actions
Constructors in org.graylog.plugins.views.storage.migration.state.actions with parameters of type NodeServiceModifierConstructorDescriptionMigrationActionsImpl(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 NodeService in org.graylog.security.certutil
Constructors in org.graylog.security.certutil with parameters of type NodeServiceModifierConstructorDescriptionCertRenewalServiceImpl(ClusterConfigService clusterConfigService, NodeService<DataNodeDto> nodeService, NotificationService notificationService, DBJobTriggerService jobTriggerService, JobSchedulerClock clock, CaKeystore caKeystore) Deprecated. -
Uses of NodeService in org.graylog2.bootstrap.preflight.web.resources
Constructors in org.graylog2.bootstrap.preflight.web.resources with parameters of type NodeServiceModifierConstructorDescriptionPreflightResource(NodeService<DataNodeDto> nodeService, CaKeystore caKeystore, ClusterConfigService clusterConfigService, DataNodeCommandService dataNodeCommandService, DatanodeConnectivityCheck datanodeConnectivityCheck) -
Uses of NodeService in org.graylog2.cluster
Constructors in org.graylog2.cluster with parameters of type NodeService -
Uses of NodeService in org.graylog2.cluster.nodes
Classes in org.graylog2.cluster.nodes that implement NodeServiceModifier and TypeClassDescriptionclassAbstractNodeService<T extends AbstractNode<? extends NodeDto>,DTO extends NodeDto> classclass -
Uses of NodeService in org.graylog2.configuration
Constructors in org.graylog2.configuration with parameters of type NodeServiceModifierConstructorDescriptionIndexerDiscoveryProvider(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) -
Uses of NodeService in org.graylog2.datanode
Constructors in org.graylog2.datanode with parameters of type NodeServiceModifierConstructorDescriptionDataNodeCommandServiceImpl(ClusterEventBus clusterEventBus, NodeService<DataNodeDto> nodeService, com.google.common.eventbus.EventBus eventBus) -
Uses of NodeService in org.graylog2.periodical
Constructors in org.graylog2.periodical with parameters of type NodeServiceModifierConstructorDescriptionDataNodeHousekeepingPeriodical(NodeService<DataNodeDto> nodeService) NodePingThread(NodeService<ServerNodeDto> nodeService, HttpConfiguration httpConfiguration, ServerStatus serverStatus, LeaderElectionService leaderElectionService) -
Uses of NodeService in org.graylog2.rest.resources.datanodes
Constructors in org.graylog2.rest.resources.datanodes with parameters of type NodeServiceModifierConstructorDescriptionprotectedDataNodeManagementResource(DataNodeCommandService dataNodeCommandService, NodeService<DataNodeDto> nodeService, CertRenewalService certRenewalService, Boolean runsWithDataNode, AuditEventSender auditEventSender, com.fasterxml.jackson.databind.ObjectMapper objectMapper) DatanodeResolver(NodeService<DataNodeDto> nodeService) DatanodeRestApiProxy(IndexerJwtAuthTokenProvider authTokenProvider, NodeService<DataNodeDto> nodeService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, DatanodeResolver datanodeResolver, okhttp3.OkHttpClient okHttpClient, com.github.joschi.jadconfig.util.Duration defaultProxyTimeout) -
Uses of NodeService in org.graylog2.rest.resources.system.debug.bundle
Constructors in org.graylog2.rest.resources.system.debug.bundle with parameters of type NodeServiceModifierConstructorDescriptionSupportBundleService(ExecutorService executor, NodeService nodeService, NodeService<DataNodeDto> datanodeService, RemoteInterfaceProvider remoteInterfaceProvider, Path dataDir, ObjectMapperProvider objectMapperProvider, ClusterStatsService clusterStatsService, VersionProbe searchDbProbe, List<URI> searchDbHosts, ClusterAdapter searchDbClusterAdapter, DatanodeRestApiProxy datanodeProxy, RemoteReindexingMigrationAdapter migrationService) -
Uses of NodeService in org.graylog2.system.processing.control
Fields in org.graylog2.system.processing.control declared as NodeServiceModifier and TypeFieldDescriptionprotected final NodeService<ServerNodeDto>ClusterProcessingControl.nodeServiceprotected final NodeService<ServerNodeDto>ClusterProcessingControlFactory.nodeServiceConstructors in org.graylog2.system.processing.control with parameters of type NodeServiceModifierConstructorDescriptionClusterProcessingControl(String authorizationToken, RemoteInterfaceProvider remoteInterfaceProvider, NodeService<ServerNodeDto> nodeService, com.github.joschi.jadconfig.util.Duration connectionTimeout, com.github.joschi.jadconfig.util.Duration bufferDrainInterval, int maxBufferDrainRetries) ClusterProcessingControlFactory(RemoteInterfaceProvider remoteInterfaceProvider, NodeService<ServerNodeDto> nodeService, com.github.joschi.jadconfig.util.Duration connectionTimeout, com.github.joschi.jadconfig.util.Duration bufferDrainInterval, int maxBufferDrainRetries) -
Uses of NodeService in org.graylog2.telemetry.rest
Constructors in org.graylog2.telemetry.rest with parameters of type NodeServiceModifierConstructorDescriptionTelemetryService(boolean isTelemetryEnabled, TrafficCounterService trafficCounterService, TelemetryEnterpriseDataProvider enterpriseDataProvider, UserService userService, Set<PluginMetaData> pluginMetaDataSet, ClusterAdapter elasticClusterAdapter, SearchVersion elasticsearchVersion, org.graylog2.telemetry.rest.TelemetryResponseFactory telemetryResponseFactory, DBTelemetryUserSettingsService dbTelemetryUserSettingsService, com.google.common.eventbus.EventBus eventBus, TelemetryClusterService telemetryClusterService, String installationSource, NodeService<DataNodeDto> nodeService, boolean runsWithDatanode)