| Package | Description |
|---|---|
| io.cellery.observability.model.generator | |
| io.cellery.observability.model.generator.internal | |
| io.cellery.observability.model.generator.model |
| Modifier and Type | Method and Description |
|---|---|
static Node |
Utils.getNode(Set<Node> nodes,
Node node) |
Node |
ModelManager.getNode(String nodeName) |
Node |
ModelManager.getOrGenerateNode(String nodeName) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.graph.MutableNetwork<Node,String> |
ModelManager.getDependencyGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelManager.addLink(Node parent,
Node child,
String serviceName) |
void |
ModelManager.addNode(Node node) |
static Node |
Utils.getNode(Set<Node> nodes,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
static Node |
Utils.getNode(Set<Node> nodes,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelStoreManager.persistModel(com.google.common.graph.MutableNetwork<Node,String> graph) |
| Modifier and Type | Method and Description |
|---|---|
Set<Node> |
Model.getNodes() |
| Constructor and Description |
|---|
Model(Set<Node> nodes,
Set<Edge> edges) |
Copyright © 2019 WSO2. All rights reserved.