public interface StatisticsViewStrategy
| 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
|
Map<String,Map<String,InOutStatisticsView>> determineView(List<StatisticsRecord> statisticsRecords, ComponentType type)
statisticsRecords - Statistics Datatype - Type of resourceMap<String,InOutStatisticsView> determineView(String id, List<StatisticsRecord> statisticsRecords, ComponentType type)
id - The resource name or identifierstatisticsRecords - Statistics Datatype - Type of resourceCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.