public abstract class PerUserViewStrategy extends Object implements StatisticsViewStrategy
Modifier and Type | Field and Description |
---|---|
protected static int |
DOMAIN |
protected static int |
IP |
Modifier | Constructor and Description |
---|---|
protected |
PerUserViewStrategy() |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,InOutStatisticsView>> |
determineView(List<StatisticsRecord> statisticsRecords,
ComponentType type,
int userIDType) |
Map<String,InOutStatisticsView> |
determineView(String id,
List<StatisticsRecord> statisticsRecords,
ComponentType type,
int userIDType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
determineView, determineView
protected static final int IP
protected static final int DOMAIN
public Map<String,Map<String,InOutStatisticsView>> determineView(List<StatisticsRecord> statisticsRecords, ComponentType type, int userIDType)
public Map<String,InOutStatisticsView> determineView(String id, List<StatisticsRecord> statisticsRecords, ComponentType type, int userIDType)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.