Uses of Interface
org.terracotta.context.extended.OperationType

Packages that use OperationType
org.terracotta.context.extended   
 

Uses of OperationType in org.terracotta.context.extended
 

Methods in org.terracotta.context.extended with parameters of type OperationType
 void StatisticsRegistry.registerCompoundOperation(String name, Set<String> tags, Map<String,Object> properties, OperationType operationType, Set<?> operations)
           
 void StatisticsRegistry.registerCountOperation(String name, Set<String> tags, Map<String,Object> properties, OperationType operationType)
           
 void StatisticsRegistry.registerRatio(String name, Set<String> tags, Map<String,Object> properties, OperationType operationType, Set<?> numerator, Set<?> denominator)
           
 

Constructor parameters in org.terracotta.context.extended with type arguments of type OperationType
StatisticsRegistry(Class<? extends OperationType> operationTypeClazz, Object contextObject, ScheduledExecutorService executor, long averageWindowDuration, TimeUnit averageWindowUnit, int historySize, long historyInterval, TimeUnit historyIntervalUnit, long timeToDisable, TimeUnit timeToDisableUnit)
           
 



Copyright © 2015. All Rights Reserved.