protected static class NonBlockingLockManagerWithNewDesign.Counters extends Object
NonBlockingLockManagerWithNewDesign
.Modifier and Type | Field and Description |
---|---|
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.
|
Modifier | Constructor and Description |
---|---|
protected |
NonBlockingLockManagerWithNewDesign.Counters() |
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
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.