public interface TaskMeta
TaskRunners.| Modifier and Type | Method and Description |
|---|---|
default boolean |
completedBefore(TaskMeta that) |
long |
getCompletedAt()
Returns the time at which this task method was completed, which for CompletableFutures is the time
at which it had a value assigned.
|
long |
getEndedAt()
Returns the time at which this task method was ended.
|
long |
getStartedAt()
Returns the time at which this task method was started.
|
default boolean |
overlapped(TaskMeta that) |
long getStartedAt()
long getEndedAt()
getStartedAt().long getCompletedAt()
getEndedAt(),
and is greater than the ending time iff the CompletableFuture had !isDone() on method exit.default boolean completedBefore(TaskMeta that)
default boolean overlapped(TaskMeta that)
Copyright © 2021. All rights reserved.