|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractAggregation.Hour | |
|---|---|
| org.torweg.pulse.component.statistics.model.aggregation | Contains all the entities required for storing the results of the aggregators run by the DataAggregationJoblet. |
| Uses of AbstractAggregation.Hour in org.torweg.pulse.component.statistics.model.aggregation |
|---|
| Methods in org.torweg.pulse.component.statistics.model.aggregation that return AbstractAggregation.Hour | |
|---|---|
AbstractAggregation.Hour |
PIRecordCountAggregationHitCounter.getHour()
Returns the set AbstractAggregation.Hour. |
static AbstractAggregation.Hour |
AbstractAggregation.Hour.valueOf(int i)
Returns the matching Hour for the given integer i if (-1 < i
< 24), null otherwise. |
static AbstractAggregation.Hour |
AbstractAggregation.Hour.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AbstractAggregation.Hour[] |
AbstractAggregation.Hour.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.torweg.pulse.component.statistics.model.aggregation with parameters of type AbstractAggregation.Hour | |
|---|---|
int |
PIRecordCountAggregation.getCount(AbstractAggregation.Hour h)
Returns the hit count for the given PIRecordCountAggregation.Hour
. |
boolean |
PIRecordCountAggregationHitCounter.isHour(AbstractAggregation.Hour h)
Test whether the given AbstractAggregation.Hour matches the
internal hour. |
| Constructors in org.torweg.pulse.component.statistics.model.aggregation with parameters of type AbstractAggregation.Hour | |
|---|---|
PIRecordCountAggregationHitCounter(AbstractAggregation.Hour h, Duration duration)
Creates a new HitCounter with the given
AbstractAggregation.Hour. |
|
PIRecordCountAggregationHitCounter(AbstractAggregation.Hour h, Duration duration,
int c)
Creates a new HitCounter with the given
AbstractAggregation.Hour and the given initial count. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||