Uses of Interface
org.opennms.netmgt.dao.api.ResourceStorageDao
-
-
Uses of ResourceStorageDao in org.opennms.netmgt.collectd.tca
Methods in org.opennms.netmgt.collectd.tca that return ResourceStorageDao Modifier and Type Method Description ResourceStorageDao
TcaCollector. getResourceStorageDao()
Methods in org.opennms.netmgt.collectd.tca with parameters of type ResourceStorageDao Modifier and Type Method Description void
TcaCollector. setResourceStorageDao(ResourceStorageDao resourceStorageDao)
-
Uses of ResourceStorageDao in org.opennms.netmgt.collection.persistence.rrd
Fields in org.opennms.netmgt.collection.persistence.rrd declared as ResourceStorageDao Modifier and Type Field Description protected ResourceStorageDao
BasePersister. m_resourceStorageDao
Methods in org.opennms.netmgt.collection.persistence.rrd that return ResourceStorageDao Modifier and Type Method Description ResourceStorageDao
RrdPersisterFactory. getResourceStorageDao()
Methods in org.opennms.netmgt.collection.persistence.rrd with parameters of type ResourceStorageDao Modifier and Type Method Description void
RrdPersisterFactory. setResourceStorageDao(ResourceStorageDao resourceStorageDao)
Constructors in org.opennms.netmgt.collection.persistence.rrd with parameters of type ResourceStorageDao Constructor Description BasePersister(ServiceParameters params, RrdRepository repository, RrdStrategy<?,?> rrdStrategy, ResourceStorageDao resourceStorageDao)
Constructor for BasePersister.GroupPersister(ServiceParameters params, RrdRepository repository, RrdStrategy<?,?> rrdStrategy, ResourceStorageDao resourceStorageDao)
Constructor for GroupPersister.OneToOnePersister(ServiceParameters params, RrdRepository repository, RrdStrategy<?,?> rrdStrategy, ResourceStorageDao resourceStorageDao)
Constructor for OneToOnePersister. -
Uses of ResourceStorageDao in org.opennms.netmgt.collection.test.api
Methods in org.opennms.netmgt.collection.test.api with parameters of type ResourceStorageDao Modifier and Type Method Description static void
CollectorTestUtils. collectNTimes(RrdStrategy<?,?> rrdStrategy, ResourceStorageDao resourceStorageDao, CollectionSpecification spec, CollectionAgent agent, int numUpdates)
static void
CollectorTestUtils. failToCollectNTimes(RrdStrategy<?,?> rrdStrategy, ResourceStorageDao resourceStorageDao, CollectionSpecification spec, CollectionAgent agent, int numUpdates)
static void
CollectorTestUtils. persistCollectionSet(RrdStrategy<?,?> rrdStrategy, ResourceStorageDao resourceStorageDao, CollectionSpecification spec, CollectionSet collectionSet)
-
Uses of ResourceStorageDao in org.opennms.netmgt.dao.api
Classes in org.opennms.netmgt.dao.api that implement ResourceStorageDao Modifier and Type Class Description class
EmptyResourceStorageDao
-
Uses of ResourceStorageDao in org.opennms.netmgt.dao.support
Classes in org.opennms.netmgt.dao.support that implement ResourceStorageDao Modifier and Type Class Description class
FilesystemResourceStorageDao
Used in conjunction with RRD/JRB strategies that persist metrics to the local disk.class
NewtsResourceStorageDao
Resource Storage Dao implementation for Newts that leverages the Search API for walking the resource tree.Methods in org.opennms.netmgt.dao.support that return ResourceStorageDao Modifier and Type Method Description ResourceStorageDao
DefaultResourceDao. getResourceStorageDao()
Methods in org.opennms.netmgt.dao.support with parameters of type ResourceStorageDao Modifier and Type Method Description protected static Map<String,GenericIndexResourceType>
GenericIndexResourceType. createTypes(Map<String,ResourceType> configuredResourceTypes, ResourceStorageDao resourceStorageDao)
void
DefaultResourceDao. setResourceStorageDao(ResourceStorageDao resourceStorageDao)
-
Uses of ResourceStorageDao in org.opennms.netmgt.threshd
Fields in org.opennms.netmgt.threshd declared as ResourceStorageDao Modifier and Type Field Description protected ResourceStorageDao
ThresholdingSetImpl. m_resourceStorageDao
protected ResourceStorageDao
ThresholdingSessionImpl. resourceStorageDao
Methods in org.opennms.netmgt.threshd that return ResourceStorageDao Modifier and Type Method Description ResourceStorageDao
ThresholdingSessionImpl. getResourceDao()
Constructors in org.opennms.netmgt.threshd with parameters of type ResourceStorageDao Constructor Description CollectionResourceWrapper(Date collectionTimestamp, int nodeId, String hostAddress, String serviceName, RrdRepository repository, CollectionResource resource, Map<String,CollectionAttribute> attributes, ResourceStorageDao resourceStorageDao, IfLabel ifLabelDao, Long sequenceNumber)
Constructor for CollectionResourceWrapper.ThresholdingSessionImpl(ThresholdingServiceImpl service, ThresholdingSessionKey sessionKey, ResourceStorageDao resourceStorageDao, RrdRepository rrdRepository, ServiceParameters serviceParams, BlobStore blobStore, boolean isDistributed, ThresholdStateMonitor thresholdStateMonitor)
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)
ThresholdingVisitorImpl(ThresholdingSetImpl thresholdingSet, ResourceStorageDao resourceStorageDao, ThresholdingEventProxy eventProxy, Long sequenceNumber)
-
Uses of ResourceStorageDao in org.opennms.netmgt.timeseries.resource
Classes in org.opennms.netmgt.timeseries.resource that implement ResourceStorageDao Modifier and Type Class Description class
TimeseriesResourceStorageDao
Resource Storage Dao implementation for Timeseries Integration Layer that leverages the Search API for walking the resource tree. -
Uses of ResourceStorageDao in org.opennms.nrtg.web.internal
Methods in org.opennms.nrtg.web.internal that return ResourceStorageDao Modifier and Type Method Description ResourceStorageDao
NrtController. getResourceStorageDao()
Methods in org.opennms.nrtg.web.internal with parameters of type ResourceStorageDao Modifier and Type Method Description void
NrtController. setResourceStorageDao(ResourceStorageDao resourceStorageDao)
-
Uses of ResourceStorageDao in org.opennms.protocols.xml.collector
Methods in org.opennms.protocols.xml.collector that return ResourceStorageDao Modifier and Type Method Description ResourceStorageDao
AbstractXmlCollectionHandler. getResourceStorageDao()
Methods in org.opennms.protocols.xml.collector with parameters of type ResourceStorageDao Modifier and Type Method Description void
AbstractXmlCollectionHandler. setResourceStorageDao(ResourceStorageDao resourceStorageDao)
-