Interface StatsHandlerSupport.Data

  • Enclosing interface:
    StatsHandlerSupport

    public static interface StatsHandlerSupport.Data
    Request statistics.
    Since:
    MicroStrategy Web 9.0.1
    • Method Detail

      • getTotalTime

        long getTotalTime()
      • getIServerTime

        long getIServerTime()
      • getIServerWebAPITime

        long getIServerWebAPITime()
      • getIServerPollingTime

        long getIServerPollingTime()
      • getWebServerTime

        long getWebServerTime()
      • getTransmissionTime

        long getTransmissionTime()
      • getPollingCalls

        int getPollingCalls()
      • getWebAPICalls

        int getWebAPICalls()
      • getBytesReceived

        long getBytesReceived()
      • getBytesSent

        long getBytesSent()
      • hasCustom

        boolean hasCustom()
      • getCustom

        java.util.Map<java.lang.String,​java.lang.String> getCustom()