public interface StatsService
Modifier and Type | Method and Description |
---|---|
ClientStat |
getCountForClientId(String clientId)
Calculate the usage count for a single client
|
Map<String,Integer> |
getSummaryStats()
Calculate summary statistics
approvalCount: total approved sites
userCount: unique users
clientCount: unique clients
|
void |
resetCache()
Trigger the stats to be recalculated upon next update.
|
Map<String,Integer> getSummaryStats()
ClientStat getCountForClientId(String clientId)
clientId
- the id of the client to search onvoid resetCache()
Copyright © 2018. All rights reserved.