Class DistributedNodesUpdated


  • public class DistributedNodesUpdated
    extends Object
    Called when distrubution is changed
    • Constructor Detail

      • DistributedNodesUpdated

        public DistributedNodesUpdated()
    • 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.