Uses of Class
com.scivicslab.actoriac.Node
Packages that use Node
-
Uses of Node in com.scivicslab.actoriac
Fields in com.scivicslab.actoriac declared as NodeModifier and TypeFieldDescriptionprivate final NodeNodeInterpreter.nodeThe wrapped Node POJO that handles actual SSH operations.Methods in com.scivicslab.actoriac that return NodeMethods in com.scivicslab.actoriac that return types with arguments of type NodeModifier and TypeMethodDescriptionNodeGroup.createLocalNode()Creates a single Node for localhost execution.NodeGroupInterpreter.createLocalNode()Creates a single Node for localhost execution.NodeGroup.createNodesForGroup(String groupName) Creates Node objects for all hosts in the specified group.NodeGroupInterpreter.createNodesForGroup(String groupName) Creates Node objects for all hosts in the specified group.Constructors in com.scivicslab.actoriac with parameters of type NodeModifierConstructorDescriptionNodeInterpreter(Node node, com.scivicslab.pojoactor.workflow.IIActorSystem system) Constructs a NodeInterpreter that wraps the specified Node.