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 ConsolidationFunctionType
ConsolidationFunctionType. AVERAGE
Field AVERAGEstatic ConsolidationFunctionType
ConsolidationFunctionType. LAST
Field LASTstatic ConsolidationFunctionType
ConsolidationFunctionType. MAX
Field MAXstatic ConsolidationFunctionType
ConsolidationFunctionType. MIN
Field MIN(package private) ConsolidationFunctionType
Archive. type
Methods in org.jrobin.core.jrrd that return ConsolidationFunctionType Modifier and Type Method Description static ConsolidationFunctionType
ConsolidationFunctionType. get(String s)
Returns aConsolidationFunctionType
with the given name.ConsolidationFunctionType
Archive. 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.DataChunk
RRDatabase. getData(ConsolidationFunctionType type)
Returns data from the database corresponding to the given consolidation function and a step size of 1.DataChunk
RRDatabase. getData(ConsolidationFunctionType type, long step)
Returns data from the database corresponding to the given consolidation function.
-