public class MethodUsageStatistics extends Object
Constructor and Description |
---|
MethodUsageStatistics(ProfilingDataLog logEvent,
String subsystem) |
Modifier and Type | Method and Description |
---|---|
void |
appendToLogger() |
long |
getCurrentTopTenMin() |
long |
getMax() |
long |
getMean() |
long |
getMin() |
long |
getProcessTimeMean() |
List<ProfilingDataLog> |
getSlowestMethodList() |
String |
getSubsystem() |
long |
getUsageCount() |
void |
setCurrentTopTenMin(long currentTopTenMin) |
void |
setMax(long max) |
void |
setMean(long mean) |
void |
setMin(long min) |
void |
setProcessTimeMean(long processTimeMean) |
void |
setSlowestMethodList(List<ProfilingDataLog> slowestMethodList) |
void |
setSubsystem(String subsystem) |
void |
setUsageCount(long usageCount) |
void |
update(ProfilingDataLog logEvent) |
void |
updateProcessTimeList(long est) |
public MethodUsageStatistics(ProfilingDataLog logEvent, String subsystem)
public long getProcessTimeMean()
public void setProcessTimeMean(long processTimeMean)
public String getSubsystem()
public void setSubsystem(String subsystem)
public long getMin()
public void setMin(long min)
public long getMax()
public void setMax(long max)
public long getMean()
public void setMean(long mean)
public long getUsageCount()
public void setUsageCount(long usageCount)
public long getCurrentTopTenMin()
public void setCurrentTopTenMin(long currentTopTenMin)
public List<ProfilingDataLog> getSlowestMethodList()
public void setSlowestMethodList(List<ProfilingDataLog> slowestMethodList)
public void update(ProfilingDataLog logEvent)
public void updateProcessTimeList(long est)
public void appendToLogger()
Copyright © 2014 Evolveum. All rights reserved.