public class ExecutedTask<R> extends Object
| Constructor and Description |
|---|
ExecutedTask(Callable<R> task,
long executionStaredTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getExecutionStaredTimestamp() |
Callable<R> |
getTask() |
int |
hashCode() |
Copyright © 2017. All rights reserved.