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 RrdDbPoolRrdDbPool. 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.BuilderRrdDb.Builder. setPool(RrdDbPool pool)Set the pool that will be used ifRrdDb.Builder.usePoolis true. -
Uses of RrdDbPool in org.rrd4j.data
Methods in org.rrd4j.data that return RrdDbPool Modifier and Type Method Description RrdDbPoolDataProcessor. getPool()Methods in org.rrd4j.data with parameters of type RrdDbPool Modifier and Type Method Description voidDataProcessor. setPool(RrdDbPool pool)Defines theRrdDbPoolto use.
-