|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.concurrent.NonBlockingLockManagerWithNewDesign.Counters
protected static class NonBlockingLockManagerWithNewDesign.Counters
Counters for the NonBlockingLockManagerWithNewDesign.
| Field Summary | |
|---|---|
int |
maxRunning
The maximum observed value of nrunning. |
long |
ncancel
The #of tasks that were cancelled (running total). |
long |
nerror
The #of tasks whose exception was set (running total). |
int |
nready
The #of tasks that currently hold their locks but are not executing. |
long |
nrejected
The #of tasks that were rejected by the service (running total). |
int |
nretry
The #of tasks that are currently on the retry queue awaiting an opportunity to post their lock requests that does not result in a deadlock or exceed the multi-programming capacity of the optional TxDag. |
int |
nrunning
#of tasks are currently executing (in NonBlockingLockManagerWithNewDesign.LockFutureTask.run()). |
int |
nrunningWithLocksHeld
#of tasks are currently executing (in NonBlockingLockManagerWithNewDesign.LockFutureTask.run())
AND are holding their locks. |
int |
nwaiting
#of tasks that are currently waiting on one or more locks. |
| Constructor Summary | |
|---|---|
protected |
NonBlockingLockManagerWithNewDesign.Counters()
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long nrejected
public long ncancel
public long nerror
public int nretry
TxDag.
public int nwaiting
public int nready
public int nrunning
NonBlockingLockManagerWithNewDesign.LockFutureTask.run()).
public int nrunningWithLocksHeld
NonBlockingLockManagerWithNewDesign.LockFutureTask.run())
AND are holding their locks.
public int maxRunning
nrunning.
| Constructor Detail |
|---|
protected NonBlockingLockManagerWithNewDesign.Counters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||