public class OperationStatistics extends Object
Constructor and Description |
---|
OperationStatistics() |
Modifier and Type | Method and Description |
---|---|
double |
getAvgResponseTime() |
int |
getCurrentInvocationFaultCount() |
int |
getCurrentInvocationRequestCount() |
int |
getCurrentInvocationResponseCount() |
double |
getCurrentInvocationResponseTime() |
long |
getMaxResponseTime() |
long |
getMinResponseTime() |
int |
getTotalFaultCount() |
int |
getTotalRequestCount() |
int |
getTotalResponseCount() |
void |
setAvgResponseTime(double avgResponseTime) |
void |
setCurrentInvocationFaultCount(int currentInvocationFaultCount) |
void |
setCurrentInvocationRequestCount(int currentInvocationRequestCount) |
void |
setCurrentInvocationResponseCount(int currentInvocationResponseCount) |
void |
setCurrentInvocationResponseTime(double currentInvocationResponseTime) |
void |
setMaxResponseTime(long maxResponseTime) |
void |
setMinResponseTime(long minResponseTime) |
void |
setTotalFaultCount(int totalFaultCount) |
void |
setTotalRequestCount(int totalRequestCount) |
void |
setTotalResponseCount(int totalResponseCount) |
public int getCurrentInvocationRequestCount()
public void setCurrentInvocationRequestCount(int currentInvocationRequestCount)
public int getCurrentInvocationResponseCount()
public void setCurrentInvocationResponseCount(int currentInvocationResponseCount)
public int getCurrentInvocationFaultCount()
public void setCurrentInvocationFaultCount(int currentInvocationFaultCount)
public double getCurrentInvocationResponseTime()
public void setCurrentInvocationResponseTime(double currentInvocationResponseTime)
public double getAvgResponseTime()
public void setAvgResponseTime(double avgResponseTime)
public long getMinResponseTime()
public void setMinResponseTime(long minResponseTime)
public long getMaxResponseTime()
public void setMaxResponseTime(long maxResponseTime)
public int getTotalRequestCount()
public void setTotalRequestCount(int totalRequestCount)
public int getTotalResponseCount()
public void setTotalResponseCount(int totalResponseCount)
public int getTotalFaultCount()
public void setTotalFaultCount(int totalFaultCount)
Copyright © 2017 WSO2. All rights reserved.