Class OperationStatistics
- java.lang.Object
-
- org.wso2.carbon.statistics.services.util.OperationStatistics
-
public class OperationStatistics extends Object
-
-
Constructor Summary
Constructors Constructor Description OperationStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAvgResponseTime()intgetCurrentInvocationFaultCount()intgetCurrentInvocationRequestCount()intgetCurrentInvocationResponseCount()doublegetCurrentInvocationResponseTime()longgetMaxResponseTime()longgetMinResponseTime()intgetTotalFaultCount()intgetTotalRequestCount()intgetTotalResponseCount()voidsetAvgResponseTime(double avgResponseTime)voidsetCurrentInvocationFaultCount(int currentInvocationFaultCount)voidsetCurrentInvocationRequestCount(int currentInvocationRequestCount)voidsetCurrentInvocationResponseCount(int currentInvocationResponseCount)voidsetCurrentInvocationResponseTime(double currentInvocationResponseTime)voidsetMaxResponseTime(long maxResponseTime)voidsetMinResponseTime(long minResponseTime)voidsetTotalFaultCount(int totalFaultCount)voidsetTotalRequestCount(int totalRequestCount)voidsetTotalResponseCount(int totalResponseCount)
-
-
-
Method Detail
-
getCurrentInvocationRequestCount
public int getCurrentInvocationRequestCount()
-
setCurrentInvocationRequestCount
public void setCurrentInvocationRequestCount(int currentInvocationRequestCount)
-
getCurrentInvocationResponseCount
public int getCurrentInvocationResponseCount()
-
setCurrentInvocationResponseCount
public void setCurrentInvocationResponseCount(int currentInvocationResponseCount)
-
getCurrentInvocationFaultCount
public int getCurrentInvocationFaultCount()
-
setCurrentInvocationFaultCount
public void setCurrentInvocationFaultCount(int currentInvocationFaultCount)
-
getCurrentInvocationResponseTime
public double getCurrentInvocationResponseTime()
-
setCurrentInvocationResponseTime
public void setCurrentInvocationResponseTime(double currentInvocationResponseTime)
-
getAvgResponseTime
public double getAvgResponseTime()
-
setAvgResponseTime
public void setAvgResponseTime(double avgResponseTime)
-
getMinResponseTime
public long getMinResponseTime()
-
setMinResponseTime
public void setMinResponseTime(long minResponseTime)
-
getMaxResponseTime
public long getMaxResponseTime()
-
setMaxResponseTime
public void setMaxResponseTime(long maxResponseTime)
-
getTotalRequestCount
public int getTotalRequestCount()
-
setTotalRequestCount
public void setTotalRequestCount(int totalRequestCount)
-
getTotalResponseCount
public int getTotalResponseCount()
-
setTotalResponseCount
public void setTotalResponseCount(int totalResponseCount)
-
getTotalFaultCount
public int getTotalFaultCount()
-
setTotalFaultCount
public void setTotalFaultCount(int totalFaultCount)
-
-