| Package | Description |
|---|---|
| org.rrd4j.data | RRD4J data management classes and interfaces. Provides data sources, processors, aggregators, and utilities for Round Robin Database (RRD) operations and calculations. |
| Modifier and Type | Method and Description |
|---|---|
static LinearInterpolator.Method | LinearInterpolator.Method.valueOf(String name)Returns the enum constant of this type with the specified name. |
static LinearInterpolator.Method[] | LinearInterpolator.Method.values()Returns an array containing the constants of this enum type, in
the order they are declared. |
| Modifier and Type | Method and Description |
|---|---|
void | LinearInterpolator.setInterpolationMethod(LinearInterpolator.Method interpolationMethod)Sets interpolation method to be used. |