Uses of Class
org.graylog2.cluster.NodeNotFoundException
Packages that use NodeNotFoundException
Package
Description
-
Uses of NodeNotFoundException in org.graylog2.cluster
Methods in org.graylog2.cluster that throw NodeNotFoundExceptionModifier and TypeMethodDescriptionvoidNodeService.markAsAlive(NodeId node, boolean isLeader, URI restTransportAddress) voidNodeServiceImpl.markAsAlive(NodeId node, boolean isLeader, URI restTransportAddress) Mark this node as alive and probably update some settings that may have changed since last server boot. -
Uses of NodeNotFoundException in org.graylog2.periodical
Methods in org.graylog2.periodical that throw NodeNotFoundExceptionModifier and TypeMethodDescriptionprotected NotificationClusterHealthCheckThread.getNotification() -
Uses of NodeNotFoundException in org.graylog2.rest.resources.cluster
Methods in org.graylog2.rest.resources.cluster that throw NodeNotFoundExceptionModifier and TypeMethodDescriptionClusterNodeMetricsResource.byNamespace(String nodeId, String namespace) ClusterSystemJobResource.list(UserContext userContext) ClusterNodeMetricsResource.metricNames(String nodeId) ClusterNodeMetricsResource.multipleMetrics(String nodeId, @Valid @NotNull MetricsReadRequest request) voidvoidClusterSystemResource.processBufferDump(String nodeId) voidvoidClusterLoggersResource.setSubsystemLoggerLevel(@NotEmpty String nodeId, @NotEmpty String subsystemTitle, @NotEmpty String level) voidDeprecated.ClusterSystemResource.threadDump(String nodeId) Constructors in org.graylog2.rest.resources.cluster that throw NodeNotFoundExceptionModifierConstructorDescriptionClusterJournalResource(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) 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 NodeNotFoundException in org.graylog2.rest.resources.system
Methods in org.graylog2.rest.resources.system that throw NodeNotFoundException