Uses of Class
org.openqa.selenium.grid.data.Availability
-
Packages that use Availability Package Description org.openqa.selenium.grid.data -
-
Uses of Availability in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return Availability Modifier and Type Method Description Availability
NodeStatus. getAvailability()
static Availability
Availability. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Availability[]
Availability. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.grid.data with parameters of type Availability Constructor Description NodeStatus(NodeId nodeId, java.net.URI externalUri, int maxSessionCount, java.util.Set<Slot> slots, Availability availability, java.time.Duration heartbeatPeriod, java.lang.String version, java.util.Map<java.lang.String,java.lang.String> osInfo)
-