public class PerUserIPViewStrategy extends PerUserViewStrategy
DOMAIN, IP
Constructor and Description |
---|
PerUserIPViewStrategy() |
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, determineView
public Map<String,Map<String,InOutStatisticsView>> determineView(List<StatisticsRecord> statisticsRecords, ComponentType type)
StatisticsViewStrategy
statisticsRecords
- Statistics Datatype
- Type of resourcepublic Map<String,InOutStatisticsView> determineView(String id, List<StatisticsRecord> statisticsRecords, ComponentType type)
StatisticsViewStrategy
id
- The resource name or identifierstatisticsRecords
- Statistics Datatype
- Type of resourceCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.