Package org.openqa.selenium.grid.data
Class NodeStatus
java.lang.Object
org.openqa.selenium.grid.data.NodeStatus
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static NodeStatus
fromJson
(org.openqa.selenium.json.JsonInput input) long
float
getLoad()
int
getSlots()
boolean
hasCapability
(org.openqa.selenium.Capabilities caps, SlotMatcher slotMatcher) boolean
boolean
hasCapacity
(org.openqa.selenium.Capabilities caps, SlotMatcher slotMatcher) int
hashCode()
-
Constructor Details
-
NodeStatus
-
-
Method Details
-
fromJson
-
hasCapability
-
hasCapacity
public boolean hasCapacity() -
hasCapacity
-
getMaxSessionCount
public int getMaxSessionCount() -
getNodeId
-
getExternalUri
-
getSlots
-
getAvailability
-
getHeartbeatPeriod
-
getVersion
-
getOsInfo
-
getLoad
public float getLoad() -
getLastSessionCreated
public long getLastSessionCreated() -
equals
-
hashCode
public int hashCode()
-