| Package | Description |
|---|---|
| org.rrd4j.core | core RRD4J implementation. |
| Modifier and Type | Class and Description |
|---|---|
class | RrdByteArrayBackendAbstract byte array based backend. |
class | RrdMemoryBackendBackend to be used to store all RRD bytes in memory. |
class | RrdNioBackendBackend which is used to store RRD data to ordinary disk files using java.nio.* package. |