|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectariba.util.core.LockManager
public class LockManager
| Field Summary | |
|---|---|
int |
maxWaiters
|
int |
sumRequests
|
int |
sumSync
|
int |
sumWaitTimeSeconds
|
| Constructor Summary | |
|---|---|
LockManager()
|
|
| Method Summary | |
|---|---|
void |
add(LockHandler lockHandler)
|
void |
clearMetrics()
|
LockHandler |
createLockHandler(String name,
LockHandlerConditions conditions,
int options)
|
LockHandler |
createLockHandler(String name,
LockHandlerConditions conditions,
Object lock,
int options)
|
void |
destroyLockHandler(LockHandler lockHandler)
|
LockHandler[] |
list()
|
void |
remove(LockHandler lockHandler)
|
void |
updateMetrics()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int sumRequests
public int maxWaiters
public int sumWaitTimeSeconds
public int sumSync
| Constructor Detail |
|---|
public LockManager()
| Method Detail |
|---|
public void updateMetrics()
public void clearMetrics()
public LockHandler createLockHandler(String name,
LockHandlerConditions conditions,
Object lock,
int options)
public LockHandler createLockHandler(String name,
LockHandlerConditions conditions,
int options)
public void destroyLockHandler(LockHandler lockHandler)
public void add(LockHandler lockHandler)
public void remove(LockHandler lockHandler)
public LockHandler[] list()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||