Uses of Interface
org.jrobin.core.RrdUpdater
-
Packages that use RrdUpdater Package Description org.jrobin.core -
-
Uses of RrdUpdater in org.jrobin.core
Classes in org.jrobin.core that implement RrdUpdater Modifier and Type Class Description class
Archive
Class to represent single RRD archive in a RRD with its internal state.class
ArcState
Class to represent internal RRD archive state for a single datasource.class
Datasource
Class to represent single datasource within RRD.class
Header
Class to represent RRD header.class
Robin
Class to represent archive values for a single datasource.class
RrdDb
Main class used to create and manipulate round robin databases (RRDs).Methods in org.jrobin.core with parameters of type RrdUpdater Modifier and Type Method Description void
Archive. copyStateTo(RrdUpdater other)
Copies object's internal state to another Archive object.void
ArcState. copyStateTo(RrdUpdater other)
Copies object's internal state to another ArcState object.void
Datasource. copyStateTo(RrdUpdater other)
Copies object's internal state to another Datasource object.void
Header. copyStateTo(RrdUpdater other)
Copies object's internal state to another Header object.void
Robin. copyStateTo(RrdUpdater other)
Copies object's internal state to another Robin object.void
RrdDb. copyStateTo(RrdUpdater other)
Copies object's internal state to another RrdDb object.void
RrdUpdater. copyStateTo(RrdUpdater updater)
Constructors in org.jrobin.core with parameters of type RrdUpdater Constructor Description RrdDouble(RrdUpdater updater)
RrdDouble(RrdUpdater updater, boolean isConstant)
RrdDoubleArray(RrdUpdater updater, int length)
RrdInt(RrdUpdater updater)
RrdInt(RrdUpdater updater, boolean isConstant)
RrdLong(RrdUpdater updater)
RrdLong(RrdUpdater updater, boolean isConstant)
RrdPrimitive(RrdUpdater updater, int type, boolean isConstant)
RrdPrimitive(RrdUpdater updater, int type, int count, boolean isConstant)
RrdString(RrdUpdater updater)
RrdString(RrdUpdater updater, boolean isConstant)
-