| Package | Description |
|---|---|
| net.anotheria.moskito.core.counter |
This package contains ready to use counters for different purposes.
|
| net.anotheria.moskito.core.decorators.counter |
| Modifier and Type | Class and Description |
|---|---|
class |
CounterStats
Stats for counters.
|
class |
GuestBasicPremiumStats
This stat object gathers three-dimensional stats for portals that have guest traffic (not registered user), member traffic (registered users) and
premium traffic (paying user).
|
class |
MaleFemaleStats
Predefined counter stats for traffic separation between male and female users.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StatValueAO> |
GenericCounterDecorator.getValues(GenericCounterStats stats,
java.lang.String interval,
TimeUnit unit) |
| Constructor and Description |
|---|
GenericCounterDecorator(GenericCounterStats patternObject)
Minimal constructor.
|
GenericCounterDecorator(GenericCounterStats patternObject,
java.util.List<java.lang.String> shortExplanations,
java.util.List<java.lang.String> explanations)
Explanations-only list-based constructor.
|
GenericCounterDecorator(GenericCounterStats patternObject,
java.util.List<java.lang.String> captions,
java.util.List<java.lang.String> shortExplanations,
java.util.List<java.lang.String> explanations)
List-based main constructor.
|
GenericCounterDecorator(GenericCounterStats patternObject,
java.lang.String[] shortExplanations,
java.lang.String[] explanations)
Explanations-only array-based constructor.
|
GenericCounterDecorator(GenericCounterStats patternObject,
java.lang.String[] captions,
java.lang.String[] shortExplanations,
java.lang.String[] explanations)
Array-based main constructor.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.