Package org.rrd4j.data
Class Def
- java.lang.Object
-
- org.rrd4j.data.Source
-
- org.rrd4j.data.Def
-
class Def extends Source
-
-
Field Summary
-
Fields inherited from class org.rrd4j.data.Source
timestamps, values
-
-
Constructor Summary
Constructors Constructor Description Def(String name, String path, String dsName, ConsolFun consolFunc)Def(String name, String path, String dsName, ConsolFun consolFunc, RrdBackendFactory backend)Def(String name, String dsName, FetchData fetchData)Def(String name, FetchData fetchData)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description (package private) AggregatesgetAggregates(long tStart, long tEnd)Deprecated.(package private) longgetArchiveEndTime()(package private) RrdBackendFactorygetBackend()(package private) StringgetCanonicalPath()(package private) ConsolFungetConsolFun()(package private) StringgetDsName()(package private) longgetFetchStep()(package private) StringgetPath()(package private) doublegetPercentile(long tStart, long tEnd, double percentile)Deprecated.(package private) long[]getRrdTimestamps()(package private) double[]getRrdValues()(package private) booleanisCompatibleWith(Def def)(package private) booleanisLoaded()(package private) voidsetFetchData(FetchData fetchData)-
Methods inherited from class org.rrd4j.data.Source
getName, getTimestamps, getValues, setTimestamps, setValues
-
-
-
-
Method Detail
-
getPath
String getPath()
-
getCanonicalPath
String getCanonicalPath() throws IOException
- Throws:
IOException
-
getDsName
String getDsName()
-
getConsolFun
ConsolFun getConsolFun()
-
getBackend
RrdBackendFactory getBackend()
-
isCompatibleWith
boolean isCompatibleWith(Def def) throws IOException
- Throws:
IOException
-
setFetchData
void setFetchData(FetchData fetchData)
-
getRrdTimestamps
long[] getRrdTimestamps()
-
getRrdValues
double[] getRrdValues()
-
getArchiveEndTime
long getArchiveEndTime()
-
getFetchStep
long getFetchStep()
-
getAggregates
@Deprecated Aggregates getAggregates(long tStart, long tEnd)
Deprecated.- Overrides:
getAggregatesin classSource- Returns:
-
getPercentile
@Deprecated double getPercentile(long tStart, long tEnd, double percentile)
Deprecated.- Overrides:
getPercentilein classSource- Returns:
-
isLoaded
boolean isLoaded()
-
-