-
public final class DOMEvent.DistributedNodesUpdatedEvent extends DOMEvent
Called when distrubution is changed.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerinsertionPointIdprivate final List<BackendNode>distributedNodes
-
Constructor Summary
Constructors Constructor Description DistributedNodesUpdatedEvent(Integer insertionPointId, List<BackendNode> distributedNodes)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final List<BackendNode>component2()final DOMEvent.DistributedNodesUpdatedEventcopy(Integer insertionPointId, List<BackendNode> distributedNodes)final IntegergetInsertionPointId()Insertion point where distrubuted nodes were updated. final List<BackendNode>getDistributedNodes()Distributed nodes for given insertion point. -
-
Constructor Detail
-
DistributedNodesUpdatedEvent
DistributedNodesUpdatedEvent(Integer insertionPointId, List<BackendNode> distributedNodes)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final List<BackendNode> component2()
-
copy
final DOMEvent.DistributedNodesUpdatedEvent copy(Integer insertionPointId, List<BackendNode> distributedNodes)
-
getInsertionPointId
final Integer getInsertionPointId()
Insertion point where distrubuted nodes were updated.
-
getDistributedNodes
final List<BackendNode> getDistributedNodes()
Distributed nodes for given insertion point.
-
-
-
-