Package org.jrobin.core
Interface RrdUpdater
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
copyStateTo(RrdUpdater updater)
RrdAllocator
getRrdAllocator()
RrdBackend
getRrdBackend()
-
-
-
Method Detail
-
getRrdBackend
RrdBackend getRrdBackend()
-
copyStateTo
void copyStateTo(RrdUpdater updater) throws IOException, RrdException
- Throws:
IOException
RrdException
-
getRrdAllocator
RrdAllocator getRrdAllocator()
-
-