Uses of Class
org.openqa.selenium.grid.jmx.ManagedAttribute
-
-
Uses of ManagedAttribute in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local with annotations of type ManagedAttribute Modifier and Type Method Description Availability
LocalNode. getAvailability()
int
LocalNode. getCurrentSessionCount()
java.net.URI
LocalNode. getExternalUri()
java.net.URI
LocalNode. getGridUri()
float
LocalNode. getLoad()
int
LocalNode. getMaxSessionCount()
java.lang.String
LocalNode. getNodeId()
int
LocalNode. getTotalSlots()
long
LocalNode. getUsedSlots()
-
Uses of ManagedAttribute in org.openqa.selenium.grid.server
Methods in org.openqa.selenium.grid.server with annotations of type ManagedAttribute Modifier and Type Method Description java.net.URI
BaseServerOptions. getExternalUri()
int
BaseServerOptions. getMaxServerThreads()
int
BaseServerOptions. getPort()
-
Uses of ManagedAttribute in org.openqa.selenium.grid.sessionqueue.config
Methods in org.openqa.selenium.grid.sessionqueue.config with annotations of type ManagedAttribute Modifier and Type Method Description long
NewSessionQueueOptions. getRequestTimeoutSeconds()
long
NewSessionQueueOptions. getRetryIntervalSeconds()
-
Uses of ManagedAttribute in org.openqa.selenium.grid.sessionqueue.local
Methods in org.openqa.selenium.grid.sessionqueue.local with annotations of type ManagedAttribute Modifier and Type Method Description int
LocalNewSessionQueue. getQueueSize()
-