| Package | Description | 
|---|---|
| org.opennms.netmgt.threshd | |
| org.opennms.netmgt.threshd.api | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ThresholdingSessionImpl.accept(CollectionSet collectionSet)  | 
ThresholdingSession | 
ThresholdingServiceImpl.createSession(int nodeId,
             String hostAddress,
             String serviceName,
             RrdRepository repository,
             ServiceParameters serviceParams)  | 
ThresholdingSet | 
DefaultThresholdingSetPersister.getThresholdingSet(ThresholdingSession session,
                  ThresholdingEventProxy eventProxy)  | 
ThresholdingVisitorImpl | 
ThresholdingServiceImpl.getThresholdingVistor(ThresholdingSession session,
                     Long sequenceNumber)  | 
protected void | 
ThresholdingSetImpl.initialize()  | 
protected void | 
ThresholdingSetImpl.initThresholdsDao()  | 
void | 
ThresholdingVisitorImpl.reloadScheduledOutages()  | 
| Constructor and Description | 
|---|
ThresholdingSetImpl(int nodeId,
                   String hostAddress,
                   String serviceName,
                   RrdRepository repository,
                   ServiceParameters svcParams,
                   ResourceStorageDao resourceStorageDao,
                   ThresholdingEventProxy eventProxy,
                   ThresholdingSession thresholdingSession,
                   ReadableThreshdDao threshdDao,
                   ReadableThresholdingDao thresholdingDao,
                   ReadablePollOutagesDao pollOutagesDao,
                   IfLabel ifLabelDao,
                   EntityScopeProvider entityScopeProvider)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ThresholdingSession.accept(CollectionSet collectionSet)
Accepts a  
CollectionSet for threshold evaluation. | 
ThresholdingSession | 
ThresholdingService.createSession(int nodeId,
             String hostAddress,
             String serviceName,
             RrdRepository rrdRepository,
             ServiceParameters serviceParameters)
Creates a session to perform Thresholding against. 
 | 
ThresholdingSet | 
ThresholdingSetPersister.getThresholdingSet(ThresholdingSession session,
                  ThresholdingEventProxy eventProxy)  | 
Copyright © 2020. All rights reserved.