Uses of Interface
org.opennms.features.topology.api.topo.BackendGraph
-
-
Uses of BackendGraph in org.opennms.features.topology.api.support
Methods in org.opennms.features.topology.api.support with parameters of type BackendGraph Modifier and Type Method Description List<VertexHopCriteria>
FocusStrategyImplementation. determine(BackendGraph graph, String... vertexIdsWithoutNamespace)
Determines the default focus for the givenBackendGraph
.List<VertexHopCriteria>
FocusStrategy. getFocusCriteria(BackendGraph graph, String... arguments)
-
Uses of BackendGraph in org.opennms.features.topology.api.topo
Classes in org.opennms.features.topology.api.topo that implement BackendGraph Modifier and Type Class Description class
CollapsibleGraph
Fields in org.opennms.features.topology.api.topo declared as BackendGraph Modifier and Type Field Description protected BackendGraph
AbstractTopologyProvider. graph
Methods in org.opennms.features.topology.api.topo that return BackendGraph Modifier and Type Method Description BackendGraph
AbstractTopologyProvider. getCurrentGraph()
BackendGraph
GraphProvider. getCurrentGraph()
Methods in org.opennms.features.topology.api.topo with parameters of type BackendGraph Modifier and Type Method Description void
EdgeListener. edgeSetChanged(BackendGraph graph)
void
EdgeListener. edgeSetChanged(BackendGraph graph, Collection<? extends Edge> added, Collection<? extends Edge> updated, Collection<String> removedEdgeIds)
Map<? extends EdgeRef,? extends Status>
EdgeStatusProvider. getStatusForEdges(BackendGraph graph, Collection<EdgeRef> edges, Criteria[] criteria)
Map<? extends VertexRef,? extends Status>
StatusProvider. getStatusForVertices(BackendGraph graph, Collection<VertexRef> vertices, Criteria[] criteria)
void
VertexListener. vertexSetChanged(BackendGraph graph)
void
VertexListener. vertexSetChanged(BackendGraph provider, Collection<? extends Vertex> added, Collection<? extends Vertex> update, Collection<String> removedVertexIds)
Constructors in org.opennms.features.topology.api.topo with parameters of type BackendGraph Constructor Description AbstractTopologyProvider(BackendGraph graph)
CollapsibleGraph(BackendGraph delegate)
-
Uses of BackendGraph in org.opennms.features.topology.api.topo.simple
Classes in org.opennms.features.topology.api.topo.simple that implement BackendGraph Modifier and Type Class Description class
SimpleGraph
Methods in org.opennms.features.topology.api.topo.simple that return BackendGraph Modifier and Type Method Description BackendGraph
SimpleGraphBuilder. get()
Constructors in org.opennms.features.topology.api.topo.simple with parameters of type BackendGraph Constructor Description SimpleGraphProvider(BackendGraph graph)
-
Uses of BackendGraph in org.opennms.features.topology.app.internal
Methods in org.opennms.features.topology.app.internal with parameters of type BackendGraph Modifier and Type Method Description void
VEProviderGraphContainer. edgeSetChanged(BackendGraph graph)
void
VEProviderGraphContainer. edgeSetChanged(BackendGraph graph, Collection<? extends Edge> added, Collection<? extends Edge> updated, Collection<String> removedEdgeIds)
void
VEProviderGraphContainer. vertexSetChanged(BackendGraph graph)
void
VEProviderGraphContainer. vertexSetChanged(BackendGraph graph, Collection<? extends Vertex> added, Collection<? extends Vertex> update, Collection<String> removedVertexIds)
-
Uses of BackendGraph in org.opennms.features.topology.plugins.topo.application
Methods in org.opennms.features.topology.plugins.topo.application with parameters of type BackendGraph Modifier and Type Method Description Map<VertexRef,Status>
LegacyApplicationStatusProvider. getStatusForVertices(BackendGraph graph, Collection<VertexRef> vertices, Criteria[] criteria)
-
Uses of BackendGraph in org.opennms.features.topology.plugins.topo.bsm
Classes in org.opennms.features.topology.plugins.topo.bsm that implement BackendGraph Modifier and Type Class Description class
BusinessServiceGraph
Methods in org.opennms.features.topology.plugins.topo.bsm with parameters of type BackendGraph Modifier and Type Method Description Map<EdgeRef,Status>
BusinessServicesStatusProvider. getStatusForEdges(BackendGraph graph, Collection<EdgeRef> edges, Criteria[] criteria)
Map<VertexRef,Status>
BusinessServicesStatusProvider. getStatusForVertices(BackendGraph graph, Collection<VertexRef> vertices, Criteria[] criteria)
-
Uses of BackendGraph in org.opennms.features.topology.plugins.topo.graphml.status
Methods in org.opennms.features.topology.plugins.topo.graphml.status with parameters of type BackendGraph Modifier and Type Method Description Map<? extends EdgeRef,? extends Status>
GraphMLEdgeStatusProvider. getStatusForEdges(BackendGraph graph, Collection<EdgeRef> edges, Criteria[] criteria)
Map<? extends VertexRef,? extends Status>
GraphMLDefaultVertexStatusProvider. getStatusForVertices(BackendGraph graph, Collection<VertexRef> vertices, Criteria[] criteria)
Map<? extends VertexRef,? extends Status>
GraphMLPropagateVertexStatusProvider. getStatusForVertices(BackendGraph graph, Collection<VertexRef> vertices, Criteria[] criteria)
Map<? extends VertexRef,? extends Status>
GraphMLScriptVertexStatusProvider. getStatusForVertices(BackendGraph graph, Collection<VertexRef> vertices, Criteria[] criteria)
-
Uses of BackendGraph in org.opennms.features.topology.plugins.topo.linkd.internal
Methods in org.opennms.features.topology.plugins.topo.linkd.internal with parameters of type BackendGraph Modifier and Type Method Description Map<EdgeRef,Status>
LinkdEdgeStatusProvider. getStatusForEdges(BackendGraph graph, Collection<EdgeRef> edges, Criteria[] criteria)
Map<EdgeRef,Status>
LinkdWrappedEdgeStatusProviders. getStatusForEdges(BackendGraph graph, Collection<EdgeRef> edges, Criteria[] criteria)
Map<VertexRef,Status>
LinkdStatusProvider. getStatusForVertices(BackendGraph graph, Collection<VertexRef> vertices, Criteria[] criteria)
-
Uses of BackendGraph in org.opennms.features.topology.plugins.topo.pathoutage
Methods in org.opennms.features.topology.plugins.topo.pathoutage with parameters of type BackendGraph Modifier and Type Method Description Map<VertexRef,Status>
PathOutageStatusProvider. getStatusForVertices(BackendGraph graph, Collection<VertexRef> vertices, Criteria[] criteria)
-
Uses of BackendGraph in org.opennms.features.topology.plugins.topo.vmware.internal
Methods in org.opennms.features.topology.plugins.topo.vmware.internal with parameters of type BackendGraph Modifier and Type Method Description Map<VertexRef,Status>
VmwareStatusProvider. getStatusForVertices(BackendGraph graph, Collection<VertexRef> vertices, Criteria[] criteria)
-
Uses of BackendGraph in org.opennms.netmgt.graph.provider.topology
Classes in org.opennms.netmgt.graph.provider.topology that implement BackendGraph Modifier and Type Class Description class
LegacyBackendGraph
Methods in org.opennms.netmgt.graph.provider.topology that return BackendGraph Modifier and Type Method Description BackendGraph
LegacyTopologyProvider. getCurrentGraph()
Methods in org.opennms.netmgt.graph.provider.topology with parameters of type BackendGraph Modifier and Type Method Description Map<? extends EdgeRef,? extends Status>
LegacyStatusProvider. getStatusForEdges(BackendGraph graph, Collection<EdgeRef> edges, Criteria[] criteria)
Map<? extends VertexRef,? extends Status>
LegacyStatusProvider. getStatusForVertices(BackendGraph graph, Collection<VertexRef> vertices, Criteria[] criteria)
-