| 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 |
|---|---|
protected Threshold |
ThresholdRepository.create(TieableDefinition def)
Creates a new threshold.
|
Threshold |
ThresholdRepository.createCustomThreshold(java.lang.String name,
CustomThresholdProvider provider,
OnDemandStatsProducer<S> producer) |
Threshold |
ThresholdRepository.createThreshold(ThresholdDefinition definition)
Creates a
Threshold related to given ThresholdDefinition and registers it as
MBean. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Threshold> |
ThresholdRepository.getThresholds()
Returns active thresholds.
|
| 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
|
protected boolean |
ThresholdRepository.tie(Threshold threshold,
IStatsProducer<? extends IStats> producer) |
| Modifier and Type | Method and Description |
|---|---|
Threshold |
ThresholdAlert.getThreshold() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThresholdAlert.setThreshold(Threshold threshold) |
| 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) |
Copyright © 2010-2020 anotheria.net. All Rights Reserved.