Uses of Class
org.opennms.netmgt.threshd.ThresholdEntity
-
Packages that use ThresholdEntity Package Description org.opennms.netmgt.threshd -
-
Uses of ThresholdEntity in org.opennms.netmgt.threshd
Methods in org.opennms.netmgt.threshd that return ThresholdEntity Modifier and Type Method Description ThresholdEntity
ThresholdEntity. clone()
Returns a copy of this ThresholdEntity object.Methods in org.opennms.netmgt.threshd that return types with arguments of type ThresholdEntity Modifier and Type Method Description Map<String,Set<ThresholdEntity>>
ThresholdResourceType. getThresholdMap()
getThresholdMapMethods in org.opennms.netmgt.threshd with parameters of type ThresholdEntity Modifier and Type Method Description void
ThresholdEntity. merge(ThresholdEntity entity)
Merges the configuration and update states using parameter entity as a reference.protected boolean
ThresholdingSetImpl. passedThresholdFilters(CollectionResourceWrapper resource, ThresholdEntity thresholdEntity)
Method parameters in org.opennms.netmgt.threshd with type arguments of type ThresholdEntity Modifier and Type Method Description void
ThresholdResourceType. setThresholdMap(Map<String,Set<ThresholdEntity>> thresholdMap)
setThresholdMap
-