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.graylog2.bootstrap.preflight.web.resources
Constructors in org.graylog2.bootstrap.preflight.web.resources with parameters of type NodeService -
Uses of NodeService in org.graylog2.cluster
Classes in org.graylog2.cluster that implement NodeService -
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) NodePingThread(NodeService nodeService, HttpConfiguration httpConfiguration, ServerStatus serverStatus, LeaderElectionService leaderElectionService) -
Uses of NodeService in org.graylog2.rest.resources.cluster
Constructors in org.graylog2.rest.resources.cluster with parameters of type NodeServiceModifierConstructorDescriptionClusterDeflectorResource(javax.ws.rs.core.HttpHeaders httpHeaders, NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, ExecutorService executorService) ClusterInputStatesResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterJournalResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterLoadBalancerStatusResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterLoggersResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterLookupTableResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterMetricsResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService, com.github.joschi.jadconfig.util.Duration defaultCallTimeout) ClusterNodeMetricsResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterSystemJobResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService, JobResourceHandlerService jobResourceHandlerService, ServerStatus serverStatus) ClusterSystemPluginResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterSystemProcessingResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterSystemResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) ClusterSystemShutdownResource(NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, javax.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, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService) SupportBundleService(ExecutorService executor, NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, Path dataDir, ObjectMapperProvider objectMapperProvider, ClusterStatsService clusterStatsService, VersionProbe searchDbProbe, List<URI> searchDbHosts, ClusterAdapter searchDbClusterAdapter) -
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, javax.ws.rs.core.HttpHeaders httpHeaders, ExecutorService executorService)