| Package | Description |
|---|---|
| org.rrd4j.core | core RRD4J implementation. |
| Modifier and Type | Class and Description |
|---|---|
class | RrdNioBackendBackend which is used to store RRD data to ordinary disk files using java.nio.* package. |
class | RrdRandomAccessFileBackendBackend which is used to store RRD data to ordinary files on the disk. |
class | RrdSafeFileBackendBackend which is used to store RRD data to ordinary files on the disk, using locking. |