Uses of Interface
org.rrd4j.core.RrdUpdater
Package | Description |
---|---|
org.rrd4j.core |
core RRD4J implementation.
|
-
Uses of RrdUpdater in org.rrd4j.core
Classes in org.rrd4j.core with type parameters of type RrdUpdater Modifier and Type Class Description (package private) class
RrdDouble<U extends RrdUpdater<U>>
(package private) class
RrdDoubleArray<U extends RrdUpdater<U>>
(package private) class
RrdDoubleMatrix<U extends RrdUpdater<U>>
(package private) class
RrdEnum<U extends RrdUpdater<U>,E extends Enum<E>>
(package private) class
RrdInt<U extends RrdUpdater<U>>
(package private) class
RrdLong<U extends RrdUpdater<U>>
(package private) class
RrdPrimitive<U extends RrdUpdater<U>>
(package private) class
RrdString<U extends RrdUpdater<U>>
(package private) interface
RrdUpdater<T extends RrdUpdater<T>>
Subinterfaces of RrdUpdater in org.rrd4j.core Modifier and Type Interface Description interface
Robin
Class to represent archive values for a single datasource.Classes in org.rrd4j.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.(package private) class
RobinArray
Class to represent archive values for a single datasource.(package private) class
RobinMatrix
Class to represent archive values for a single datasource.class
RrdDb
Main class used to create and manipulate round robin databases (RRDs).Constructors in org.rrd4j.core with parameters of type RrdUpdater Constructor Description RrdDouble(RrdUpdater<U> updater)
RrdDouble(RrdUpdater<U> updater, boolean isConstant)
RrdDoubleArray(RrdUpdater<U> updater, int length)
RrdDoubleMatrix(RrdUpdater<U> updater, int row, int column, boolean shouldInitialize)
RrdEnum(RrdUpdater<U> updater, boolean isConstant, Class<E> clazz)
RrdEnum(RrdUpdater<U> updater, Class<E> clazz)
RrdInt(RrdUpdater<U> updater)
RrdInt(RrdUpdater<U> updater, boolean isConstant)
RrdLong(RrdUpdater<U> updater)
RrdLong(RrdUpdater<U> updater, boolean isConstant)
RrdPrimitive(RrdUpdater<U> updater, int type, boolean isConstant)
RrdPrimitive(RrdUpdater<U> updater, int type, int count, boolean isConstant)
RrdString(RrdUpdater<U> updater)
RrdString(RrdUpdater<U> updater, boolean isConstant)