Class ActivitySnapshot
- java.lang.Object
-
- com.atlassian.confluence.util.profiling.ActivitySnapshot
-
- All Implemented Interfaces:
Serializable
@Internal @ParametersAreNonnullByDefault public class ActivitySnapshot extends Object implements Serializable
Represents a snapshot of an activity currently being performed.- Since:
- 5.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivitySnapshot(long startTime, long threadId, String threadName, String userId, String type, String summary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getStartTime()
@NonNull String
getSummary()
long
getThreadId()
@NonNull String
getThreadName()
@NonNull String
getType()
@NonNull String
getUserId()
String
toString()
-