780781782783784785786
* Note that this won't remove nodes that have not failed. * @param nodeId The address of the node to remove */ public void requestRemoveFailedNode(int nodeId) { this.enqueue(new RemoveFailedNodeMessageClass().doRequest(nodeId)); }