Package | Description |
---|---|
org.jrobin.core.jrrd |
Modifier and Type | Field and Description |
---|---|
static ConsolidationFunctionType |
ConsolidationFunctionType.AVERAGE
Field AVERAGE
|
static ConsolidationFunctionType |
ConsolidationFunctionType.LAST
Field LAST
|
static ConsolidationFunctionType |
ConsolidationFunctionType.MAX
Field MAX
|
static ConsolidationFunctionType |
ConsolidationFunctionType.MIN
Field MIN
|
(package private) ConsolidationFunctionType |
Archive.type |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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.
|