Uses of Annotation Interface
org.graylog2.configuration.RunsWithDataNode
Packages that use RunsWithDataNode
Package
Description
-
Uses of RunsWithDataNode in org.graylog2.migrations
Constructor parameters in org.graylog2.migrations with annotations of type RunsWithDataNodeModifierConstructorDescriptionV20240927120300_DataNodeMigrationIndexSet(Boolean runsWithDataNode, MigrationStateMachine migrationStateMachine, IndexSetRegistry indexSetRegistry, Indices indices) -
Uses of RunsWithDataNode in org.graylog2.rest.resources.datanodes
Constructor parameters in org.graylog2.rest.resources.datanodes with annotations of type RunsWithDataNodeModifierConstructorDescriptionprotectedDataNodeManagementResource(DataNodeCommandService dataNodeCommandService, NodeService<DataNodeDto> nodeService, CertRenewalService certRenewalService, Boolean runsWithDataNode, AuditEventSender auditEventSender, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of RunsWithDataNode in org.graylog2.storage.versionprobe
Constructor parameters in org.graylog2.storage.versionprobe with annotations of type RunsWithDataNodeModifierConstructorDescriptionVersionProbe(com.fasterxml.jackson.databind.ObjectMapper objectMapper, okhttp3.OkHttpClient okHttpClient, int elasticsearchVersionProbeAttempts, com.github.joschi.jadconfig.util.Duration elasticsearchVersionProbeDelay, Boolean runsWithDataNode, boolean opensearchUseJwtAuthentication, IndexerJwtAuthTokenProvider indexerJwtAuthTokenProvider) -
Uses of RunsWithDataNode in org.graylog2.telemetry.rest
Constructor parameters in org.graylog2.telemetry.rest with annotations of type RunsWithDataNodeModifierConstructorDescriptionTelemetryService(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)