|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.aggregator.AbstractBaseAggregator
org.torweg.pulse.component.statistics.aggregator.AbstractAggregator<T>
T - the AbstractAggregation this aggregator operates onpublic abstract class AbstractAggregator<T extends AbstractAggregation>
An abstract base class to derive aggregators from.
| Constructor Summary | |
|---|---|
AbstractAggregator()
|
|
| Method Summary | |
|---|---|
protected T |
getAggregation(java.lang.Class<T> clazz, StatisticsServer statisticsServer, Duration duration,
org.hibernate.Session s)
Loads the AbstractAggregation of the given type
<T> for the given StatisticsServer and the
given Duration. |
| Methods inherited from class org.torweg.pulse.component.statistics.aggregator.AbstractBaseAggregator |
|---|
aggregate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAggregator()
| Method Detail |
|---|
protected final T getAggregation(java.lang.Class<T> clazz, StatisticsServer statisticsServer, Duration duration,
org.hibernate.Session s)
AbstractAggregation of the given type
<T> for the given StatisticsServer and the
given Duration.
clazz - the Class<T> to be loadedstatisticsServer - the StatisticsServerduration - the Durations - the HibernateTM-Session to be used for
loading
AbstractAggregation of the type
<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||