Uses of Class
org.rrd4j.core.RrdSyncThreadPool
Packages that use RrdSyncThreadPool
-
Uses of RrdSyncThreadPool in org.rrd4j.core
Methods in org.rrd4j.core that return RrdSyncThreadPoolModifier and TypeMethodDescriptionRrdNioBackendFactory.getSyncThreadPool()
RrdSyncThreadPool.registerShutdownHook()
Registers a shutdown hook that destroys the underlying thread pool when when the JVM is about to quit.Methods in org.rrd4j.core with parameters of type RrdSyncThreadPoolModifier and TypeMethodDescriptionvoid
RrdNioBackendFactory.setSyncThreadPool
(RrdSyncThreadPool syncThreadPool) Deprecated.Create a custom instance insteadConstructors in org.rrd4j.core with parameters of type RrdSyncThreadPoolModifierConstructorDescriptionprotected
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.