Package | Description |
---|---|
org.rrd4j.core |
core RRD4J implementation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
RrdNioBackendFactory.setSyncThreadPool(RrdSyncThreadPool syncThreadPool)
Deprecated.
Create a custom instance instead
|
Constructor and 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.
|