|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractAggregation | |
|---|---|
| org.torweg.pulse.component.statistics.aggregator | Contains the aggregators for the DataAggregationJoblet. |
| org.torweg.pulse.component.statistics.model.aggregation | Contains all the entities required for storing the results of the aggregators run by the DataAggregationJoblet. |
| org.torweg.pulse.component.statistics.view | Contains the controllers for initialising the statistics west panel within the website administration UI displaying the statistical information within the pulse website administration UIgenerating statistical reports. |
| Uses of AbstractAggregation in org.torweg.pulse.component.statistics.aggregator |
|---|
| Classes in org.torweg.pulse.component.statistics.aggregator with type parameters of type AbstractAggregation | |
|---|---|
class |
AbstractAggregator<T extends AbstractAggregation>
An abstract base class to derive aggregators from. |
| Uses of AbstractAggregation in org.torweg.pulse.component.statistics.model.aggregation |
|---|
| Classes in org.torweg.pulse.component.statistics.model.aggregation with type parameters of type AbstractAggregation | |
|---|---|
class |
AbstractRegexVersionedCounter<T extends AbstractAggregation>
An abstract base class to derive a statistical data aggregation entity aggregating RegexVersions from. |
| Subclasses of AbstractAggregation in org.torweg.pulse.component.statistics.model.aggregation | |
|---|---|
class |
AbstractCountAggregation
Abstract bass class representing a basic AbstractAggregation
providing additional counter functionality. |
class |
AbstractRegexVersionedCounterAggregation<T,U extends AbstractRegexVersionedCounter<?>>
An abstract base class to derive the actual aggregation for an AbstractRegexVersioned from. |
class |
AbstractTreeAggregation<T extends AbstractTreeElement<T>>
An abstract base class to derive aggregations based on an a tree-like structure using nodes derived from AbstractTreeElement. |
class |
AverageTimePerVisitAggregation
Aggregates Visits and stores information about the average time spent
on a "per Visit" basis for the set Duration. |
class |
CountryPerPIRecordAggregation
Aggregates the "countries" from the given Visit for a day per PIRecord for the set Duration. |
class |
CountryPerVisitAggregation
Aggregates the "countries" on a "per Visit" basis for the set Duration. |
class |
OperatingSystemPerVisitAggregation
The actual implementation of AbstractRegexVersionedCounterAggregation
which stores the aggregated statistical data about OperatingSystems
on a "per Visit" basis for the set Duration. |
class |
PathTreeAggregation
The actual implementation of AbstractTreeAggregation which
stores the aggregated statistical data per PathTreeElement on a
"per Visit" basis for the set Duration. |
class |
PIRecordCountAggregation
Aggregates the daily hits (page impressions as represented by PIRecords) per Visit being aggregated on a "per Hour" basis
for the set Duration. |
class |
RefererTreeAggregation
The actual implementation of AbstractTreeAggregation used for storing
the aggregated statistical data of the "referer analysis" of the statistics
component - on a "per Visit" basis for the set Duration. |
class |
ScreenResolutionPerVisitAggregation
Stores the aggregated statistical data for ScreenResolution on a "per
Visit" basis for the set Duration. |
class |
UserAgentPerVisitAggregation
Stores information about the "user-agent" as aggregated by UserAgentPerVisitAggregator on a "per Visit" basis for the set
Duration. |
class |
VisitCountAggregation
Aggregates the given Visits for the set Duration. |
| Uses of AbstractAggregation in org.torweg.pulse.component.statistics.view |
|---|
| Methods in org.torweg.pulse.component.statistics.view that return types with arguments of type AbstractAggregation | |
|---|---|
protected java.util.List<? extends AbstractAggregation> |
AbstractStatisticsViewController.loadAggregations(java.lang.Class<? extends AbstractAggregation> clazz, StatisticsServer statisticsServer, Duration duration,
org.hibernate.Session s)
Loads the AbstractAggregations of the given type clazz
for the given StatisticsServer and the given Duration. |
| Method parameters in org.torweg.pulse.component.statistics.view with type arguments of type AbstractAggregation | |
|---|---|
protected java.util.List<? extends AbstractAggregation> |
AbstractStatisticsViewController.loadAggregations(java.lang.Class<? extends AbstractAggregation> clazz, StatisticsServer statisticsServer, Duration duration,
org.hibernate.Session s)
Loads the AbstractAggregations of the given type clazz
for the given StatisticsServer and the given Duration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||