Uses of Class
org.openqa.selenium.grid.data.NodeStatus
Packages that use NodeStatus
Package
Description
The
Distributor
is responsible for assigning new
calls to Create Session to a Node
.-
Uses of NodeStatus in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return NodeStatusModifier and TypeMethodDescriptionstatic NodeStatus
NodeStatus.fromJson
(org.openqa.selenium.json.JsonInput input) Methods in org.openqa.selenium.grid.data that return types with arguments of type NodeStatusModifier and TypeMethodDescriptionDistributorStatus.getNodes()
static EventListener<NodeStatus>
NodeHeartBeatEvent.listener
(Consumer<NodeStatus> handler) static EventListener<NodeStatus>
NodeRemovedEvent.listener
(Consumer<NodeStatus> handler) static EventListener<NodeStatus>
NodeRestartedEvent.listener
(Consumer<NodeStatus> handler) static EventListener<NodeStatus>
NodeStatusEvent.listener
(Consumer<NodeStatus> handler) Method parameters in org.openqa.selenium.grid.data with type arguments of type NodeStatusModifier and TypeMethodDescriptionstatic EventListener<NodeStatus>
NodeHeartBeatEvent.listener
(Consumer<NodeStatus> handler) static EventListener<NodeStatus>
NodeRemovedEvent.listener
(Consumer<NodeStatus> handler) static EventListener<NodeStatus>
NodeRestartedEvent.listener
(Consumer<NodeStatus> handler) static EventListener<NodeStatus>
NodeStatusEvent.listener
(Consumer<NodeStatus> handler) Constructors in org.openqa.selenium.grid.data with parameters of type NodeStatusModifierConstructorDescriptionNodeHeartBeatEvent
(NodeStatus status) NodeRemovedEvent
(NodeStatus nodes) NodeRestartedEvent
(NodeStatus nodes) NodeStatusEvent
(NodeStatus status) Constructor parameters in org.openqa.selenium.grid.data with type arguments of type NodeStatus -
Uses of NodeStatus in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor that return types with arguments of type NodeStatusMethods in org.openqa.selenium.grid.distributor with parameters of type NodeStatusModifier and TypeMethodDescriptionvoid
GridModel.add
(NodeStatus node) void
GridModel.refresh
(NodeStatus status) void
GridModel.touch
(NodeStatus nodeStatus) -
Uses of NodeStatus in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local that return types with arguments of type NodeStatus -
Uses of NodeStatus in org.openqa.selenium.grid.distributor.selector
Method parameters in org.openqa.selenium.grid.distributor.selector with type arguments of type NodeStatusModifier and TypeMethodDescriptionDefaultSlotSelector.selectSlot
(org.openqa.selenium.Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher) SlotSelector.selectSlot
(org.openqa.selenium.Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher) -
Uses of NodeStatus in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return NodeStatus -
Uses of NodeStatus in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local that return NodeStatus -
Uses of NodeStatus in org.openqa.selenium.grid.node.remote
Methods in org.openqa.selenium.grid.node.remote that return NodeStatus