| Package | Description |
|---|---|
| net.anotheria.moskito.core.threshold | |
| net.anotheria.moskito.core.threshold.alerts | |
| net.anotheria.moskito.core.threshold.guard |
| Modifier and Type | Method and Description |
|---|---|
ThresholdStatus |
ThresholdConditionGuard.getNewStatusOnUpdate(java.lang.String previousValue,
java.lang.String newValue,
ThresholdStatus currentStatus,
Threshold threshold)
Generate new status on threshold value change
|
ThresholdStatus |
Threshold.getPreviousStatus() |
ThresholdStatus |
Threshold.getStatus() |
ThresholdStatus |
CustomThresholdStatus.getStatus() |
ThresholdStatus |
ExtendedThresholdStatus.getStatus() |
ThresholdStatus |
ThresholdRepository.getWorstStatus()
Returns the worst threshold status in the system.
|
ThresholdStatus |
ThresholdRepository.getWorstStatus(java.util.List<java.lang.String> names)
Returns the worst threshold status in the system for given threshold names.
|
ThresholdStatus |
ThresholdRepository.getWorstStatus(java.lang.String[] names)
Returns the worst threshold status in the system for given threshold names.
|
ThresholdStatus |
ThresholdRepository.getWorstStatusWithout(java.util.List<java.lang.String> names)
Returns the worst threshold status in the system for all thresholds except given threshold names.
|
static ThresholdStatus |
ThresholdStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThresholdStatus[] |
ThresholdStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ThresholdStatus |
ThresholdConditionGuard.getNewStatusOnUpdate(java.lang.String previousValue,
java.lang.String newValue,
ThresholdStatus currentStatus,
Threshold threshold)
Generate new status on threshold value change
|
boolean |
ThresholdStatus.overrules(ThresholdStatus anotherStatus)
Returns true if current threshold object is worse than parameter threshold.
|
boolean |
ThresholdStatus.overrulesOrEqual(ThresholdStatus anotherStatus) |
void |
CustomThresholdStatus.setStatus(ThresholdStatus status) |
void |
ExtendedThresholdStatus.setStatus(ThresholdStatus status) |
| Constructor and Description |
|---|
CustomThresholdStatus(ThresholdStatus aStatus,
java.lang.String aCurrentValue) |
ExtendedThresholdStatus(ThresholdStatus aStatus) |
| Modifier and Type | Method and Description |
|---|---|
ThresholdStatus |
ThresholdAlert.getNewStatus() |
ThresholdStatus |
ThresholdAlert.getOldStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThresholdAlert.setNewStatus(ThresholdStatus newStatus) |
void |
ThresholdAlert.setOldStatus(ThresholdStatus oldStatus) |
| Constructor and Description |
|---|
ThresholdAlert(Threshold aThreshold,
ThresholdStatus anOldStatus,
ThresholdStatus aNewStatus,
java.lang.String anOldValue,
java.lang.String aNewValue,
int flipCount) |
| Modifier and Type | Method and Description |
|---|---|
ThresholdStatus |
BarrierPassGuard.getNewStatusOnUpdate(java.lang.String previousValue,
java.lang.String newValue,
ThresholdStatus currentStatus,
Threshold threshold) |
ThresholdStatus |
BarrierPassGuard.getTargetStatus() |
| Modifier and Type | Method and Description |
|---|---|
ThresholdStatus |
BarrierPassGuard.getNewStatusOnUpdate(java.lang.String previousValue,
java.lang.String newValue,
ThresholdStatus currentStatus,
Threshold threshold) |
| Constructor and Description |
|---|
BarrierPassGuard(ThresholdStatus aTargetStatus,
GuardedDirection aDirection) |
DoubleBarrierPassGuard(ThresholdStatus aTargetStatus,
double targetValue,
GuardedDirection aDirection) |
LongBarrierPassGuard(ThresholdStatus aTargetStatus,
long targetValue,
GuardedDirection aDirection)
Creates a new LongBarrierPassGuard.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.