| Package | Description |
|---|---|
| org.rrd4j.core |
core RRD4J implementation.
|
| org.rrd4j.data |
RRD4J data management classes and interfaces.
Provides data sources, processors, aggregators, and utilities for Round Robin Database (RRD) operations and calculations. |
| org.rrd4j.graph |
RRD4J graph capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
static RrdDbPool |
RrdDbPool.getInstance()
Creates a single instance of the class on the first call, or returns already existing one.
|
RrdDbPool |
DataHolder.getPool() |
| Modifier and Type | Method and Description |
|---|---|
RrdDb.Builder |
RrdDb.Builder.setPool(RrdDbPool pool)
Set the pool that will be used and set usePool to true.
|
void |
DataHolder.setPool(RrdDbPool pool)
Defines the
RrdDbPool to use. |
(package private) RrdDb.Builder |
RrdDb.Builder.setPoolInternal(RrdDbPool pool)
Internal method used to memorize the pool, without generating a loop
|
| Modifier and Type | Method and Description |
|---|---|
RrdDbPool |
DataProcessor.getPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataProcessor.setPool(RrdDbPool pool)
Defines the
RrdDbPool to use. |
| Modifier and Type | Method and Description |
|---|---|
RrdDbPool |
RrdGraphDef.getPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
RrdGraphDef.setPool(RrdDbPool pool) |