程序包 infra.aop.target

接口 ThreadLocalTargetSourceStats

所有已知实现类:
ThreadLocalTargetSource

public interface ThreadLocalTargetSourceStats
Statistics for a ThreadLocal TargetSource.
作者:
Rod Johnson, Juergen Hoeller, TODAY 2021/2/1 20:42
  • 方法概要

    修饰符和类型
    方法
    说明
    int
    Return the number of hits that were satisfied by a thread-bound object.
    int
    Return the number of client invocations.
    int
    Return the number of thread-bound objects created.
  • 方法详细资料

    • getInvocationCount

      int getInvocationCount()
      Return the number of client invocations.
    • getHitCount

      int getHitCount()
      Return the number of hits that were satisfied by a thread-bound object.
    • getObjectCount

      int getObjectCount()
      Return the number of thread-bound objects created.