Package org.rrd4j.data
Class Def
java.lang.Object
org.rrd4j.data.Source
org.rrd4j.data.Def
class Def extends Source
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description (package private) Aggregates
getAggregates(long tStart, long tEnd)
Deprecated.(package private) long
getArchiveEndTime()
(package private) RrdBackendFactory
getBackend()
(package private) URI
getCanonicalUri()
(package private) ConsolFun
getConsolFun()
(package private) String
getDsName()
(package private) long
getFetchStep()
(package private) double
getPercentile(long tStart, long tEnd, double percentile)
Deprecated.(package private) RrdDb
getRrdDb()
(package private) long[]
getRrdTimestamps()
(package private) double[]
getRrdValues()
(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
-
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()
-