Package org.graylog2.datanode
Interface DataNodeCommandService
- All Known Implementing Classes:
DataNodeCommandServiceImpl
public interface DataNodeCommandService
-
Method Summary
Modifier and TypeMethodDescriptionremoveNode(String nodeId) triggerCertificateSigningRequest(String nodeId, DatanodeStartType startType)
-
Method Details
-
removeNode
- Throws:
NodeNotFoundException
-
resetNode
- Throws:
NodeNotFoundException
-
stopNode
- Throws:
NodeNotFoundException
-
startNode
- Throws:
NodeNotFoundException
-
triggerCertificateSigningRequest
DataNodeDto triggerCertificateSigningRequest(String nodeId, DatanodeStartType startType) throws NodeNotFoundException - Throws:
NodeNotFoundException
-