|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| PushStatsBatchUpdaterService | Performs a batch update of push statistics to storage. |
| PushStatsDAO | Interface defining data access methods needed to manage push statistics in the persistent store. |
| PushStatsService | Business service methods relating to managing push statistics. |
| Class Summary | |
|---|---|
| PushStats | Represents push statistics for an application. |
| PushStatsBatchUpdaterServiceImpl | Implementation of the PushStatsBatchUpdaterService interface. |
| PushStatsBatchUpdaterServiceImpl.KeyComparator | A comparator used to sort keys of the form |
| PushStatsMemoryDAOImpl | Memory implementation of the PushStatsDAO interface. |
| PushStatsMemoryDataStore | Represents in-memory storage of push stats data. |
| PushStatsRDBMSDAOImpl | RDBMS implementation of the PushStatsDAO interface. |
| PushStatsServiceImpl | Implementation of the PushStatsService interface. |
This package is used to provide tracking of running push count, total content sum, and remaining quota per push application. The running push count is a running count of the number of active subscribers in every push for a push application. Both running push count and total content sum can be reset independently. The remaining push quota is calculated for a push application by subtracting the daily push count for that app from its max. daily quota.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||