public class ServiceStatistics extends Object
Constructor and Description |
---|
ServiceStatistics() |
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 double getCurrentInvocationResponseTime()
public void setCurrentInvocationResponseTime(double currentInvocationResponseTime)
public int getCurrentInvocationRequestCount()
public void setCurrentInvocationRequestCount(int currentInvocationRequestCount)
public int getCurrentInvocationFaultCount()
public void setCurrentInvocationFaultCount(int currentInvocationFaultCount)
public int getCurrentInvocationResponseCount()
public void setCurrentInvocationResponseCount(int currentInvocationResponseCount)
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 © 2018 WSO2. All rights reserved.