| 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 |
|---|---|
Model |
ModelManager.getDependencyModel(long fromTime,
long toTime,
String cellName) |
Model |
ModelManager.getDependencyModel(long fromTime,
long toTime,
String cellName,
String serviceName) |
Model |
ModelManager.getGraph(long fromTime,
long toTime) |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelStoreManager.loadLastModel() |
Model |
ModelStoreManager.persistModel(com.google.common.graph.MutableNetwork<Node,String> graph) |
| Modifier and Type | Method and Description |
|---|---|
List<Model> |
ModelStoreManager.loadModel(long fromTime,
long toTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
Model.mergeModel(Model anotherModel,
Edge connectorEdge) |
Copyright © 2019 WSO2. All rights reserved.