Constructor and Description |
---|
IpServiceVertex(IpService ipService,
int level) |
Modifier and Type | Method and Description |
---|---|
IpService |
MockIpServiceEdge.getIpService() |
Modifier and Type | Method and Description |
---|---|
void |
MockBusinessService.addIpServiceEdge(IpService ipService,
MapFunction mapFunction,
int weight,
String friendlyName) |
void |
MockIpServiceEdge.setIpService(IpService ipService) |
Constructor and Description |
---|
MockIpServiceEdge(long id,
IpService ipService,
String friendlyName) |
Modifier and Type | Method and Description |
---|---|
IpService |
BusinessServiceManager.getIpServiceById(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<IpService> |
BusinessServiceManager.getAllIpServices() |
Modifier and Type | Method and Description |
---|---|
boolean |
BusinessServiceManager.addIpServiceEdge(BusinessService businessService,
IpService ipService,
MapFunction mapFunction,
int weight) |
boolean |
BusinessServiceManager.addIpServiceEdge(BusinessService businessService,
IpService ipService,
MapFunction mapFunction,
int weight,
String friendlyName) |
List<GraphVertex> |
BusinessServiceStateMachine.calculateImpact(IpService ipService) |
Status |
BusinessServiceStateMachine.getOperationalStatus(IpService ipService)
Retrieves the current operational status of a particular IP service.
|
Status |
BusinessServiceManager.getOperationalStatus(IpService ipService) |
Modifier and Type | Class and Description |
---|---|
class |
IpServiceImpl |
Modifier and Type | Method and Description |
---|---|
IpService |
BusinessServiceManagerImpl.getIpServiceById(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<IpService> |
BusinessServiceManagerImpl.getAllIpServices() |
Set<IpService> |
ApplicationImpl.getIpServices() |
Modifier and Type | Method and Description |
---|---|
boolean |
BusinessServiceManagerImpl.addIpServiceEdge(BusinessService businessService,
IpService ipService,
MapFunction mapFunction,
int weight) |
boolean |
BusinessServiceManagerImpl.addIpServiceEdge(BusinessService businessService,
IpService ipService,
MapFunction mapFunction,
int weight,
String friendlyName) |
void |
BusinessServiceImpl.addIpServiceEdge(IpService ipService,
MapFunction mapFunction,
int weight,
String friendlyName) |
List<GraphVertex> |
DefaultBusinessServiceStateMachine.calculateImpact(IpService ipService) |
Status |
BusinessServiceManagerImpl.getOperationalStatus(IpService ipService) |
Status |
DefaultBusinessServiceStateMachine.getOperationalStatus(IpService ipService) |
Modifier and Type | Method and Description |
---|---|
IpService |
IpServiceEdgeImpl.getIpService() |
Modifier and Type | Method and Description |
---|---|
void |
IpServiceEdgeImpl.setIpService(IpService ipService) |
Modifier and Type | Method and Description |
---|---|
Set<IpService> |
Application.getIpServices() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessService.addIpServiceEdge(IpService ipService,
MapFunction mapFunction,
int weight,
String friendlyName) |
Modifier and Type | Method and Description |
---|---|
IpService |
IpServiceEdge.getIpService() |
Modifier and Type | Method and Description |
---|---|
void |
IpServiceEdge.setIpService(IpService ipService) |
Modifier and Type | Method and Description |
---|---|
IpService |
GraphVertex.getIpService() |
Modifier and Type | Method and Description |
---|---|
IpService |
GraphVertexImpl.getIpService() |
Constructor and Description |
---|
GraphVertexImpl(ReductionFunction reduceFunction,
BusinessService businessService,
IpService ipService,
Application application,
String reductionKey) |
GraphVertexImpl(ReductionFunction reduceFunction,
IpService ipService) |
Modifier and Type | Method and Description |
---|---|
static String |
BusinessServiceEditWindow.describeIpService(IpService ipService) |
static String |
BusinessServiceEditWindow.describeIpService(IpService ipService,
String friendlyName) |
Modifier and Type | Method and Description |
---|---|
BusinessServiceVertex.BusinessServiceVertexBuilder |
BusinessServiceVertex.BusinessServiceVertexBuilder.ipService(IpService ipService) |
Copyright © 2021. All rights reserved.