private class InMemoryLockManager.Admin extends java.lang.Object implements LockAdministrator
LockAdministrator.| Modifier | Constructor and Description |
|---|---|
private |
Admin() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RecordLockInfo> |
collectRecordLockInfo()
Gather record lock information for the physical database associated
with the enclosing lock manager.
|
public java.util.List<RecordLockInfo> collectRecordLockInfo()
collectRecordLockInfo in interface LockAdministratorRecordLockInfo objects. If no locks currently are being
held, the list will be empty, but it will not be
null.