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

java.lang.Object
  extended by org.terracotta.context.extended.RegisteredCompoundOperationStatistic<T>
All Implemented Interfaces:
RegisteredStatistic
Direct Known Subclasses:
RegisteredCompoundStatistic, RegisteredRatioStatistic

public abstract class RegisteredCompoundOperationStatistic<T extends Enum<T>>
extends Object
implements RegisteredStatistic

Author:
Ludovic Orban

Constructor Summary
RegisteredCompoundOperationStatistic(CompoundOperation<T> compoundOperation)
           
 
Method Summary
 CompoundOperation<T> getCompoundOperation()
           
 SamplingSupport getSupport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.terracotta.context.extended.RegisteredStatistic
getType
 

Constructor Detail

RegisteredCompoundOperationStatistic

public RegisteredCompoundOperationStatistic(CompoundOperation<T> compoundOperation)
Method Detail

getCompoundOperation

public CompoundOperation<T> getCompoundOperation()

getSupport

public SamplingSupport getSupport()
Specified by:
getSupport in interface RegisteredStatistic


Copyright © 2017. All rights reserved.