Uses of package org.rrd4j.data

Packages that use org.rrd4j.data 
Package Description
org.rrd4j
RRD4J is a high performance data logging and graphing system for time series data, implementing RRDTool's functionality in Java.
org.rrd4j.core
core RRD4J implementation.
org.rrd4j.core.jrrd
This package provides read-only access to natives RRD file.
org.rrd4j.data
RRD4J data management.
org.rrd4j.graph
RRD4J graph capabilities.
  • Classes in org.rrd4j.data used by org.rrd4j 
    Class Description
    Variable
    An abstract class to help extract single value from a set of value (VDEF in rrdtool) It can be used to add new fancy statistical calculation with rrd values
  • Classes in org.rrd4j.data used by org.rrd4j.core 
    Class Description
    Aggregates
    Deprecated.
    This class is deprecated.
    IPlottable
    Interface to be used for custom datasources.
    Variable
    An abstract class to help extract single value from a set of value (VDEF in rrdtool) It can be used to add new fancy statistical calculation with rrd values
  • Classes in org.rrd4j.data used by org.rrd4j.core.jrrd 
    Class Description
    Plottable
    Deprecated.
    use implementations of IPlottable instead
  • Classes in org.rrd4j.data used by org.rrd4j.data 
    Class Description
    Aggregates
    Deprecated.
    This class is deprecated.
    DataProcessor
    Class which should be used for all calculations based on the data fetched from RRD files.
    Def  
    IPlottable
    Interface to be used for custom datasources.
    LinearInterpolator.Method
    A enumeration of interpolation methods
    NonRrdSource  
    Plottable
    Deprecated.
    use implementations of IPlottable instead
    Source  
    Variable
    An abstract class to help extract single value from a set of value (VDEF in rrdtool) It can be used to add new fancy statistical calculation with rrd values
    Variable.PercentElem
    Store all the informations about a datasource point, for predictive and consistent sorting
    Variable.PERCENTILE
    Find the point at the n-th percentile.
    Variable.Value
    This class store both the value and the time stamp It will be used by graph rendering legend
  • Classes in org.rrd4j.data used by org.rrd4j.graph 
    Class Description
    DataProcessor
    Class which should be used for all calculations based on the data fetched from RRD files.
    IPlottable
    Interface to be used for custom datasources.
    Variable
    An abstract class to help extract single value from a set of value (VDEF in rrdtool) It can be used to add new fancy statistical calculation with rrd values