Uses of Class
org.terracotta.management.stats.StatisticType

Packages that use StatisticType
org.terracotta.management.capabilities.descriptors   
org.terracotta.management.stats   
 

Uses of StatisticType in org.terracotta.management.capabilities.descriptors
 

Methods in org.terracotta.management.capabilities.descriptors that return StatisticType
 StatisticType StatisticDescriptor.getType()
           
 

Constructors in org.terracotta.management.capabilities.descriptors with parameters of type StatisticType
StatisticDescriptor(String name, StatisticType type)
           
 

Uses of StatisticType in org.terracotta.management.stats
 

Methods in org.terracotta.management.stats that return StatisticType
static StatisticType StatisticType.fromClass(Class<? extends Statistic<?,?>> clazz)
           
static StatisticType StatisticType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatisticType[] StatisticType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2016. All Rights Reserved.