Map<String,Map<String,InOutStatisticsView>> |
SystemViewStrategy.determineView(List<StatisticsRecord> statisticsRecords,
ComponentType type) |
Map<String,Map<String,InOutStatisticsView>> |
PerUserDomainViewStrategy.determineView(List<StatisticsRecord> statisticsRecords,
ComponentType type) |
Map<String,Map<String,InOutStatisticsView>> |
StatisticsViewStrategy.determineView(List<StatisticsRecord> statisticsRecords,
ComponentType type)
Return a statistics view for all resource with given type
|
Map<String,Map<String,InOutStatisticsView>> |
PerUserIPViewStrategy.determineView(List<StatisticsRecord> statisticsRecords,
ComponentType type) |
Map<String,Map<String,InOutStatisticsView>> |
PerUserViewStrategy.determineView(List<StatisticsRecord> statisticsRecords,
ComponentType type,
int userIDType) |
Map<String,InOutStatisticsView> |
SystemViewStrategy.determineView(String id,
List<StatisticsRecord> statisticsRecords,
ComponentType type) |
Map<String,InOutStatisticsView> |
PerUserDomainViewStrategy.determineView(String id,
List<StatisticsRecord> statisticsRecords,
ComponentType type) |
Map<String,InOutStatisticsView> |
StatisticsViewStrategy.determineView(String id,
List<StatisticsRecord> statisticsRecords,
ComponentType type)
Return a statistics view for a resource with given type and given name
|
Map<String,InOutStatisticsView> |
PerUserIPViewStrategy.determineView(String id,
List<StatisticsRecord> statisticsRecords,
ComponentType type) |
Map<String,InOutStatisticsView> |
PerUserViewStrategy.determineView(String id,
List<StatisticsRecord> statisticsRecords,
ComponentType type,
int userIDType) |