Package org.opennms.core.utils
Class TimeSeries
- java.lang.Object
-
- org.opennms.core.utils.TimeSeries
-
public abstract class TimeSeries extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TimeSeries.Strategy
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_GRAPHS_ENGINE_TYPE
static String
DEFAULT_RRD_STRATEGY_CLASS
static String
RRD_STRATEGY_CLASS_PROPERTY
static String
RRD_TIME_SERIES_STRATEGY_NAME
static String
TIMESERIES_GRAPHS_ENGINE_PROPERTY
static String
TIMESERIES_STRATEGY_PROPERTY
-
Constructor Summary
Constructors Modifier Constructor Description protected
TimeSeries()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getGraphEngine()
static TimeSeries.Strategy
getTimeseriesStrategy()
-
-
-
Field Detail
-
TIMESERIES_GRAPHS_ENGINE_PROPERTY
public static final String TIMESERIES_GRAPHS_ENGINE_PROPERTY
- See Also:
- Constant Field Values
-
TIMESERIES_STRATEGY_PROPERTY
public static final String TIMESERIES_STRATEGY_PROPERTY
- See Also:
- Constant Field Values
-
DEFAULT_GRAPHS_ENGINE_TYPE
public static final String DEFAULT_GRAPHS_ENGINE_TYPE
- See Also:
- Constant Field Values
-
RRD_STRATEGY_CLASS_PROPERTY
public static final String RRD_STRATEGY_CLASS_PROPERTY
- See Also:
- Constant Field Values
-
RRD_TIME_SERIES_STRATEGY_NAME
public static final String RRD_TIME_SERIES_STRATEGY_NAME
- See Also:
- Constant Field Values
-
DEFAULT_RRD_STRATEGY_CLASS
public static final String DEFAULT_RRD_STRATEGY_CLASS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTimeseriesStrategy
public static TimeSeries.Strategy getTimeseriesStrategy()
-
getGraphEngine
public static String getGraphEngine()
-
-