public static interface ConcurrencyManager.IConcurrencyManagerCounters
ConcurrencyManager.| Modifier and Type | Field and Description | 
|---|---|
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. | 
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.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.