Package io.webfolder.cdp.event.dom
Class DistributedNodesUpdated
- java.lang.Object
-
- io.webfolder.cdp.event.dom.DistributedNodesUpdated
-
public class DistributedNodesUpdated extends java.lang.Object
Called when distrubution is changed
-
-
Constructor Summary
Constructors Constructor Description DistributedNodesUpdated()
-
Method Summary
Modifier and Type Method Description java.util.List<BackendNode>
getDistributedNodes()
Distributed nodes for given insertion point.java.lang.Integer
getInsertionPointId()
Insertion point where distrubuted nodes were updated.void
setDistributedNodes(java.util.List<BackendNode> distributedNodes)
Distributed nodes for given insertion point.void
setInsertionPointId(java.lang.Integer insertionPointId)
Insertion point where distrubuted nodes were updated.
-
-
-
Method Detail
-
getInsertionPointId
public java.lang.Integer getInsertionPointId()
Insertion point where distrubuted nodes were updated.
-
setInsertionPointId
public void setInsertionPointId(java.lang.Integer insertionPointId)
Insertion point where distrubuted nodes were updated.
-
getDistributedNodes
public java.util.List<BackendNode> getDistributedNodes()
Distributed nodes for given insertion point.
-
setDistributedNodes
public void setDistributedNodes(java.util.List<BackendNode> distributedNodes)
Distributed nodes for given insertion point.
-
-