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

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

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

Author:
Ludovic Orban

Constructor Summary
RegisteredCompoundStatistic(CompoundOperation<T> compoundOperation, EnumSet<T> compound)
           
 
Method Summary
 EnumSet<T> getCompound()
           
 Result getResult()
           
 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

RegisteredCompoundStatistic

public RegisteredCompoundStatistic(CompoundOperation<T> compoundOperation,
                                   EnumSet<T> compound)
Method Detail

getType

public RegistrationType getType()

getCompound

public EnumSet<T> getCompound()

getResult

public Result getResult()


Copyright © 2016. All rights reserved.