Class OperationStatistics
java.lang.Object
org.wso2.carbon.statistics.services.util.OperationStatistics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleintintintdoublelonglongintintintvoidsetAvgResponseTime(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)
-
Constructor Details
-
OperationStatistics
public OperationStatistics()
-
-
Method Details
-
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)
-