|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConsolidationFunctionType | |
|---|---|
| org.jrobin.core.jrrd | |
| Uses of ConsolidationFunctionType in org.jrobin.core.jrrd |
|---|
| Fields in org.jrobin.core.jrrd declared as ConsolidationFunctionType | |
|---|---|
static ConsolidationFunctionType |
ConsolidationFunctionType.AVERAGE
Field AVERAGE |
static ConsolidationFunctionType |
ConsolidationFunctionType.LAST
Field LAST |
static ConsolidationFunctionType |
ConsolidationFunctionType.MAX
Field MAX |
static ConsolidationFunctionType |
ConsolidationFunctionType.MIN
Field MIN |
| Methods in org.jrobin.core.jrrd that return ConsolidationFunctionType | |
|---|---|
static ConsolidationFunctionType |
ConsolidationFunctionType.get(String s)
Returns a ConsolidationFunctionType 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 | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||