|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimeMachine
| Method Summary | |
|---|---|
java.util.List<Measure> |
getMeasures(TimeMachineQuery query)
Past measures, sorted by date. |
java.util.List<java.lang.Object[]> |
getMeasuresFields(TimeMachineQuery query)
Past measures sorted by date. |
| Method Detail |
|---|
java.util.List<Measure> getMeasures(TimeMachineQuery query)
Measures of current analysis are not included.
java.util.List<java.lang.Object[]> getMeasuresFields(TimeMachineQuery query)
Measures of current analysis are not included.
This method is recommended instead of getMeasures() for performance reasons. It needs less memory.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||