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<?> RegisteredCompoundOperationStatistic.getCompoundOperation()
           
 

Constructors in org.terracotta.context.extended with parameters of type CompoundOperation
RegisteredCompoundOperationStatistic(CompoundOperation<?> compoundOperation)
           
RegisteredCompoundStatistic(CompoundOperation<?> compoundOperation, EnumSet<?> compound)
           
RegisteredRatioStatistic(CompoundOperation<?> compoundOperation, EnumSet<?> numerator, EnumSet<?> 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 © 2016. All Rights Reserved.