Uses of Interface
org.terracotta.statistics.extended.CompoundOperation

Packages that use CompoundOperation
org.terracotta.context.extended   
org.terracotta.statistics.extended   
 

Uses of CompoundOperation in org.terracotta.context.extended
 

Methods in org.terracotta.context.extended that return CompoundOperation
 CompoundOperation<T> RegisteredCompoundOperationStatistic.getCompoundOperation()
           
 

Constructors in org.terracotta.context.extended with parameters of type CompoundOperation
RegisteredCompoundOperationStatistic(CompoundOperation<T> compoundOperation)
           
RegisteredCompoundStatistic(CompoundOperation<T> compoundOperation, EnumSet<T> compound)
           
RegisteredRatioStatistic(CompoundOperation<T> compoundOperation, EnumSet<T> numerator, EnumSet<T> denominator)
           
 

Uses of CompoundOperation in org.terracotta.statistics.extended
 

Classes in org.terracotta.statistics.extended that implement CompoundOperation
 class CompoundOperationImpl<T extends Enum<T>>
          The Class CompoundOperationImpl.
 class NullCompoundOperation<T extends Enum<T>>
          The Class NullCompoundOperation.
 

Methods in org.terracotta.statistics.extended that return CompoundOperation
static
<T extends Enum<T>>
CompoundOperation<T>
NullCompoundOperation.instance(Class<T> klazz)
          Instance.
 



Copyright © 2017. All rights reserved.