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 classArchiveClass to represent single RRD archive in a RRD with its internal state.classArcStateClass to represent internal RRD archive state for a single datasource.classDatasourceClass to represent single datasource within RRD.classHeaderClass to represent RRD header.classRobinClass to represent archive values for a single datasource.classRrdDbMain 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 voidArchive. copyStateTo(RrdUpdater other)Copies object's internal state to another Archive object.voidArcState. copyStateTo(RrdUpdater other)Copies object's internal state to another ArcState object.voidDatasource. copyStateTo(RrdUpdater other)Copies object's internal state to another Datasource object.voidHeader. copyStateTo(RrdUpdater other)Copies object's internal state to another Header object.voidRobin. copyStateTo(RrdUpdater other)Copies object's internal state to another Robin object.voidRrdDb. copyStateTo(RrdUpdater other)Copies object's internal state to another RrdDb object.voidRrdUpdater. 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)
-