Fabrice Bacchella
unread,Feb 10, 2019, 1:13:01 PM2/10/19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rrd4j-discuss
RRD4J 3.5 is just released. A few deprecation warning to be expected.
This version include minor tunings, that should slightly reduce memory usage.
RrdGraph can now take a custom ImageWriter and ImageWriteParam for better control of generated image.
The class DataImporter is now public, it allows to define custom importer.
RrdDb are now made using a Builder, because of the explosion of parameters. The builder can also be used to define the use of a pool.
A RrdDb now remember if it was open directly or from the pool, so calling RrdDbPool.release is not needed any more.
The RrdDbPool is not restricted any more to files.
* Fixed Issue 123: Char arrays duplicates with ConsoleFun values in memory.
* Fixed Issue 124: RRD4j 3.4 increasing number of open files.