public class RunnableStartedAt extends AbstractMap.SimpleEntry<ActiveAssignmentRunnable,Long>
| Constructor and Description |
|---|
RunnableStartedAt(ActiveAssignmentRunnable task,
Long startedAtMillis) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getStartTime() |
ActiveAssignmentRunnable |
getTask() |
equals, getKey, getValue, hashCode, setValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic RunnableStartedAt(ActiveAssignmentRunnable task, Long startedAtMillis)
public ActiveAssignmentRunnable getTask()
public Long getStartTime()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.