public class DistributedNodesUpdated extends Object
| Constructor and Description |
|---|
DistributedNodesUpdated() |
| Modifier and Type | Method and 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.
|
public Integer getInsertionPointId()
public void setInsertionPointId(Integer insertionPointId)
public List<BackendNode> getDistributedNodes()
public void setDistributedNodes(List<BackendNode> distributedNodes)
Copyright © 2020. All rights reserved.