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.v7.ui.Label |
BusinessServiceVertexStatusInfoPanelItemProvider.createStatusLabel(String caption,
Status status) |
static com.vaadin.v7.ui.Label |
BusinessServiceVertexStatusInfoPanelItemProvider.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(BusinessServiceGraph graph,
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 |
BusinessServiceStateMachine.getOperationalStatus(BusinessService businessService)
Retrieves the current operational status of a Business Service.
|
Status |
BusinessServiceManager.getOperationalStatus(BusinessService service) |
Status |
BusinessServiceStateMachine.getOperationalStatus(Edge edge)
Retrieves the current operational status of the element associated with a particular Edge.
|
Status |
BusinessServiceManager.getOperationalStatus(Edge edge) |
Status |
BusinessServiceStateMachine.getOperationalStatus(IpService ipService)
Retrieves the current operational status of a particular IP service.
|
Status |
BusinessServiceManager.getOperationalStatus(IpService ipService) |
Status |
BusinessServiceStateMachine.getOperationalStatus(String reductionKey)
Retrieves the current operational status of a particular reduction key.
|
Status |
BusinessServiceManager.getOperationalStatus(String reductionKey) |
Modifier and Type | Method and Description |
---|---|
BusinessServiceSearchCriteriaBuilder |
BusinessServiceSearchCriteriaBuilder.inSeverity(List<Status> severities) |
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 OnmsSeverity |
SeverityMapper.toSeverity(Status status) |
Modifier and Type | Method and Description |
---|---|
static List<StatusWithIndex> |
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 |
StatusWithIndices.getStatus() |
Status |
StatusWithIndex.getStatus() |
Status |
AlarmWrapper.getStatus() |
static Status |
Status.of(String input) |
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) |
Constructor and Description |
---|
StatusWithIndex(Status status,
int index) |
StatusWithIndices(Status status,
List<Integer> indices) |
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> |
Decrease.map(Status source) |
Optional<Status> |
MapFunction.map(Status source) |
Optional<Status> |
Ignore.map(Status source) |
Optional<Status> |
Identity.map(Status source) |
Optional<Status> |
SetTo.map(Status source) |
Optional<Status> |
Increase.map(Status source) |
Modifier and Type | Method and Description |
---|---|
Optional<Status> |
Decrease.map(Status source) |
Optional<Status> |
MapFunction.map(Status source) |
Optional<Status> |
Ignore.map(Status source) |
Optional<Status> |
Identity.map(Status source) |
Optional<Status> |
SetTo.map(Status source) |
Optional<Status> |
Increase.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) |
Map<Status,Integer> |
Threshold.getHitsByStatusWithIndex(List<StatusWithIndex> statuses) |
protected static Optional<Status> |
StatusUtils.getStatus(Optional<StatusWithIndices> si)
Retrieves the
Status from a StatusWithIndices . |
List<Status> |
ThresholdResultExplanation.getWeightStatuses() |
Modifier and Type | Method and Description |
---|---|
protected static List<Integer> |
StatusUtils.getIndicesWithStatusGe(List<StatusWithIndex> statuses,
Status threshold)
Retrieves the indices with a status >= the given threshold.
|
double |
ThresholdResultExplanation.getStatusFactor(GraphEdge eachEdge,
Status status) |
double |
ThresholdResultExplanation.getStatusResult(Status status) |
protected static Optional<StatusWithIndices> |
HighestSeverityAbove.reduceWithHighestSeverityAbove(List<StatusWithIndex> statuses,
Status threshold) |
void |
ThresholdResultExplanation.setStatus(Status result) |
void |
HighestSeverityAbove.setThreshold(Status threshold) |
Modifier and Type | Method and Description |
---|---|
Map<Status,Integer> |
Threshold.getHitsByStatus(List<Status> statuses) |
void |
ThresholdResultExplanation.setHitsByStatus(Map<Status,Integer> hitsByStatus) |
void |
ThresholdResultExplanation.setWeightStatuses(List<Status> weightStatuses) |
protected static List<StatusWithIndex> |
StatusUtils.toListWithIndices(List<Status> statuses)
Converts a list of
Status to a list of StatusWithIndex , using
the position in the array as the index. |
Modifier and Type | Method and Description |
---|---|
Status |
GraphVertex.getStatus() |
Status |
GraphEdge.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
GraphVertex.setStatus(Status status) |
void |
GraphEdge.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(BusinessServiceGraph graph,
BusinessService businessService,
Status newStatus,
Status prevStatus) |
Constructor and Description |
---|
StateChange(BusinessServiceGraph graph,
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 © 2021. All rights reserved.