org.terracotta.context.extended
Class RegisteredRatioStatistic<T extends Enum<T>>

java.lang.Object
  extended by org.terracotta.context.extended.RegisteredCompoundOperationStatistic<T>
      extended by org.terracotta.context.extended.RegisteredRatioStatistic<T>
All Implemented Interfaces:
RegisteredStatistic

public class RegisteredRatioStatistic<T extends Enum<T>>
extends RegisteredCompoundOperationStatistic<T>

Author:
Ludovic Orban

Constructor Summary
RegisteredRatioStatistic(CompoundOperation<T> compoundOperation, EnumSet<T> numerator, EnumSet<T> denominator)
           
 
Method Summary
 EnumSet<T> getDenominator()
           
 EnumSet<T> getNumerator()
           
 SampledStatistic<Double> getSampledStatistic()
           
 RegistrationType getType()
           
 
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<T> compoundOperation,
                                EnumSet<T> numerator,
                                EnumSet<T> denominator)
Method Detail

getType

public RegistrationType getType()

getNumerator

public EnumSet<T> getNumerator()

getDenominator

public EnumSet<T> getDenominator()

getSampledStatistic

public SampledStatistic<Double> getSampledStatistic()


Copyright © 2017. All rights reserved.