Uses of Class
org.openqa.selenium.grid.data.NodeStatus
-
Packages that use NodeStatus Package Description org.openqa.selenium.grid.data -
-
Uses of NodeStatus in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return NodeStatus Modifier and Type Method Description static NodeStatus
NodeStatus. fromJson(org.openqa.selenium.json.JsonInput input)
Methods in org.openqa.selenium.grid.data that return types with arguments of type NodeStatus Modifier and Type Method Description java.util.Set<NodeStatus>
DistributorStatus. getNodes()
static EventListener<NodeStatus>
NodeStatusEvent. listener(java.util.function.Consumer<NodeStatus> handler)
Method parameters in org.openqa.selenium.grid.data with type arguments of type NodeStatus Modifier and Type Method Description static EventListener<NodeStatus>
NodeStatusEvent. listener(java.util.function.Consumer<NodeStatus> handler)
Constructors in org.openqa.selenium.grid.data with parameters of type NodeStatus Constructor Description NodeStatusEvent(NodeStatus status)
Constructor parameters in org.openqa.selenium.grid.data with type arguments of type NodeStatus Constructor Description DistributorStatus(java.util.Collection<NodeStatus> allNodes)
-