Uses of Class
org.graylog2.cluster.NodeNotFoundException
Packages that use NodeNotFoundException
Package
Description
-
Uses of NodeNotFoundException in org.graylog.security.rest
Methods in org.graylog.security.rest that throw NodeNotFoundExceptionModifier and TypeMethodDescriptionvoidCertificateRenewalResource.initiateCertRenewalForNode(String nodeID) -
Uses of NodeNotFoundException in org.graylog2.cluster
Methods in org.graylog2.cluster that throw NodeNotFoundException -
Uses of NodeNotFoundException in org.graylog2.cluster.nodes
Methods in org.graylog2.cluster.nodes that throw NodeNotFoundExceptionModifier and TypeMethodDescriptionvoidAbstractNodeService.markAsAlive(NodeDto dto) Mark this node as alive and probably update some settings that may have changed since last server boot.voidNodeService.markAsAlive(NodeDto dto) -
Uses of NodeNotFoundException in org.graylog2.datanode
Methods in org.graylog2.datanode that throw NodeNotFoundExceptionModifier and TypeMethodDescriptionDataNodeCommandService.removeNode(String nodeId) DataNodeCommandServiceImpl.removeNode(String nodeId) DataNodeCommandService.triggerCertificateSigningRequest(String nodeId, DatanodeStartType startType) DataNodeCommandServiceImpl.triggerCertificateSigningRequest(String nodeId, DatanodeStartType startType) -
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, 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) 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 NodeNotFoundException in org.graylog2.rest.resources.system
Methods in org.graylog2.rest.resources.system that throw NodeNotFoundException