Uses of Class
org.jrobin.core.jrrd.ConsolidationFunctionType
-
Packages that use ConsolidationFunctionType Package Description org.jrobin.core.jrrd -
-
Uses of ConsolidationFunctionType in org.jrobin.core.jrrd
Fields in org.jrobin.core.jrrd declared as ConsolidationFunctionType Modifier and Type Field Description static ConsolidationFunctionTypeConsolidationFunctionType. AVERAGEField AVERAGEstatic ConsolidationFunctionTypeConsolidationFunctionType. LASTField LASTstatic ConsolidationFunctionTypeConsolidationFunctionType. MAXField MAXstatic ConsolidationFunctionTypeConsolidationFunctionType. MINField MIN(package private) ConsolidationFunctionTypeArchive. typeMethods in org.jrobin.core.jrrd that return ConsolidationFunctionType Modifier and Type Method Description static ConsolidationFunctionTypeConsolidationFunctionType. get(String s)Returns aConsolidationFunctionTypewith the given name.ConsolidationFunctionTypeArchive. getType()Returns the type of function used to calculate the consolidated data point.Methods in org.jrobin.core.jrrd with parameters of type ConsolidationFunctionType Modifier and Type Method Description (package private) ArrayList<Archive>RRDatabase. getArchiveList(ConsolidationFunctionType type)Iterator<Archive>RRDatabase. getArchives(ConsolidationFunctionType type)Returns an iterator over the archives in this database of the given type in proper sequence.DataChunkRRDatabase. getData(ConsolidationFunctionType type)Returns data from the database corresponding to the given consolidation function and a step size of 1.DataChunkRRDatabase. getData(ConsolidationFunctionType type, long step)Returns data from the database corresponding to the given consolidation function.
-