Modifier and Type | Method and Description |
---|---|
VertexProvider |
TopologyServiceClient.getDefaultGraphProvider() |
Modifier and Type | Class and Description |
---|---|
class |
VertexHopGraphProvider
This class will be used to filter a topology so that the semantic zoom level is
interpreted as a hop distance away from a set of selected vertices.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GraphProvider |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTopologyProvider |
class |
DelegatingVertexEdgeProvider |
class |
SimpleGraphProvider |
class |
SimpleVertexProvider |
Modifier and Type | Method and Description |
---|---|
Map<? extends VertexRef,? extends Status> |
StatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
void |
VertexListener.vertexSetChanged(VertexProvider provider) |
void |
VertexListener.vertexSetChanged(VertexProvider provider,
Collection<? extends Vertex> added,
Collection<? extends Vertex> update,
Collection<String> removedVertexIds) |
Modifier and Type | Method and Description |
---|---|
VertexProvider |
DefaultTopologyServiceClient.getDefaultGraphProvider() |
Modifier and Type | Method and Description |
---|---|
void |
VEProviderGraphContainer.vertexSetChanged(VertexProvider provider) |
void |
VEProviderGraphContainer.vertexSetChanged(VertexProvider provider,
Collection<? extends Vertex> added,
Collection<? extends Vertex> update,
Collection<String> removedVertexIds) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationTopologyProvider |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Status> |
ApplicationStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Modifier and Type | Class and Description |
---|---|
class |
BusinessServicesTopologyProvider |
class |
BusinessServiceVertexProvider |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Status> |
BusinessServicesStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Modifier and Type | Class and Description |
---|---|
class |
GraphMLTopologyProvider |
Modifier and Type | Method and Description |
---|---|
Map<? extends VertexRef,? extends Status> |
GraphMLPropagateVertexStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Map<? extends VertexRef,? extends Status> |
GraphMLDefaultVertexStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Map<? extends VertexRef,? extends Status> |
GraphMLScriptVertexStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Modifier and Type | Class and Description |
---|---|
class |
LinkdTopologyProvider |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Status> |
LinkdStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Modifier and Type | Class and Description |
---|---|
class |
PathOutageProvider
This provider allows us to build a vertex hierarchy, based on parent-child relations between nodes
|
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Status> |
PathOutageStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Modifier and Type | Class and Description |
---|---|
class |
VmwareTopologyProvider |
Modifier and Type | Method and Description |
---|---|
Map<VertexRef,Status> |
VmwareStatusProvider.getStatusForVertices(VertexProvider vertexProvider,
Collection<VertexRef> vertices,
Criteria[] criteria) |
Copyright © 2021. All rights reserved.