org.terracotta.context.extended
Class RegisteredRatioStatistic

java.lang.Object
  extended by org.terracotta.context.extended.RegisteredStatistic
      extended by org.terracotta.context.extended.RegisteredCompoundOperationStatistic
          extended by org.terracotta.context.extended.RegisteredRatioStatistic

public class RegisteredRatioStatistic
extends RegisteredCompoundOperationStatistic

Author:
Ludovic Orban

Constructor Summary
RegisteredRatioStatistic(CompoundOperation<?> compoundOperation, EnumSet<?> numerator, EnumSet<?> denominator)
           
 
Method Summary
 EnumSet<?> getDenominator()
           
 EnumSet<?> getNumerator()
           
 
Methods inherited from class org.terracotta.context.extended.RegisteredCompoundOperationStatistic
getCompoundOperation, getSupport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisteredRatioStatistic

public RegisteredRatioStatistic(CompoundOperation<?> compoundOperation,
                                EnumSet<?> numerator,
                                EnumSet<?> denominator)
Method Detail

getNumerator

public EnumSet<?> getNumerator()

getDenominator

public EnumSet<?> getDenominator()


Copyright © 2016. All Rights Reserved.