Uses of Class
io.leopard.topnb.model.PerformanceVO

Packages that use PerformanceVO
io.leopard.topnb.controller   
io.leopard.topnb.detector   
io.leopard.topnb.service   
io.leopard.topnb.util   
 

Uses of PerformanceVO in io.leopard.topnb.controller
 

Methods in io.leopard.topnb.controller that return types with arguments of type PerformanceVO
protected  java.util.Comparator<PerformanceVO> TopnbController.getComparator(java.lang.String order)
           
 

Uses of PerformanceVO in io.leopard.topnb.detector
 

Fields in io.leopard.topnb.detector with type parameters of type PerformanceVO
protected  java.util.List<PerformanceVO> PerformanceAnomalyDetector.performanceVOList
           
 

Methods in io.leopard.topnb.detector with parameters of type PerformanceVO
 boolean PerformanceAnomalyDetector.checkAvgTime(PerformanceVO performanceVO)
          检查平均耗时.
 

Constructor parameters in io.leopard.topnb.detector with type arguments of type PerformanceVO
PerformanceAnomalyDetector(java.util.List<PerformanceVO> performanceVOList)
           
 

Uses of PerformanceVO in io.leopard.topnb.service
 

Methods in io.leopard.topnb.service that return PerformanceVO
protected  PerformanceVO PerformanceHandlerImpl.toPerformanceVO(Performance performance)
           
 

Methods in io.leopard.topnb.service that return types with arguments of type PerformanceVO
 java.util.List<PerformanceVO> PerformanceHandler.list(java.lang.String entryName, java.lang.String postdate)
           
 java.util.List<PerformanceVO> PerformanceHandlerImpl.list(java.lang.String entryName, java.lang.String postdate)
           
 

Method parameters in io.leopard.topnb.service with type arguments of type PerformanceVO
protected  long PerformanceHandlerImpl.getAllTotalTime(java.util.List<PerformanceVO> performanceVOList, java.lang.String threadName)
          获取各模块的总耗时.
protected  long PerformanceHandlerImpl.getAllTotalTimeByEntry(java.util.List<PerformanceVO> performanceVOList)
           
protected  java.util.Map<java.lang.String,java.lang.Long> PerformanceHandlerImpl.getInterfaceTotalTime(java.util.List<PerformanceVO> performanceVOList)
          获取各接口的总耗时.
protected  java.util.Map<java.lang.String,java.lang.Long> PerformanceHandlerImpl.getModuleTotalTime(java.util.List<PerformanceVO> performanceVOList)
          获取各模块的总耗时.
protected  void PerformanceHandlerImpl.ratio(java.util.List<PerformanceVO> performanceVOList, java.lang.String entryName)
          计算耗时比率.
 

Uses of PerformanceVO in io.leopard.topnb.util
 

Methods in io.leopard.topnb.util with parameters of type PerformanceVO
protected  int DefaultPerformanceComparator.byTotalTime(PerformanceVO o1, PerformanceVO o2)
          按总次数排序.
 int AvgTimePerformanceComparator.compare(PerformanceVO o1, PerformanceVO o2)
           
 int TotalCountPerformanceComparator.compare(PerformanceVO o1, PerformanceVO o2)
           
 int DefaultPerformanceComparator.compare(PerformanceVO o1, PerformanceVO o2)
           
 int TotalTimePerformanceComparator.compare(PerformanceVO o1, PerformanceVO o2)
           
 



Copyright © 2014. All Rights Reserved.