Uses of Interface
org.rrd4j.core.RrdFileBackend
| Package | Description |
|---|---|
| org.rrd4j.core |
core RRD4J implementation.
|
-
Uses of RrdFileBackend in org.rrd4j.core
Classes in org.rrd4j.core that implement RrdFileBackend Modifier and Type Class Description classRrdNioBackendBackend which is used to store RRD data to ordinary disk files using java.nio.* package.classRrdRandomAccessFileBackendBackend which is used to store RRD data to ordinary files on the disk.classRrdSafeFileBackendBackend which is used to store RRD data to ordinary files on the disk, using locking.