T - The type of RrdUpdater, used for generic type safetyinterface RrdUpdater<T extends RrdUpdater<T>>
This interface defines the contract for objects that need to be updated when RRD data changes. It provides methods to access the backend storage, copy state between objects, and manage memory allocation.
| Modifier and Type | Method and Description |
|---|---|
void |
copyStateTo(T updater)
copyStateTo.
|
RrdAllocator |
getRrdAllocator()
getRrdAllocator.
|
RrdBackend |
getRrdBackend()
getRrdBackend.
|
void copyStateTo(T updater) throws IOException
updater - a RrdUpdater object.IOException - if any.RrdAllocator getRrdAllocator()
RrdAllocator object.RrdBackend getRrdBackend()
RrdBackend object.