Uses of Class
org.rrd4j.core.RrdDbPool
-
Packages that use RrdDbPool Package Description org.rrd4j.core core RRD4J implementation.org.rrd4j.data RRD4J data management. -
-
Uses of RrdDbPool in org.rrd4j.core
Methods in org.rrd4j.core that return RrdDbPool Modifier and Type Method Description static RrdDbPool
RrdDbPool. getInstance()
Creates a single instance of the class on the first call, or returns already existing one.Methods in org.rrd4j.core with parameters of type RrdDbPool Modifier and Type Method Description RrdDb.Builder
RrdDb.Builder. setPool(RrdDbPool pool)
Set the pool that will be used ifRrdDb.Builder.usePool
is true. -
Uses of RrdDbPool in org.rrd4j.data
Methods in org.rrd4j.data that return RrdDbPool Modifier and Type Method Description RrdDbPool
DataProcessor. getPool()
Methods in org.rrd4j.data with parameters of type RrdDbPool Modifier and Type Method Description void
DataProcessor. setPool(RrdDbPool pool)
Defines theRrdDbPool
to use.
-