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 NodeStatusModifier and TypeMethodDescriptionNodeRegistry.getAvailableNodes()
Gets all available nodes that are not DOWN or DRAINING.abstract Set
<NodeStatus> GridModel.getSnapshot()
Gets a snapshot of all node statuses currently in the grid model.Methods in org.openqa.selenium.grid.distributor with parameters of type NodeStatusModifier and TypeMethodDescriptionabstract void
GridModel.add
(NodeStatus node) Adds a node to the grid model, typically starting with DOWN availability until health checks pass.abstract void
GridModel.refresh
(NodeStatus status) Refreshes a node's status in the grid model.void
NodeRegistry.register
(NodeStatus status) Register a node status received from an event.abstract void
GridModel.touch
(NodeStatus nodeStatus) Updates the timestamp for a node to prevent it from being considered stale. -
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 NodeStatusModifier and TypeMethodDescriptionprotected Set
<NodeStatus> LocalDistributor.getAvailableNodes()
LocalNodeRegistry.getAvailableNodes()
LocalGridModel.getSnapshot()
Methods in org.openqa.selenium.grid.distributor.local with parameters of type NodeStatusModifier and TypeMethodDescriptionvoid
LocalGridModel.add
(NodeStatus node) void
LocalGridModel.refresh
(NodeStatus status) void
LocalNodeRegistry.register
(NodeStatus status) void
LocalGridModel.touch
(NodeStatus 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) GreedySlotSelector.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