Uses of Enum
org.apache.storm.metricstore.AggLevel
Packages that use AggLevel
-
Uses of AggLevel in org.apache.storm.metricstore
Methods in org.apache.storm.metricstore that return AggLevelModifier and TypeMethodDescriptionMetric.getAggLevel()
static AggLevel
Returns the enum constant of this type with the specified name.static AggLevel[]
AggLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.storm.metricstore that return types with arguments of type AggLevelModifier and TypeMethodDescriptionFilterOptions.getAggLevels()
Get the aggregation levels to search for.Methods in org.apache.storm.metricstore with parameters of type AggLevelModifier and TypeMethodDescriptionvoid
FilterOptions.addAggLevel
(AggLevel level) Add an aggregation level to search for.void
Metric.setAggLevel
(AggLevel aggLevel) Set the aggLevel.Method parameters in org.apache.storm.metricstore with type arguments of type AggLevelModifier and TypeMethodDescriptionvoid
FilterOptions.setAggLevels
(Set<AggLevel> levels) Set the aggregation levels to search for.Constructors in org.apache.storm.metricstore with parameters of type AggLevel