| Modifier and Type | Class and Description | 
|---|---|
static class  | 
WorkQueueStats.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static WorkQueueStats.Builder | 
builder()
Returns a  
WorkQueueStats builder. | 
String | 
toString()  | 
long | 
totalCompleted()
Returns the total completed tasks. 
 | 
long | 
totalInProgress()
Returns the total in progress tasks. 
 | 
long | 
totalPending()
Returns the total pending tasks. 
 | 
public static WorkQueueStats.Builder builder()
WorkQueueStats builder.public long totalPending()
public long totalInProgress()
public long totalCompleted()