Uses of Class
net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity

Packages that use StatisticsEntity
net.anotheria.moskito.central.storage.psql   
net.anotheria.moskito.central.storage.psql.entities   
 

Uses of StatisticsEntity in net.anotheria.moskito.central.storage.psql
 

Methods in net.anotheria.moskito.central.storage.psql that return types with arguments of type StatisticsEntity
 Class<? extends StatisticsEntity> PSQLStorageConfig.getStatEntityClassName(String statClassName, String producerId)
           
 

Uses of StatisticsEntity in net.anotheria.moskito.central.storage.psql.entities
 

Subclasses of StatisticsEntity in net.anotheria.moskito.central.storage.psql.entities
 class FilterStatEntity
           
 class HttpSessionStatisticsEntity
           
 class JSONStatisticsEntity
          Represents statistics entry as json string.
 class MemoryPoolStatEntity
           
 class MemoryStatEntity
           
 class OSStatEntity
           
 class RuntimeStatEntity
           
 class ServiceStatsEntity
           
 class ThreadCountStatEntity
           
 class ThreadStatesStatEntity
           
 

Methods in net.anotheria.moskito.central.storage.psql.entities that return types with arguments of type StatisticsEntity
 Map<String,StatisticsEntity> SnapshotEntity.getStatistics()
           
 

Methods in net.anotheria.moskito.central.storage.psql.entities with parameters of type StatisticsEntity
 void SnapshotEntity.addStatistics(String key, StatisticsEntity value)
           
 

Method parameters in net.anotheria.moskito.central.storage.psql.entities with type arguments of type StatisticsEntity
 void SnapshotEntity.setStatistics(Map<String,StatisticsEntity> statistics)
           
 



Copyright © 2010-2013 anotheria.net. All Rights Reserved.