Modifier and Type | Method and Description |
---|---|
static Status |
BusinessServicesStatusProvider.getStatus(BusinessServiceStateMachine stateMachine,
AbstractBusinessServiceVertex vertex) |
static Status |
BusinessServicesStatusProvider.getStatus(BusinessServiceStateMachine stateMachine,
BusinessServiceEdge edge) |
Modifier and Type | Method and Description |
---|---|
static com.vaadin.ui.Label |
BusinessServiceVertexStatusInfoPanelItem.createStatusLabel(String caption,
Status status) |
static com.vaadin.ui.Label |
BusinessServiceVertexStatusInfoPanelItem.createStatusLabel(String caption,
Status status,
String text) |
Modifier and Type | Method and Description |
---|---|
Status |
SetStatusToCriteria.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
SetStatusToCriteria.setStatus(Status status) |
Constructor and Description |
---|
SetStatusToCriteria(String reductionKey,
Status status) |
Modifier and Type | Method and Description |
---|---|
void |
Bsmd.handleBusinessServiceStateChanged(BusinessService businessService,
Status newStatus,
Status prevStatus)
Called when the operational status of a business service was changed.
|
Modifier and Type | Method and Description |
---|---|
Status |
MockBusinessService.getOperationalStatus() |
Status |
AbstractMockEdge.getOperationalStatus() |
Status |
MockAlarmWrapper.getStatus() |
Constructor and Description |
---|
MockAlarmWrapper(String reductionKey,
Status status) |
Modifier and Type | Method and Description |
---|---|
Status |
BusinessServiceManager.getOperationalStatus(BusinessService service) |
Status |
BusinessServiceStateMachine.getOperationalStatus(BusinessService businessService)
Retrieves the current operational status of a Business Service.
|
Status |
BusinessServiceManager.getOperationalStatus(Edge edge) |
Status |
BusinessServiceStateMachine.getOperationalStatus(Edge edge)
Retrieves the current operational status of the element associated with a particular Edge.
|
Status |
BusinessServiceManager.getOperationalStatus(IpService ipService) |
Status |
BusinessServiceStateMachine.getOperationalStatus(IpService ipService)
Retrieves the current operational status of a particular IP service.
|
Status |
BusinessServiceManager.getOperationalStatus(String reductionKey) |
Status |
BusinessServiceStateMachine.getOperationalStatus(String reductionKey)
Retrieves the current operational status of a particular reduction key.
|
Modifier and Type | Method and Description |
---|---|
BusinessServiceSearchCriteriaBuilder |
BusinessServiceSearchCriteriaBuilder.equalSeverity(Status severity) |
BusinessServiceSearchCriteriaBuilder |
BusinessServiceSearchCriteriaBuilder.filterSeverity(BusinessServiceSearchCriteriaBuilder.CompareOperator compareOperator,
Status severity) |
BusinessServiceSearchCriteriaBuilder |
BusinessServiceSearchCriteriaBuilder.greaterOrEqualSeverity(Status severity) |
BusinessServiceSearchCriteriaBuilder |
BusinessServiceSearchCriteriaBuilder.greaterSeverity(Status severity) |
void |
BusinessServiceStateChangeHandler.handleBusinessServiceStateChanged(BusinessService businessService,
Status newStatus,
Status oldStatus) |
BusinessServiceSearchCriteriaBuilder |
BusinessServiceSearchCriteriaBuilder.lowerOrEqualSeverity(Status severity) |
BusinessServiceSearchCriteriaBuilder |
BusinessServiceSearchCriteriaBuilder.lowerSeverity(Status severity) |
Modifier and Type | Field and Description |
---|---|
static Status |
DefaultBusinessServiceStateMachine.MIN_SEVERITY |
Modifier and Type | Method and Description |
---|---|
Status |
BusinessServiceImpl.getOperationalStatus() |
Status |
BusinessServiceManagerImpl.getOperationalStatus(BusinessService service) |
Status |
DefaultBusinessServiceStateMachine.getOperationalStatus(BusinessService businessService) |
Status |
BusinessServiceManagerImpl.getOperationalStatus(Edge edge) |
Status |
DefaultBusinessServiceStateMachine.getOperationalStatus(Edge edge) |
Status |
BusinessServiceManagerImpl.getOperationalStatus(IpService ipService) |
Status |
DefaultBusinessServiceStateMachine.getOperationalStatus(IpService ipService) |
Status |
BusinessServiceManagerImpl.getOperationalStatus(String reductionKey) |
Status |
DefaultBusinessServiceStateMachine.getOperationalStatus(String reductionKey) |
Status |
AlarmWrapperImpl.getStatus() |
static Status |
SeverityMapper.toStatus(OnmsSeverity severity) |
Modifier and Type | Method and Description |
---|---|
static List<Status> |
DefaultBusinessServiceStateMachine.weighStatuses(Collection<GraphEdge> edges) |
static List<Status> |
DefaultBusinessServiceStateMachine.weighStatuses(Map<GraphEdge,Status> edgesWithStatus)
Apply the edges weights to the associated statuses set in the map,
ignoring the actual status stored in the edge.
|
Modifier and Type | Method and Description |
---|---|
static OnmsSeverity |
SeverityMapper.toSeverity(Status status) |
Modifier and Type | Method and Description |
---|---|
static List<Status> |
DefaultBusinessServiceStateMachine.weighStatuses(Map<GraphEdge,Status> edgesWithStatus)
Apply the edges weights to the associated statuses set in the map,
ignoring the actual status stored in the edge.
|
Modifier and Type | Method and Description |
---|---|
Status |
AbstractEdge.getOperationalStatus() |
Modifier and Type | Method and Description |
---|---|
static Status |
Status.get(int ordinal) |
Status |
BusinessService.getOperationalStatus() |
Status |
AlarmWrapper.getStatus() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Status.isGreaterThan(Status other) |
boolean |
Status.isGreaterThanOrEqual(Status other) |
boolean |
Status.isLessThan(Status other) |
boolean |
Status.isLessThanOrEqual(Status other) |
Modifier and Type | Method and Description |
---|---|
Status |
Edge.getOperationalStatus() |
Modifier and Type | Method and Description |
---|---|
Status |
SetTo.getStatus() |
Modifier and Type | Method and Description |
---|---|
Optional<Status> |
Ignore.map(Status source) |
Optional<Status> |
Increase.map(Status source) |
Optional<Status> |
SetTo.map(Status source) |
Optional<Status> |
MapFunction.map(Status source) |
Optional<Status> |
Decrease.map(Status source) |
Optional<Status> |
Identity.map(Status source) |
Modifier and Type | Method and Description |
---|---|
Optional<Status> |
Ignore.map(Status source) |
Optional<Status> |
Increase.map(Status source) |
Optional<Status> |
SetTo.map(Status source) |
Optional<Status> |
MapFunction.map(Status source) |
Optional<Status> |
Decrease.map(Status source) |
Optional<Status> |
Identity.map(Status source) |
void |
SetTo.setStatus(Status severity) |
Modifier and Type | Method and Description |
---|---|
Status |
ThresholdResultExplanation.getStatus() |
Status |
HighestSeverityAbove.getThreshold() |
Modifier and Type | Method and Description |
---|---|
Map<Status,Integer> |
ThresholdResultExplanation.getHitsByStatus() |
Map<Status,Integer> |
Threshold.getHitsByStatus(List<Status> statuses) |
List<Status> |
ThresholdResultExplanation.getWeightStatuses() |
Optional<Status> |
HighestSeverityAbove.reduce(List<Status> statuses) |
Optional<Status> |
Threshold.reduce(List<Status> statuses) |
Optional<Status> |
HighestSeverity.reduce(List<Status> statuses) |
Optional<Status> |
ReductionFunction.reduce(List<Status> statuses) |
Modifier and Type | Method and Description |
---|---|
double |
ThresholdResultExplanation.getStatusFactor(GraphEdge eachEdge,
Status status) |
double |
ThresholdResultExplanation.getStatusResult(Status status) |
void |
ThresholdResultExplanation.setStatus(Status result) |
void |
HighestSeverityAbove.setThreshold(Status threshold) |
Modifier and Type | Method and Description |
---|---|
Map<Status,Integer> |
Threshold.getHitsByStatus(List<Status> statuses) |
Optional<Status> |
HighestSeverityAbove.reduce(List<Status> statuses) |
Optional<Status> |
Threshold.reduce(List<Status> statuses) |
Optional<Status> |
HighestSeverity.reduce(List<Status> statuses) |
Optional<Status> |
ReductionFunction.reduce(List<Status> statuses) |
void |
ThresholdResultExplanation.setHitsByStatus(Map<Status,Integer> hitsByStatus) |
void |
ThresholdResultExplanation.setWeightStatuses(List<Status> weightStatuses) |
Modifier and Type | Method and Description |
---|---|
Status |
GraphEdge.getStatus() |
Status |
GraphVertex.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
GraphEdge.setStatus(Status status) |
void |
GraphVertex.setStatus(Status status) |
Modifier and Type | Method and Description |
---|---|
Status |
GraphElement.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
GraphElement.setStatus(Status status) |
Modifier and Type | Method and Description |
---|---|
Status |
LoggingStateChangeHandler.StateChange.getNewSeverity() |
Status |
LoggingStateChangeHandler.StateChange.getPrevSeverity() |
Modifier and Type | Method and Description |
---|---|
void |
LoggingStateChangeHandler.handleBusinessServiceStateChanged(BusinessService businessService,
Status newStatus,
Status prevStatus) |
Constructor and Description |
---|
StateChange(BusinessService businessService,
Status newStatus,
Status prevStatus) |
Modifier and Type | Method and Description |
---|---|
Status |
BusinessServiceResponseDTO.getOperationalStatus() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessServiceResponseDTO.setOperationalStatus(Status operationalStatus) |
Modifier and Type | Method and Description |
---|---|
Status |
AbstractEdgeResponseDTO.getOperationalStatus() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEdgeResponseDTO.setOperationalStatus(Status operationalStatus) |
Copyright © 2017. All rights reserved.