Uses of Interface
org.graylog2.cluster.NodeService
Packages that use NodeService
Package
Description
-
Uses of NodeService in org.graylog.events.event
Constructors in org.graylog.events.event with parameters of type NodeServiceModifierConstructorDescriptionEventProcessorEventFactory(de.huxhorn.sulky.ulid.ULID ulid, NodeService nodeService, NodeId nodeId) Deprecated. -
Uses of NodeService in org.graylog.plugins.views.search.rest
Constructors in org.graylog.plugins.views.search.rest with parameters of type NodeServiceModifierConstructorDescriptionSuggestionsResource(PermittedStreams permittedStreams, QuerySuggestionsService querySuggestionsService, MappedFieldTypesService mappedFieldTypesService, EntityTitleService entityTitleService, NodeService nodeService, LastUsedQueryStringsService lastUsedQueryStringsService, Configuration configuration) -
Uses of NodeService in org.graylog.plugins.views.search.rest.remote
Constructors in org.graylog.plugins.views.search.rest.remote with parameters of type NodeServiceModifierConstructorDescriptionSearchJobsStatusResource(jakarta.ws.rs.core.HttpHeaders httpHeaders, NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, ExecutorService executorService) -
Uses of NodeService in org.graylog.plugins.views.search.rest.scriptingapi.response.decorators
Constructors in org.graylog.plugins.views.search.rest.scriptingapi.response.decorators with parameters of type NodeService -
Uses of NodeService in org.graylog2.cluster
Classes in org.graylog2.cluster that implement NodeServiceModifier and TypeClassDescriptionclassDeprecated.This is left for compatibility reasons, delegating calls to org.graylog2.cluster.nodes.NodeService<ServerNodeEntity> -
Uses of NodeService in org.graylog2.periodical
Constructors in org.graylog2.periodical with parameters of type NodeServiceModifierConstructorDescriptionLeaderPresenceCheckPeriodical(Configuration configuration, NodeService nodeService, NotificationService notificationService, ActivityWriter activityWriter, ServerStatus serverStatus) -
Uses of NodeService in org.graylog2.rest.resources.cluster
Constructors in org.graylog2.rest.resources.cluster with parameters of type NodeServiceModifierConstructorDescriptionClusterDeflectorResource(jakarta.ws.rs.core.HttpHeaders httpHeaders, NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, ExecutorService executorService) ClusterInputStatesResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterJournalResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterLoadBalancerStatusResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterLoggersResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterLookupTableResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterMetricsResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService, com.github.joschi.jadconfig.util.Duration defaultCallTimeout) ClusterNodeMetricsResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterSystemJobResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService, JobResourceHandlerService jobResourceHandlerService, ServerStatus serverStatus) ClusterSystemPluginResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterSystemProcessingResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterSystemResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterSystemShutdownResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) Deprecated. -
Uses of NodeService in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type NodeServiceModifierConstructorDescriptionClusterResource(NodeService nodeService, ClusterConfigService clusterConfigService, NodeId nodeId) -
Uses of NodeService in org.graylog2.rest.resources.system.debug.bundle
Constructors in org.graylog2.rest.resources.system.debug.bundle with parameters of type NodeServiceModifierConstructorDescriptionSupportBundleClusterResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) SupportBundleService(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.rest.resources.system.processing
Constructors in org.graylog2.rest.resources.system.processing with parameters of type NodeServiceModifierConstructorDescriptionClusterProcessingStatusResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, jakarta.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService)