Package | Description |
---|---|
org.rrd4j.core |
core RRD4J implementation.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
RobinArray
Class to represent archive values for a single datasource.
|
(package private) class |
RobinMatrix
Class to represent archive values for a single datasource.
|
Modifier and Type | Method and Description |
---|---|
Robin |
Archive.getRobin(int dsIndex)
Returns the underlying round robin archive.
|
Modifier and Type | Method and Description |
---|---|
void |
RobinMatrix.copyStateTo(Robin robin)
copyStateTo.
|
void |
RobinArray.copyStateTo(Robin robin)
copyStateTo.
|
void |
Robin.copyStateTo(Robin other)
copyStateTo.
|