Uses of Class
org.apache.storm.metricstore.AggLevel
-
Packages that use AggLevel Package Description org.apache.storm.metricstore -
-
Uses of AggLevel in org.apache.storm.metricstore
Methods in org.apache.storm.metricstore that return AggLevel Modifier and Type Method Description AggLevel
Metric. getAggLevel()
static AggLevel
AggLevel. valueOf(String name)
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 AggLevel Modifier and Type Method Description Set<AggLevel>
FilterOptions. getAggLevels()
Get the aggregation levels to search for.Methods in org.apache.storm.metricstore with parameters of type AggLevel Modifier and Type Method Description void
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 AggLevel Modifier and Type Method Description void
FilterOptions. setAggLevels(Set<AggLevel> levels)
Set the aggregation levels to search for.Constructors in org.apache.storm.metricstore with parameters of type AggLevel Constructor Description Metric(String name, Long timestamp, String topologyId, double value, String componentId, String executorId, String hostname, String streamId, int port, AggLevel aggLevel)
Metric constructor.
-