Class WallClockTimeComputer
java.lang.Object
com.evolveum.midpoint.schema.util.task.WallClockTimeComputer
Computes real wall clock time from a set of execution records ("from - to").
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WallClockTimeComputercreate(@NotNull List<ActivityRunRecordType>... lists) long
-
Constructor Details
-
WallClockTimeComputer
public WallClockTimeComputer(long[][] inputs)
-
-
Method Details
-
create
@SafeVarargs public static WallClockTimeComputer create(@NotNull @NotNull List<ActivityRunRecordType>... lists) -
getSummaryTime
public long getSummaryTime() -
getEarliestStartTime
-
getNonOverlappingRecords
-