Uses of Class
org.rrd4j.core.RrdSyncThreadPool
Package | Description |
---|---|
org.rrd4j.core |
core RRD4J implementation.
|
-
Uses of RrdSyncThreadPool in org.rrd4j.core
Methods in org.rrd4j.core that return RrdSyncThreadPool Modifier and Type Method Description RrdSyncThreadPool
RrdNioBackendFactory. getSyncThreadPool()
RrdSyncThreadPool
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 RrdSyncThreadPool Modifier and Type Method Description void
RrdNioBackendFactory. setSyncThreadPool(RrdSyncThreadPool syncThreadPool)
Deprecated.Create a custom instance insteadConstructors in org.rrd4j.core with parameters of type RrdSyncThreadPool Constructor Description 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.