public class RoleStatistics extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
activeAA |
long |
actual |
long |
completed |
long |
desired |
long |
failed |
long |
failedRecently |
long |
limitsExceeded |
long |
nodeFailed |
long |
preempted |
long |
releasing |
long |
requested |
long |
started |
long |
startFailed |
long |
totalRequested |
| Constructor and Description |
|---|
RoleStatistics() |
public long activeAA
public long actual
public long completed
public long desired
public long failed
public long failedRecently
public long limitsExceeded
public long nodeFailed
public long preempted
public long releasing
public long requested
public long started
public long startFailed
public long totalRequested
public RoleStatistics add(RoleStatistics that)
that - the other valueCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.