io.leopard.topnb.model
Class PerformanceHistory

java.lang.Object
  extended by io.leopard.topnb.model.PerformanceHistoryKey
      extended by io.leopard.topnb.model.PerformanceHistory

public class PerformanceHistory
extends PerformanceHistoryKey


Constructor Summary
PerformanceHistory()
           
 
Method Summary
 long getCount()
           
 java.lang.String getMethodName()
           
 long getTotalTime()
          获取耗时(单位微秒).
 void setCount(long count)
           
 void setMethodName(java.lang.String methodName)
           
 void setTotalTime(long totalTime)
           
 
Methods inherited from class io.leopard.topnb.model.PerformanceHistoryKey
getEntryName, getPostdate, setEntryName, setPostdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceHistory

public PerformanceHistory()
Method Detail

getMethodName

public java.lang.String getMethodName()

setMethodName

public void setMethodName(java.lang.String methodName)

getCount

public long getCount()

setCount

public void setCount(long count)

getTotalTime

public long getTotalTime()
获取耗时(单位微秒).

Returns:

setTotalTime

public void setTotalTime(long totalTime)


Copyright © 2014. All Rights Reserved.