Modifier and Type | Method and Description |
---|---|
GraphContainerInfo |
GraphMapper.map(org.opennms.integration.api.v1.graph.GraphContainerInfo extensionGraphContainerInfo) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableGraphContainer<G extends ImmutableGraph<? extends Vertex,? extends Edge>>
Originally in OpenNMS there was the TopologyProvider (aka GraphProvider).
|
Modifier and Type | Class and Description |
---|---|
class |
GenericGraphContainer |
Modifier and Type | Method and Description |
---|---|
GenericGraphContainer.GenericGraphContainerBuilder |
GenericGraphContainer.GenericGraphContainerBuilder.applyContainerInfo(GraphContainerInfo containerInfo) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraphContainerInfo |
Modifier and Type | Method and Description |
---|---|
GraphContainerInfo |
GraphRepository.findContainerInfoById(String containerId) |
Modifier and Type | Method and Description |
---|---|
void |
GraphRepository.save(GraphContainerInfo containerInfo) |
Modifier and Type | Method and Description |
---|---|
String |
GraphRenderer.render(int identation,
List<GraphContainerInfo> containerInfos) |
default String |
GraphRenderer.render(List<GraphContainerInfo> containerInfos) |
Modifier and Type | Method and Description |
---|---|
GraphContainerInfo |
GraphContainerProvider.getContainerInfo()
Invoking
GraphContainerProvider.loadGraphContainer() may take some time, so it is not feasible to invoke it,
if only the meta data of the container is requested. |
GraphContainerInfo |
GraphService.getGraphContainerInfo(String containerId) |
GraphContainerInfo |
GraphService.getGraphContainerInfoByNamespace(String namespace) |
Modifier and Type | Method and Description |
---|---|
List<GraphContainerInfo> |
GraphService.getGraphContainerInfos() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDomainGraphContainer<G extends AbstractDomainGraph<? extends AbstractDomainVertex,? extends AbstractDomainEdge>>
Acts as a domain specific view on a
GenericGraphContainer . |
Modifier and Type | Method and Description |
---|---|
T |
AbstractDomainGraphContainer.AbstractDomainGraphContainerBuilder.containerInfo(GraphContainerInfo containerInfo) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDomainGraphContainer
Acts as a domain specific view on a
GenericGraphContainer . |
Modifier and Type | Method and Description |
---|---|
GraphContainerInfo |
DefaultGraphRepository.findContainerInfoById(String containerId) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGraphRepository.save(GraphContainerInfo containerInfo) |
Modifier and Type | Method and Description |
---|---|
GraphContainerInfo |
GraphmlGraphContainerProvider.getContainerInfo() |
Modifier and Type | Class and Description |
---|---|
class |
CustomGraphContainer |
Modifier and Type | Method and Description |
---|---|
protected static GraphContainerInfo |
PersistenceGraphContainerProvider.createContainerInfo() |
GraphContainerInfo |
PersistenceGraphContainerProvider.getContainerInfo() |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
JsonConverterService.convert(GraphContainerInfo containerInfo) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
GraphContainerInfoConverter.convert(GraphContainerInfo input) |
Modifier and Type | Method and Description |
---|---|
boolean |
GraphContainerInfoConverter.canConvert(Class<GraphContainerInfo> type) |
Modifier and Type | Method and Description |
---|---|
String |
JsonGraphRenderer.render(int identation,
List<GraphContainerInfo> containerInfos) |
Modifier and Type | Method and Description |
---|---|
GraphContainerInfo |
SingleGraphContainerProvider.getContainerInfo() |
GraphContainerInfo |
CachingGraphService.getGraphContainerInfo(String containerId) |
GraphContainerInfo |
DefaultGraphService.getGraphContainerInfo(String containerId) |
GraphContainerInfo |
CachingGraphService.getGraphContainerInfoByNamespace(String namespace) |
GraphContainerInfo |
DefaultGraphService.getGraphContainerInfoByNamespace(String namespace) |
Modifier and Type | Method and Description |
---|---|
List<GraphContainerInfo> |
CachingGraphService.getGraphContainerInfos() |
List<GraphContainerInfo> |
DefaultGraphService.getGraphContainerInfos() |
Constructor and Description |
---|
SingleGraphContainerProvider(GraphProvider graphProvider,
GraphContainerInfo containerInfo) |
Copyright © 2021. All rights reserved.