Package org.rrd4j.core
Interface RrdUpdater<T extends RrdUpdater<T>>
-
- All Known Subinterfaces:
Robin
- All Known Implementing Classes:
Archive
,ArcState
,Datasource
,Header
,RobinArray
,RobinMatrix
,RrdDb
interface RrdUpdater<T extends RrdUpdater<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
copyStateTo(T updater)
copyStateTo.RrdAllocator
getRrdAllocator()
getRrdAllocator.RrdBackend
getRrdBackend()
getRrdBackend.
-
-
-
Method Detail
-
getRrdBackend
RrdBackend getRrdBackend()
getRrdBackend.
- Returns:
- a
RrdBackend
object.
-
copyStateTo
void copyStateTo(T updater) throws IOException
copyStateTo.
- Parameters:
updater
- aRrdUpdater
object.- Throws:
IOException
- if any.
-
getRrdAllocator
RrdAllocator getRrdAllocator()
getRrdAllocator.
- Returns:
- a
RrdAllocator
object.
-
-