Uses of Enum
org.apache.storm.metricstore.AggLevel
-
Uses of AggLevel in org.apache.storm.metricstore
Modifier 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.Modifier and TypeMethodDescriptionFilterOptions.getAggLevels()
Get the aggregation levels to search for.Modifier and TypeMethodDescriptionvoid
FilterOptions.addAggLevel
(AggLevel level) Add an aggregation level to search for.void
Metric.setAggLevel
(AggLevel aggLevel) Set the aggLevel.Modifier and TypeMethodDescriptionvoid
FilterOptions.setAggLevels
(Set<AggLevel> levels) Set the aggregation levels to search for.