com.sleepycat.je.utilint
Class IntegralRateStat

java.lang.Object
  extended by com.sleepycat.je.utilint.Stat<Long>
      extended by com.sleepycat.je.utilint.LongStat
          extended by com.sleepycat.je.utilint.IntegralRateStat
All Implemented Interfaces:
Cloneable

public class IntegralRateStat
extends LongStat

A long stat which represents a rate whose value is Integral.


Field Summary
 
Fields inherited from class com.sleepycat.je.utilint.LongStat
counter
 
Fields inherited from class com.sleepycat.je.utilint.Stat
definition, FORMAT
 
Constructor Summary
IntegralRateStat(StatGroup group, StatDefinition definition, Stat<? extends Number> divisor, Stat<? extends Number> dividend, long factor)
           
 
Method Summary
 
Methods inherited from class com.sleepycat.je.utilint.LongStat
add, add, clear, get, getFormattedValue, increment, set
 
Methods inherited from class com.sleepycat.je.utilint.Stat
copy, copyAndClear, getDefinition, toString, toStringVerbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegralRateStat

public IntegralRateStat(StatGroup group,
                        StatDefinition definition,
                        Stat<? extends Number> divisor,
                        Stat<? extends Number> dividend,
                        long factor)


Copyright (c) 2004-2010 Oracle. All rights reserved.