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) classRrdDouble<U extends RrdUpdater<U>>(package private) classRrdDoubleArray<U extends RrdUpdater<U>>(package private) classRrdDoubleMatrix<U extends RrdUpdater<U>>(package private) classRrdEnum<U extends RrdUpdater<U>,E extends Enum<E>>(package private) classRrdInt<U extends RrdUpdater<U>>(package private) classRrdLong<U extends RrdUpdater<U>>(package private) classRrdPrimitive<U extends RrdUpdater<U>>(package private) classRrdString<U extends RrdUpdater<U>>(package private) interfaceRrdUpdater<T extends RrdUpdater<T>>Subinterfaces of RrdUpdater in org.rrd4j.core Modifier and Type Interface Description interfaceRobinClass to represent archive values for a single datasource.Classes in org.rrd4j.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.(package private) classRobinArrayClass to represent archive values for a single datasource.(package private) classRobinMatrixClass to represent archive values for a single datasource.classRrdDbMain 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)