public class LockTableUpdaterStat extends java.lang.Object implements LockTableUpdaterStatMBean
| Modifier and Type | Field and Description |
|---|---|
private LockTableUpdaterStatMBean |
worker
LockTableUpdater worker
|
| Constructor and Description |
|---|
LockTableUpdaterStat(LockTableUpdaterStatMBean worker)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Force 'persist' call
|
long |
getActiveLocks()
Get number of active locks
|
long |
getDeletesFromVST()
Get number of VST records deleted not in batch.
|
long |
getLockEvents()
Get number of processed lock events.
|
long |
getPersistCalls()
Get number of 'persist' calls.
|
long |
getPersistedLocks()
Get number of locks in VST.
|
private final LockTableUpdaterStatMBean worker
public LockTableUpdaterStat(LockTableUpdaterStatMBean worker)
worker - LockTableUpdater workerpublic long getLockEvents()
getLockEvents in interface LockTableUpdaterStatMBeanpublic long getActiveLocks()
getActiveLocks in interface LockTableUpdaterStatMBeanpublic long getPersistedLocks()
getPersistedLocks in interface LockTableUpdaterStatMBeanpublic long getDeletesFromVST()
getDeletesFromVST in interface LockTableUpdaterStatMBeanpublic long getPersistCalls()
getPersistCalls in interface LockTableUpdaterStatMBeanpublic void flush()
flush in interface LockTableUpdaterStatMBean