Package com.microstrategy.web.app
Interface StatsHandlerSupport.Data
-
- Enclosing interface:
- StatsHandlerSupport
public static interface StatsHandlerSupport.Data
Request statistics.- Since:
- MicroStrategy Web 9.0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getBytesReceived()
long
getBytesSent()
java.util.Map<java.lang.String,java.lang.String>
getCustom()
long
getIServerPollingTime()
long
getIServerTime()
long
getIServerWebAPITime()
int
getPollingCalls()
long
getTotalTime()
long
getTransmissionTime()
int
getWebAPICalls()
long
getWebServerTime()
boolean
hasCustom()
-
-
-
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()
-
-