public interface ThreadLocalTargetSourceStats
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getHitCount()
Return the number of hits that were satisfied by a thread-bound object.
|
int |
getInvocationCount()
Return the number of client invocations.
|
int |
getObjectCount()
Return the number of thread-bound objects created.
|