T - Result typepublic class Status<T>
extends java.lang.Object
| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAllCompleted() |
int |
getCompleted() |
long |
getElapsedMillis() |
long |
getElapsedNanos() |
int |
getErrors() |
org.pcollections.PStack<T> |
getResultsSoFar() |
int |
getTotal() |
public final int getAllCompleted()
public final long getElapsedMillis()
public int getCompleted()
public int getErrors()
public int getTotal()
public long getElapsedNanos()
public org.pcollections.PStack<T> getResultsSoFar()