Uses of Class
org.openqa.selenium.grid.data.SlotId
Packages that use SlotId
Package
Description
The
Distributor
is responsible for assigning new
calls to Create Session to a Node
.-
Uses of SlotId in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return SlotIdConstructors in org.openqa.selenium.grid.data with parameters of type SlotIdModifierConstructorDescriptionSlot
(SlotId id, Capabilities stereotype, Instant lastStarted, Session session) -
Uses of SlotId in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type SlotIdModifier and TypeMethodDescriptionabstract boolean
Attempts to reserve a specific slot on a node.boolean
Reserve a slot for a session.abstract void
GridModel.setSession
(SlotId slotId, Session session) Updates a reserved slot to contain an actual session.void
NodeRegistry.setSession
(SlotId slotId, Session session) Set a session for a particular slot. -
Uses of SlotId in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local with parameters of type SlotIdModifier and TypeMethodDescriptionboolean
boolean
void
LocalGridModel.setSession
(SlotId slotId, Session session) void
LocalNodeRegistry.setSession
(SlotId slotId, Session session) -
Uses of SlotId in org.openqa.selenium.grid.distributor.selector
Methods in org.openqa.selenium.grid.distributor.selector that return types with arguments of type SlotIdModifier and TypeMethodDescriptionDefaultSlotSelector.selectSlot
(Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher) GreedySlotSelector.selectSlot
(Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher) SlotSelector.selectSlot
(Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher)