Uses of Class
org.openqa.selenium.grid.sessionqueue.NewSessionQueue
-
-
Uses of NewSessionQueue in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type NewSessionQueue Constructor Description LocalDistributor(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue sessionQueue, SlotSelector slotSelector, Secret registrationSecret, java.time.Duration healthcheckInterval, boolean rejectUnsupportedCaps, java.time.Duration sessionRequestRetryInterval, int newSessionThreadPoolSize)
-
Uses of NewSessionQueue in org.openqa.selenium.grid.graphql
Constructors in org.openqa.selenium.grid.graphql with parameters of type NewSessionQueue Constructor Description GraphqlHandler(org.openqa.selenium.remote.tracing.Tracer tracer, Distributor distributor, NewSessionQueue newSessionQueue, java.net.URI publicUri, java.lang.String version)
Grid(Distributor distributor, NewSessionQueue newSessionQueue, java.net.URI uri, java.lang.String version)
GridData(Distributor distributor, NewSessionQueue newSessionQueue, java.net.URI publicUri, java.lang.String version)
-
Uses of NewSessionQueue in org.openqa.selenium.grid.router
Constructors in org.openqa.selenium.grid.router with parameters of type NewSessionQueue Constructor Description Router(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue queue, Distributor distributor)
-
Uses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.config
Methods in org.openqa.selenium.grid.sessionqueue.config that return NewSessionQueue Modifier and Type Method Description NewSessionQueue
NewSessionQueueOptions. getSessionQueue(java.lang.String implementation)
-
Uses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.local
Subclasses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.local Modifier and Type Class Description class
LocalNewSessionQueue
An in-memory implementation of the list of new session requests.Methods in org.openqa.selenium.grid.sessionqueue.local that return NewSessionQueue Modifier and Type Method Description static NewSessionQueue
LocalNewSessionQueue. create(org.openqa.selenium.grid.config.Config config)
-
Uses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.remote
Subclasses of NewSessionQueue in org.openqa.selenium.grid.sessionqueue.remote Modifier and Type Class Description class
RemoteNewSessionQueue
Methods in org.openqa.selenium.grid.sessionqueue.remote that return NewSessionQueue Modifier and Type Method Description static NewSessionQueue
RemoteNewSessionQueue. create(org.openqa.selenium.grid.config.Config config)
-