Uses of Interface
org.opennms.netmgt.rrd.RrdStrategy
-
-
Uses of RrdStrategy in org.opennms.netmgt.collection.persistence.rrd
Methods in org.opennms.netmgt.collection.persistence.rrd that return RrdStrategy Modifier and Type Method Description RrdStrategy<?,?>
BasePersister. getRrdStrategy()
RrdStrategy<?,?>
RrdPersisterFactory. getRrdStrategy()
RrdStrategy<?,?>
RrdPersistOperationBuilder. getRrdStrategy()
Methods in org.opennms.netmgt.collection.persistence.rrd with parameters of type RrdStrategy Modifier and Type Method Description void
RrdPersisterFactory. setRrdStrategy(RrdStrategy<?,?> rrdStrategy)
Constructors in org.opennms.netmgt.collection.persistence.rrd with parameters of type RrdStrategy 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.RrdPersistOperationBuilder(RrdStrategy<?,?> rrdStrategy, RrdRepository repository, ResourceIdentifier resource, String rrdName, boolean dontReorderAttributes)
-
Uses of RrdStrategy in org.opennms.netmgt.collection.test.api
Methods in org.opennms.netmgt.collection.test.api with parameters of type RrdStrategy 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)
static String
CollectorTestUtils. rrd(RrdStrategy<Object,Object> rrdStrategy, String file)
-
Uses of RrdStrategy in org.opennms.netmgt.dao.support
Methods in org.opennms.netmgt.dao.support that return RrdStrategy Modifier and Type Method Description RrdStrategy<?,?>
DefaultRrdDao. getRrdStrategy()
getRrdStrategyMethods in org.opennms.netmgt.dao.support with parameters of type RrdStrategy Modifier and Type Method Description void
DefaultRrdDao. setRrdStrategy(RrdStrategy<?,?> rrdStrategy)
setRrdStrategyvoid
FilesystemResourceStorageDao. setRrdStrategy(RrdStrategy<?,?> rrdStrategy)
-
Uses of RrdStrategy in org.opennms.netmgt.queued
Methods in org.opennms.netmgt.queued that return RrdStrategy Modifier and Type Method Description RrdStrategy<?,?>
Queued. getRrdStrategy()
getRrdStrategyMethods in org.opennms.netmgt.queued with parameters of type RrdStrategy Modifier and Type Method Description void
Queued. setRrdStrategy(RrdStrategy<?,?> rrdStrategy)
setRrdStrategy -
Uses of RrdStrategy in org.opennms.netmgt.rrd
Classes in org.opennms.netmgt.rrd that implement RrdStrategy Modifier and Type Class Description class
MultiOutputRrdStrategy
MultiOutputRrdStrategy class.class
NullRrdStrategy
ARrdStrategy
implementation that does nothing.class
QueuingRrdStrategy
Provides queuing implementation of RrdStrategy.Methods in org.opennms.netmgt.rrd that return RrdStrategy Modifier and Type Method Description RrdStrategy<Object,Object>
QueuingRrdStrategy. getDelegate()
getDelegate<D,F>
RrdStrategy<D,F>RrdStrategyFactory. getStrategy()
getStrategyMethods in org.opennms.netmgt.rrd that return types with arguments of type RrdStrategy Modifier and Type Method Description List<RrdStrategy<Object,Object>>
MultiOutputRrdStrategy. getDelegates()
getDelegatesMethod parameters in org.opennms.netmgt.rrd with type arguments of type RrdStrategy Modifier and Type Method Description void
MultiOutputRrdStrategy. setDelegates(List<RrdStrategy<Object,Object>> delegates)
setDelegatesConstructors in org.opennms.netmgt.rrd with parameters of type RrdStrategy Constructor Description QueuingRrdStrategy(RrdStrategy<Object,Object> delegate)
Constructor for QueuingRrdStrategy. -
Uses of RrdStrategy in org.opennms.netmgt.rrd.jrobin
Classes in org.opennms.netmgt.rrd.jrobin that implement RrdStrategy Modifier and Type Class Description class
JRobinRrdStrategy
Provides a JRobin based implementation of RrdStrategy. -
Uses of RrdStrategy in org.opennms.netmgt.rrd.rrdtool
Classes in org.opennms.netmgt.rrd.rrdtool that implement RrdStrategy Modifier and Type Class Description class
AbstractJniRrdStrategy<D,F>
class
JniRrdStrategy
Provides an rrdtool based implementation of RrdStrategy.class
MultithreadedJniRrdStrategy
A multi-threaded JNI-based RRD strategy using jrrd2. -
Uses of RrdStrategy in org.opennms.netmgt.rrd.tcp
Classes in org.opennms.netmgt.rrd.tcp that implement RrdStrategy Modifier and Type Class Description class
QueuingTcpRrdStrategy
Provides a TCP socket-based implementation of RrdStrategy that pushes update commands out in a simple serialized format.class
TcpRrdStrategy
Provides a TCP socket-based implementation of RrdStrategy that pushes update commands out in a simple serialized format.
-