Record task execution.
Modifiers | Name | Description |
---|---|---|
com.google.common.collect.ImmutableList<Recorder.Property> |
attributes |
|
long |
durationinMs |
|
long |
id |
|
long |
parentId |
|
long |
startTimeInMs |
|
ExecutionType |
type |
Constructor and description |
---|
ExecutionRecord
(long id, long parentId, long startTimeInMs, long durationinMs, ExecutionType type, List<Recorder.Property> attributes) |