Class DistributedNodesUpdated
- java.lang.Object
-
- org.openqa.selenium.devtools.v95.dom.model.DistributedNodesUpdated
-
@Beta public class DistributedNodesUpdated extends java.lang.Object
Called when distribution is changed.
-
-
Constructor Summary
Constructors Constructor Description DistributedNodesUpdated(NodeId insertionPointId, java.util.List<BackendNode> distributedNodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BackendNode>
getDistributedNodes()
Distributed nodes for given insertion point.NodeId
getInsertionPointId()
Insertion point where distributed nodes were updated.
-
-
-
Constructor Detail
-
DistributedNodesUpdated
public DistributedNodesUpdated(NodeId insertionPointId, java.util.List<BackendNode> distributedNodes)
-
-
Method Detail
-
getInsertionPointId
public NodeId getInsertionPointId()
Insertion point where distributed nodes were updated.
-
getDistributedNodes
public java.util.List<BackendNode> getDistributedNodes()
Distributed nodes for given insertion point.
-
-