Uses of Class
org.rrd4j.core.RrdDbPool
Packages that use RrdDbPool
Package
Description
core RRD4J implementation.
RRD4J data management.
RRD4J graph capabilities.
-
Uses of RrdDbPool in org.rrd4j.core
Methods in org.rrd4j.core that return RrdDbPoolModifier and TypeMethodDescriptionstatic RrdDbPool
RrdDbPool.getInstance()
Creates a single instance of the class on the first call, or returns already existing one.DataHolder.getPool()
Methods in org.rrd4j.core with parameters of type RrdDbPoolModifier and TypeMethodDescriptionvoid
Defines theRrdDbPool
to use.Set the pool that will be used and set usePool to true.(package private) RrdDb.Builder
RrdDb.Builder.setPoolInternal
(RrdDbPool pool) Internal method used to memorized the pool, without generating a loop -
Uses of RrdDbPool in org.rrd4j.data
Methods in org.rrd4j.data that return RrdDbPoolMethods in org.rrd4j.data with parameters of type RrdDbPool -
Uses of RrdDbPool in org.rrd4j.graph
Methods in org.rrd4j.graph that return RrdDbPoolMethods in org.rrd4j.graph with parameters of type RrdDbPool