Package de.scoopgmbh.copper.monitoring.core.statistic.converter

Examples of de.scoopgmbh.copper.monitoring.core.statistic.converter.SystemResourcesInfoDateConverter


      if (to==null){
        to = copperMonitoringService.getMonitoringDataMaxDate();
      }
     
      final AggregateFunction<SystemResourcesInfo, SystemResourcesInfo> aggregateFunction =new AggregateSystemRessourceAvg();
      final TimeConverter<SystemResourcesInfo> dateConverter = new SystemResourcesInfoDateConverter();
   
      final StatisticCreator<SystemResourcesInfo, SystemResourcesInfo> statisticCreator = new StatisticCreator<SystemResourcesInfo,SystemResourcesInfo>(TimeframeGroup.<SystemResourcesInfo, SystemResourcesInfo>createGroups(
          groupCount,from,to,aggregateFunction, dateConverter));
      List<List<SystemResourcesInfo>> statisticCreators = copperMonitoringService.createStatistic(
          new TypeFilter<SystemResourcesInfo>(SystemResourcesInfo.class), Arrays.<StatisticCreator<SystemResourcesInfo, SystemResourcesInfo>>asList(statisticCreator),from,to);
View Full Code Here

TOP

Related Classes of de.scoopgmbh.copper.monitoring.core.statistic.converter.SystemResourcesInfoDateConverter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.