public static class DistributorStatus.NodeSummary
extends java.lang.Object
Constructor and Description |
---|
NodeSummary(java.util.UUID nodeId,
java.net.URI uri,
boolean up,
int maxSessionCount,
java.util.Map<org.openqa.selenium.Capabilities,java.lang.Integer> stereotypes,
java.util.Map<org.openqa.selenium.Capabilities,java.lang.Integer> usedStereotypes) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxSessionCount() |
java.util.UUID |
getNodeId() |
java.util.Map<org.openqa.selenium.Capabilities,java.lang.Integer> |
getStereotypes() |
java.net.URI |
getUri() |
java.util.Map<org.openqa.selenium.Capabilities,java.lang.Integer> |
getUsedStereotypes() |
boolean |
hasCapacity() |
boolean |
isUp() |
public NodeSummary(java.util.UUID nodeId, java.net.URI uri, boolean up, int maxSessionCount, java.util.Map<org.openqa.selenium.Capabilities,java.lang.Integer> stereotypes, java.util.Map<org.openqa.selenium.Capabilities,java.lang.Integer> usedStereotypes)
public java.util.UUID getNodeId()
public java.net.URI getUri()
public boolean isUp()
public int getMaxSessionCount()
public java.util.Map<org.openqa.selenium.Capabilities,java.lang.Integer> getStereotypes()
public java.util.Map<org.openqa.selenium.Capabilities,java.lang.Integer> getUsedStereotypes()
public boolean hasCapacity()