public interface ThreadLocalTargetSourceStats
Modifier and Type | Method and Description |
---|---|
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.
|