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 classRrdNioBackendJRobin backend which is used to store RRD data to ordinary disk files by using fast java.nio.* package.classRrdNioByteBufferBackendJRobin backend which is used to store RRD data to ordinary disk files by using fast java.nio.* package.classRrdSafeFileBackendJRobin backend which is used to store RRD data to ordinary files on the disk.
-