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 class
RrdNioBackend
Backend which is used to store RRD data to ordinary disk files using java.nio.* package.class
RrdRandomAccessFileBackend
Backend which is used to store RRD data to ordinary files on the disk.class
RrdSafeFileBackend
Backend which is used to store RRD data to ordinary files on the disk, using locking.