Uses of Class
org.rrd4j.core.RrdSyncThreadPool
-
Uses of RrdSyncThreadPool in org.rrd4j.core
Modifier and TypeMethodDescriptionRrdNioBackendFactory.getSyncThreadPool()
RrdSyncThreadPool.registerShutdownHook()
Registers a shutdown hook that destroys the underlying thread pool when when the JVM is about to quit.Modifier and TypeMethodDescriptionvoid
RrdNioBackendFactory.setSyncThreadPool
(RrdSyncThreadPool syncThreadPool) Deprecated.Create a custom instance insteadModifierConstructorDescriptionprotected
RrdNioBackend
(String path, boolean readOnly, RrdSyncThreadPool threadPool, int syncPeriod) Creates RrdFileBackend object for the given file path, backed by java.nio.* classes.RrdNioBackendFactory
(int syncPeriod, RrdSyncThreadPool syncThreadPool) Creates a new RrdNioBackendFactory.