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.
-
Constructor Details
-
DistributedNodesUpdated
public DistributedNodesUpdated()
-
-
Method Details
-
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
Distributed nodes for given insertion point. -
setDistributedNodes
Distributed nodes for given insertion point.
-