Package | Description |
---|---|
org.rrd4j.core |
core RRD4J implementation.
|
org.rrd4j.data |
RRD4J data management.
|
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.
|
Modifier and Type | Method and Description |
---|---|
RrdDb.Builder |
RrdDb.Builder.setPool(RrdDbPool pool)
Set the pool that will be used if
RrdDb.Builder.usePool is true. |
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. |