|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ConcurrencyManager.IConcurrencyManagerCounters
Interface defines and documents the counters and counter namespaces for
the ConcurrencyManager.
| Field Summary | |
|---|---|
static String |
LockManager
The performance counters for the object which manages the resource locks a WriteExecutorService. |
static String |
ReadService
The service to which historical read tasks are submitted. |
static String |
TXWriteService
The service to which isolated write tasks are submitted. |
static String |
writeService
The service to which ITx.UNISOLATED tasks are submitted. |
| Field Detail |
|---|
static final String ReadService
static final String TXWriteService
static final String writeService
ITx.UNISOLATED tasks are submitted. This
is the service that handles commit processing. Tasks submitted to
this service are required to declare resource lock(s) and must
acquire those locks before they can begin executing.
static final String LockManager
WriteExecutorService. These counters are reported as
children of the WriteExecutorService's counters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||