Uses of Class
org.terracotta.context.extended.OperationStatisticDescriptor

Packages that use OperationStatisticDescriptor
org.terracotta.context.extended   
 

Uses of OperationStatisticDescriptor in org.terracotta.context.extended
 

Methods in org.terracotta.context.extended that return OperationStatisticDescriptor
static
<T extends Enum<T>>
OperationStatisticDescriptor<T>
OperationStatisticDescriptor.descriptor(String observerName, Class<T> type, String... tags)
           
static
<T extends Enum<T>>
OperationStatisticDescriptor<T>
OperationStatisticDescriptor.descriptor(String observerName, Set<String> tags, Class<T> type)
           
 

Methods in org.terracotta.context.extended with parameters of type OperationStatisticDescriptor
<T extends Enum<T>>
void
StatisticsRegistry.registerCompoundOperations(String name, OperationStatisticDescriptor<T> descriptor, EnumSet<T> compound)
           
<T extends Enum<T>>
void
StatisticsRegistry.registerRatios(String name, OperationStatisticDescriptor<T> descriptor, EnumSet<T> ratioNumerator, EnumSet<T> ratioDenominator)
           
 



Copyright © 2017. All rights reserved.