Class ServiceStatistics

java.lang.Object
org.wso2.carbon.statistics.services.util.ServiceStatistics

public class ServiceStatistics extends Object
  • Constructor Details

    • ServiceStatistics

      public ServiceStatistics()
  • Method Details

    • getCurrentInvocationResponseTime

      public double getCurrentInvocationResponseTime()
    • setCurrentInvocationResponseTime

      public void setCurrentInvocationResponseTime(double currentInvocationResponseTime)
    • getCurrentInvocationRequestCount

      public int getCurrentInvocationRequestCount()
    • setCurrentInvocationRequestCount

      public void setCurrentInvocationRequestCount(int currentInvocationRequestCount)
    • getCurrentInvocationFaultCount

      public int getCurrentInvocationFaultCount()
    • setCurrentInvocationFaultCount

      public void setCurrentInvocationFaultCount(int currentInvocationFaultCount)
    • getCurrentInvocationResponseCount

      public int getCurrentInvocationResponseCount()
    • setCurrentInvocationResponseCount

      public void setCurrentInvocationResponseCount(int currentInvocationResponseCount)
    • 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)