Uses of Class
org.wso2.carbon.statistics.webapp.data.StatisticData
-
Packages that use StatisticData Package Description org.wso2.carbon.statistics.services org.wso2.carbon.statistics.webapp -
-
Uses of StatisticData in org.wso2.carbon.statistics.services
Methods in org.wso2.carbon.statistics.services that return StatisticData Modifier and Type Method Description StatisticData
StatisticsAdmin. getWebappRelatedData(String webAppName)
Reading the web app statistics data -
Uses of StatisticData in org.wso2.carbon.statistics.webapp
Fields in org.wso2.carbon.statistics.webapp with type parameters of type StatisticData Modifier and Type Field Description static ConcurrentHashMap<Integer,ConcurrentHashMap<String,StatisticData>>
ComputeData. map
Methods in org.wso2.carbon.statistics.webapp with parameters of type StatisticData Modifier and Type Method Description void
ComputeData. setRequestData(StatisticData requestData)
-