Uses of Class
org.openqa.selenium.grid.data.NodeId
Packages that use NodeId
Package
Description
The
Distributor
is responsible for assigning new
calls to Create Session to a Node
.-
Uses of NodeId in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return NodeIdMethods in org.openqa.selenium.grid.data that return types with arguments of type NodeIdModifier and TypeMethodDescriptionstatic EventListener<NodeId>
static EventListener<NodeId>
static EventListener<NodeId>
Methods in org.openqa.selenium.grid.data with parameters of type NodeIdMethod parameters in org.openqa.selenium.grid.data with type arguments of type NodeIdModifier and TypeMethodDescriptionstatic EventListener<NodeId>
static EventListener<NodeId>
static EventListener<NodeId>
Constructors in org.openqa.selenium.grid.data with parameters of type NodeIdModifierConstructorDescriptionNodeAddedEvent
(NodeId nodeId) NodeStatus
(NodeId nodeId, URI externalUri, int maxSessionCount, Set<Slot> slots, Availability availability, Duration heartbeatPeriod, Duration sessionTimeout, String version, Map<String, String> osInfo) -
Uses of NodeId in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type NodeIdModifier and TypeMethodDescriptionabstract boolean
abstract void
void
void
GridModel.setAvailability
(NodeId id, Availability availability) void
GridModel.updateHealthCheckCount
(NodeId id, Availability availability) Constructors in org.openqa.selenium.grid.distributor with parameters of type NodeId -
Uses of NodeId in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local with parameters of type NodeId -
Uses of NodeId in org.openqa.selenium.grid.distributor.remote
Methods in org.openqa.selenium.grid.distributor.remote with parameters of type NodeId -
Uses of NodeId in org.openqa.selenium.grid.graphql
Methods in org.openqa.selenium.grid.graphql that return NodeIdConstructors in org.openqa.selenium.grid.graphql with parameters of type NodeId -
Uses of NodeId in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return NodeIdConstructors in org.openqa.selenium.grid.node with parameters of type NodeId -
Uses of NodeId in org.openqa.selenium.grid.node.remote
Constructors in org.openqa.selenium.grid.node.remote with parameters of type NodeIdModifierConstructorDescriptionRemoteNode
(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, NodeId id, URI externalUri, Secret registrationSecret, Duration sessionTimeout, Collection<org.openqa.selenium.Capabilities> capabilities)