Package org.rrd4j.data
Class Def
java.lang.Object
org.rrd4j.data.Source
org.rrd4j.data.Def
-
Field Summary
Fields inherited from class org.rrd4j.data.Source
timestamps, values
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) Aggregates
getAggregates
(long tStart, long tEnd) Deprecated.(package private) long
(package private) RrdBackendFactory
(package private) URI
(package private) ConsolFun
(package private) String
(package private) long
(package private) double
getPercentile
(long tStart, long tEnd, double percentile) Deprecated.(package private) RrdDb
getRrdDb()
(package private) long[]
(package private) double[]
(package private) boolean
isCompatibleWith
(Def def) (package private) boolean
isLoaded()
(package private) void
setFetchData
(FetchData fetchData) Methods inherited from class org.rrd4j.data.Source
getName, getTimestamps, getValues, setTimestamps, setValues
-
Constructor Details
-
Def
-
Def
-
Def
Def(String name, URI rrdUri, String dsName, ConsolFun consolFunc, RrdBackendFactory backend)
-
-
Method Details
-
getCanonicalUri
- Throws:
IOException
-
getDsName
String getDsName() -
getConsolFun
ConsolFun getConsolFun() -
getBackend
RrdBackendFactory getBackend() -
isCompatibleWith
- Throws:
IOException
-
getRrdDb
RrdDb getRrdDb() -
setFetchData
-
getRrdTimestamps
long[] getRrdTimestamps() -
getRrdValues
double[] getRrdValues() -
getArchiveEndTime
long getArchiveEndTime() -
getFetchStep
long getFetchStep() -
getAggregates
Deprecated.- Overrides:
getAggregates
in classSource
- Returns:
-
getPercentile
Deprecated.- Overrides:
getPercentile
in classSource
- Returns:
-
isLoaded
boolean isLoaded()
-