Package com.microstrategy.web.app
Interface StatsHandlerSupport.Data
-
- Enclosing interface:
- StatsHandlerSupport
public static interface StatsHandlerSupport.DataRequest statistics.- Since:
- MicroStrategy Web 9.0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBytesReceived()longgetBytesSent()java.util.Map<java.lang.String,java.lang.String>getCustom()longgetIServerPollingTime()longgetIServerTime()longgetIServerWebAPITime()intgetPollingCalls()longgetTotalTime()longgetTransmissionTime()intgetWebAPICalls()longgetWebServerTime()booleanhasCustom()
-
-
-
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()
-
-