|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Statistics for a ThreadLocal TargetSource.
Method Summary | |
int |
getHitCount()
Return the number of hits that were satisfied by a thread-bound object. |
int |
getHits()
Deprecated. in favor of getHitCount |
int |
getInvocationCount()
Return the number of client invocations. |
int |
getInvocations()
Deprecated. in favor of getInvocationCount |
int |
getObjectCount()
Return the number of thread-bound objects created. |
int |
getObjects()
Deprecated. in favor of getObjectCount |
Method Detail |
public int getInvocationCount()
public int getHitCount()
public int getObjectCount()
public int getInvocations()
getInvocationCount()
public int getHits()
getHitCount()
public int getObjects()
getObjectCount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |