Uses of Class
org.jrobin.core.RrdFileBackend
-
Packages that use RrdFileBackend Package Description org.jrobin.core -
-
Uses of RrdFileBackend in org.jrobin.core
Subclasses of RrdFileBackend in org.jrobin.core Modifier and Type Class Description class
RrdNioBackend
JRobin backend which is used to store RRD data to ordinary disk files by using fast java.nio.* package.class
RrdNioByteBufferBackend
JRobin backend which is used to store RRD data to ordinary disk files by using fast java.nio.* package.class
RrdSafeFileBackend
JRobin backend which is used to store RRD data to ordinary files on the disk.
-