org.terracotta.context.extended
Class RegisteredRatioStatistic<T extends Enum<T>>
java.lang.Object
org.terracotta.context.extended.RegisteredCompoundOperationStatistic<T>
org.terracotta.context.extended.RegisteredRatioStatistic<T>
- All Implemented Interfaces:
- RegisteredStatistic
public class RegisteredRatioStatistic<T extends Enum<T>>
- extends RegisteredCompoundOperationStatistic<T>
- Author:
- Ludovic Orban
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegisteredRatioStatistic
public RegisteredRatioStatistic(CompoundOperation<T> compoundOperation,
EnumSet<T> numerator,
EnumSet<T> denominator)
getType
public RegistrationType getType()
getNumerator
public EnumSet<T> getNumerator()
getDenominator
public EnumSet<T> getDenominator()
getSampledStatistic
public SampledStatistic<Double> getSampledStatistic()
Copyright © 2017. All rights reserved.