|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.threshd.ThresholdingSet
org.opennms.netmgt.threshd.LatencyThresholdingSet
public class LatencyThresholdingSet
LatencyThresholdingSet class.
| Field Summary |
|---|
| Fields inherited from class org.opennms.netmgt.threshd.ThresholdingSet |
|---|
m_configManager, m_hasThresholds, m_hostAddress, m_initialized, m_nodeId, m_repository, m_scheduledOutages, m_serviceName, m_thresholdGroups, m_thresholdsDao |
| Constructor Summary | |
|---|---|
LatencyThresholdingSet(int nodeId,
String hostAddress,
String serviceName,
RrdRepository repository)
Constructor for LatencyThresholdingSet. |
|
| Method Summary | |
|---|---|
List<Event> |
applyThresholds(String svcName,
Map<String,Double> attributes)
|
boolean |
hasThresholds(Map<String,Double> attributes)
hasThresholds |
protected boolean |
passedThresholdFilters(CollectionResourceWrapper resource,
ThresholdEntity thresholdEntity)
passedThresholdFilters |
| Methods inherited from class org.opennms.netmgt.threshd.ThresholdingSet |
|---|
applyThresholds, hasThresholds, hasThresholds, initialize, initThresholdsDao, isNodeInOutage, log, mergeThresholdGroups, reinitialize, toString, updateScheduledOutages |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LatencyThresholdingSet(int nodeId,
String hostAddress,
String serviceName,
RrdRepository repository)
Constructor for LatencyThresholdingSet.
nodeId - a int.hostAddress - a String object.serviceName - a String object.repository - a RrdRepository object.interval - a long.| Method Detail |
|---|
public boolean hasThresholds(Map<String,Double> attributes)
hasThresholds
attributes - a Map object.
public List<Event> applyThresholds(String svcName,
Map<String,Double> attributes)
protected boolean passedThresholdFilters(CollectionResourceWrapper resource,
ThresholdEntity thresholdEntity)
passedThresholdFilters
passedThresholdFilters in class ThresholdingSetresource - a CollectionResourceWrapper object.thresholdEntity - a ThresholdEntity object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||