Class DownloadStreamingAnalyticsEvent
- java.lang.Object
-
- com.atlassian.confluence.servlet.download.DownloadStreamingAnalyticsEvent
-
public class DownloadStreamingAnalyticsEvent extends Object
An analytics event that captures information about streaming a download to the client.- Since:
- 7.12
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getByteCount()
long
getElapsedTimeNanos()
String
getEventName()
-
-
-
Method Detail
-
getEventName
public String getEventName()
-
getByteCount
public long getByteCount()
-
getElapsedTimeNanos
public long getElapsedTimeNanos()
-
-