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