Package org.openqa.selenium.grid.data
Class NodeStatus
java.lang.Object
org.openqa.selenium.grid.data.NodeStatus
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanstatic NodeStatuslongfloatgetLoad()intgetSlots()booleanhasCapability(Capabilities caps, SlotMatcher slotMatcher) booleanbooleanhasCapacity(Capabilities caps, SlotMatcher slotMatcher) inthashCode()toJson()
- 
Constructor Details- 
NodeStatus
 
- 
- 
Method Details- 
fromJson
- 
hasCapability
- 
hasCapacitypublic boolean hasCapacity()
- 
hasCapacity
- 
getMaxSessionCountpublic int getMaxSessionCount()
- 
getNodeId
- 
getExternalUri
- 
getSlots
- 
getAvailability
- 
getHeartbeatPeriod
- 
getSessionTimeout
- 
getVersion
- 
getOsInfo
- 
getLoadpublic float getLoad()
- 
getLastSessionCreatedpublic long getLastSessionCreated()
- 
getBrowserVersion
- 
equals
- 
hashCodepublic int hashCode()
- 
toJson
 
-