Class WallClockTimeComputer
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.task.WallClockTimeComputer
-
public class WallClockTimeComputer extends Object
Computes real wall clock time from a set of execution records ("from - to").
-
-
Constructor Summary
Constructors Constructor Description WallClockTimeComputer(long[][] inputs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendar
getEarliestStartTime()
List<ActivityRunRecordType>
getNonOverlappingRecords()
long
getSummaryTime()
-
-
-
Method Detail
-
getSummaryTime
public long getSummaryTime()
-
getEarliestStartTime
public XMLGregorianCalendar getEarliestStartTime()
-
getNonOverlappingRecords
public List<ActivityRunRecordType> getNonOverlappingRecords()
-
-