Uses of Class
org.rrd4j.core.ByteBufferBackend
| Package | Description |
|---|---|
| org.rrd4j.core |
core RRD4J implementation.
|
-
Uses of ByteBufferBackend in org.rrd4j.core
Subclasses of ByteBufferBackend in org.rrd4j.core Modifier and Type Class Description classRrdByteArrayBackendAbstract byte array based backend.classRrdMemoryBackendBackend to be used to store all RRD bytes in memory.classRrdNioBackendBackend which is used to store RRD data to ordinary disk files using java.nio.* package.