|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractRegexVersionedCounterAggregation | |
|---|---|
| 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.util | Provides a set of utility classes for displaying statistical information within the pulse website administration UI. |
| Uses of AbstractRegexVersionedCounterAggregation in org.torweg.pulse.component.statistics.aggregator |
|---|
| Classes in org.torweg.pulse.component.statistics.aggregator with type parameters of type AbstractRegexVersionedCounterAggregation | |
|---|---|
class |
AbstractRegexVersionedPerVisitAggregator<T extends AbstractRegexVersioned,U extends AbstractRegexVersionedCounterAggregation<?,?>>
Passes the given Visit to <T> and stores the
result of the aggregation to <U> on a per
Visit basis. |
| Uses of AbstractRegexVersionedCounterAggregation in org.torweg.pulse.component.statistics.model.aggregation |
|---|
| Subclasses of AbstractRegexVersionedCounterAggregation in org.torweg.pulse.component.statistics.model.aggregation | |
|---|---|
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 |
UserAgentPerVisitAggregation
Stores information about the "user-agent" as aggregated by UserAgentPerVisitAggregator on a "per Visit" basis for the set
Duration. |
| Uses of AbstractRegexVersionedCounterAggregation in org.torweg.pulse.component.statistics.util |
|---|
| Classes in org.torweg.pulse.component.statistics.util with type parameters of type AbstractRegexVersionedCounterAggregation | |
|---|---|
class |
AbstractRegexVersionedCounterAggregationRowData<T extends AbstractRegexVersionedCounterAggregation<? extends AbstractRegexVersioned,?>>
The default row data implementation for aggregation of {@code AbstractRegexVersionedCounterAggregation |
class |
AbstractRegexVersionedCounterAggregationRowDataBuilder<T extends AbstractRegexVersionedCounterAggregation<? extends AbstractRegexVersioned,?>>
An actual implementation of IRowDataBuilder as required for
displaying AbstractRegexVersionedCounterAggregations within the
rows of the ResultIHasDurationMatrix. |
class |
CountedTotal<T extends AbstractRegexVersionedCounterAggregation<? extends AbstractRegexVersioned,?>>
Used as information wrapper for displaying the statistical data of AbstractRegexVersionedCounterAggregations within the
ResultIHasDurationMatrix. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||