Uses of Package
net.sf.jabb.util.stat

Packages that use net.sf.jabb.util.stat
net.sf.jabb.util.perf   
net.sf.jabb.util.stat   
 

Classes in net.sf.jabb.util.stat used by net.sf.jabb.util.perf
BasicNumberStatistics
          提供基本的统计信息,包括: 最大值、最小值、平均值、总计、个数。 它是多线程安全的。
 

Classes in net.sf.jabb.util.stat used by net.sf.jabb.util.stat
AtomicMaxLong
          It stores the maximum value; the compare-and-change procedure is synchronized so that multi-thread safe is ensured.
存放最大值,“比较然后交换”的过程是同步的,所以它是多线程安全的。
AtomicMinLong
          It stores the minimum value; the compare-and-change procedure is synchronized so that multi-thread safe is ensured.
存放最小值,“比较然后交换”的过程是同步的,所以它是多线程安全的。
BasicFrequencyCounter
          频次计数器
FrequencyCounter
          频次计数器的基类,它实现了一些公共的方法,并留出具体实现方法给子类去实现。
FrequencyCounterDefinition
          频次计数器的设置信息
 



Copyright © 2012. All Rights Reserved.