Uses of Class
org.jrobin.core.SyncManager
-
Packages that use SyncManager Package Description org.jrobin.core -
-
Uses of SyncManager in org.jrobin.core
Methods in org.jrobin.core that return SyncManager Modifier and Type Method Description (package private) SyncManager
RrdNioBackendFactory. getSyncManager()
Constructors in org.jrobin.core with parameters of type SyncManager Constructor Description RrdNioBackend(String path, boolean readOnly, SyncManager syncManager)
Creates RrdFileBackend object for the given file path, backed by java.nio.* classes.
-