パッケージ | 説明 |
---|---|
org.jrobin.core.jrrd |
修飾子とタイプ | フィールド | 説明 |
---|---|---|
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 |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static ConsolidationFunctionType |
ConsolidationFunctionType.get(java.lang.String s) |
Returns a
ConsolidationFunctionType with the given name. |
ConsolidationFunctionType |
Archive.getType() |
Returns the type of function used to calculate the consolidated data point.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
(package private) java.util.ArrayList<Archive> |
RRDatabase.getArchiveList(ConsolidationFunctionType type) |
|
java.util.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.
|