Uses of Class
org.graylog2.rest.resources.datanodes.DatanodeRestApiProxy
Packages that use DatanodeRestApiProxy
Package
Description
-
Uses of DatanodeRestApiProxy in org.graylog.plugins.views.storage.migration.state.actions
Constructors in org.graylog.plugins.views.storage.migration.state.actions with parameters of type DatanodeRestApiProxyModifierConstructorDescriptionMigrationActionsImpl(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 DatanodeRestApiProxy in org.graylog2.rest.resources.datanodes
Constructors in org.graylog2.rest.resources.datanodes with parameters of type DatanodeRestApiProxyModifierConstructorDescriptionDataNodeRestApiProxyResource(DatanodeRestApiProxy proxyRequestAdapter, boolean enableAllowlist) -
Uses of DatanodeRestApiProxy in org.graylog2.rest.resources.system.debug.bundle
Constructors in org.graylog2.rest.resources.system.debug.bundle with parameters of type DatanodeRestApiProxyModifierConstructorDescriptionSupportBundleService(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)