Modifier and Type | Method and Description |
---|---|
List<VertexHopCriteria> |
FocusStrategyImplementation.determine(BackendGraph graph,
String... vertexIdsWithoutNamespace)
Determines the default focus for the given
BackendGraph . |
List<VertexHopCriteria> |
FocusStrategy.getFocusCriteria(BackendGraph graph,
String... arguments) |
Modifier and Type | Class and Description |
---|---|
class |
CollapsibleGraph |
Modifier and Type | Field and Description |
---|---|
protected BackendGraph |
AbstractTopologyProvider.graph |
Modifier and Type | Method and Description |
---|---|
BackendGraph |
GraphProvider.getCurrentGraph() |
BackendGraph |
AbstractTopologyProvider.getCurrentGraph() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
AbstractTopologyProvider(BackendGraph graph) |
CollapsibleGraph(BackendGraph delegate) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleGraph |
Modifier and Type | Method and Description |
---|---|
BackendGraph |
SimpleGraphBuilder.get() |
Constructor and Description |
---|
SimpleGraphProvider(BackendGraph graph) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Status> |
LegacyApplicationStatusProvider.getStatusForVertices(BackendGraph graph,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Modifier and Type | Class and Description |
---|---|
class |
BusinessServiceGraph |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Map<? extends EdgeRef,? extends Status> |
GraphMLEdgeStatusProvider.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Map<? extends VertexRef,? extends Status> |
GraphMLPropagateVertexStatusProvider.getStatusForVertices(BackendGraph graph,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Map<? extends VertexRef,? extends Status> |
GraphMLDefaultVertexStatusProvider.getStatusForVertices(BackendGraph graph,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Map<? extends VertexRef,? extends Status> |
GraphMLScriptVertexStatusProvider.getStatusForVertices(BackendGraph graph,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Modifier and Type | Method and Description |
---|---|
Map<EdgeRef,Status> |
LinkdWrappedEdgeStatusProviders.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Map<EdgeRef,Status> |
LinkdEdgeStatusProvider.getStatusForEdges(BackendGraph graph,
Collection<EdgeRef> edges,
Criteria[] criteria) |
Map<VertexRef,Status> |
LinkdStatusProvider.getStatusForVertices(BackendGraph graph,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Status> |
PathOutageStatusProvider.getStatusForVertices(BackendGraph graph,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Status> |
VmwareStatusProvider.getStatusForVertices(BackendGraph graph,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Modifier and Type | Class and Description |
---|---|
class |
LegacyBackendGraph |
Modifier and Type | Method and Description |
---|---|
BackendGraph |
LegacyTopologyProvider.getCurrentGraph() |
Modifier and Type | Method and 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) |
Copyright © 2021. All rights reserved.