public class PerUserDomainViewStrategy extends PerUserViewStrategy
DOMAIN, IP| Constructor and Description |
|---|
PerUserDomainViewStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,InOutStatisticsView>> |
determineView(List<StatisticsRecord> statisticsRecords,
ComponentType type)
Return a statistics view for all resource with given type
|
Map<String,InOutStatisticsView> |
determineView(String id,
List<StatisticsRecord> statisticsRecords,
ComponentType type)
Return a statistics view for a resource with given type and given name
|
determineView, determineViewpublic Map<String,Map<String,InOutStatisticsView>> determineView(List<StatisticsRecord> statisticsRecords, ComponentType type)
StatisticsViewStrategystatisticsRecords - Statistics Datatype - Type of resourcepublic Map<String,InOutStatisticsView> determineView(String id, List<StatisticsRecord> statisticsRecords, ComponentType type)
StatisticsViewStrategyid - The resource name or identifierstatisticsRecords - Statistics Datatype - Type of resourceCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.